Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIGEL_MasterGUI::SIG_IndividualView Class Reference

The class of the window, in which a single individual (program) can be viewed. More...

#include <SIG_IndividualView.h>

Inheritance diagram for SIGEL_MasterGUI::SIG_IndividualView:

List of all members.

Public Methods

 SIG_IndividualView ( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 )
 The constructor for creating an empty individual view. More...

 SIG_IndividualView ( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPIndividual *theGPIndividual )
 The constructor with a supplied individual. More...

 ~SIG_IndividualView ()
 The destructor. More...

void clear ()
 This method clear the individual view. More...


Detailed Description

The class of the window, in which a single individual (program) can be viewed.

This class is used in two ways. In one case in the SIG_AllIndividualsView to display information about the currently selected individual. In the other case it is used after a double click to open a new window displaying the information about the individual.

Definition at line 19 of file SIG_IndividualView.h.


Constructor & Destructor Documentation

SIGEL_MasterGUI::SIG_IndividualView::SIG_IndividualView ( QWidget * parent = 0,
const char * name = 0,
WFlags fl = 0 )
 

The constructor for creating an empty individual view.

Parameters:
parent   The parent widget of this individual view. If 0 the individual view will get its own window.
name   The internal name used by Qt.

Definition at line 15 of file SIG_IndividualView.cpp.

SIGEL_MasterGUI::SIG_IndividualView::SIG_IndividualView ( QWidget * parent,
const char * name,
WFlags fl,
SIGEL_GP::SIG_GPIndividual * theGPIndividual )
 

The constructor with a supplied individual.

This constructor is used if one wants to show a certain individual (for example after a double click in the individual list).

Parameters:
parent   The parent widget of this individual view. If 0 the individual view will get its own window.
name   The internal name used by Qt.
theGPIndividual   The individual that shall be displayed.

Definition at line 20 of file SIG_IndividualView.cpp.

SIGEL_MasterGUI::SIG_IndividualView::~SIG_IndividualView ( )
 

The destructor.

Will be erased if not needed.

Definition at line 38 of file SIG_IndividualView.cpp.


Member Function Documentation

void SIGEL_MasterGUI::SIG_IndividualView::clear ( )
 

This method clear the individual view.

Definition at line 43 of file SIG_IndividualView.cpp.


The documentation for this class was generated from the following files:
Generated at Mon Sep 3 01:32:50 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000