#include <SIG_IndividualView.h>
Inheritance diagram for SIGEL_MasterGUI::SIG_IndividualView:
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... |
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.
|
The constructor for creating an empty individual view.
Definition at line 15 of file SIG_IndividualView.cpp. |
|
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).
Definition at line 20 of file SIG_IndividualView.cpp. |
|
The destructor. Will be erased if not needed. Definition at line 38 of file SIG_IndividualView.cpp. |
|
This method clear the individual view.
Definition at line 43 of file SIG_IndividualView.cpp. |