#include <SIG_IndividualListItem.h>
Inheritance diagram for SIGEL_MasterGUI::SIG_IndividualListItem:
Public Methods | |
SIG_IndividualListItem ( QListView *parent ) | |
The constructor for creating an empty SIG_IndividualListItem. More... | |
SIG_IndividualListItem ( QListView *parent, int poolPosition, SIGEL_GP::SIG_GPIndividual *theIndividual ) | |
The constructor for creating a SIG_IndividualListItem displaying information about theIndividual. More... | |
~SIG_IndividualListItem () | |
The destructor. More... | |
QString | key (int, bool) const |
Inherited function used to sort the entries properly. More... | |
void | setTo ( SIGEL_GP::SIG_GPIndividual *theIndividual ) |
This method lets the item display information about theIndividual. More... | |
Public Attributes | |
int | poolPosition |
The pool-position of the SIG_GPIndividual this list item represents. More... | |
SIGEL_GP::SIG_GPIndividual* | theIndividual |
A pointer to the SIG_GPIndividual this list item represents. More... |
This class inherits from QListViewItem. Information about this class can be found in the Qt reference library.
Definition at line 17 of file SIG_IndividualListItem.h.
|
The constructor for creating an empty SIG_IndividualListItem.
Definition at line 10 of file SIG_IndividualListItem.cpp. |
|
The constructor for creating a SIG_IndividualListItem displaying information about theIndividual.
Definition at line 17 of file SIG_IndividualListItem.cpp. |
|
The destructor. Will be erased if not needed. Definition at line 35 of file SIG_IndividualListItem.cpp. |
|
Inherited function used to sort the entries properly.
Definition at line 39 of file SIG_IndividualListItem.cpp. |
|
This method lets the item display information about theIndividual.
Definition at line 88 of file SIG_IndividualListItem.cpp. |
|
The pool-position of the SIG_GPIndividual this list item represents.
Definition at line 53 of file SIG_IndividualListItem.h. |
|
A pointer to the SIG_GPIndividual this list item represents.
Definition at line 66 of file SIG_IndividualListItem.h. |