#include <TServerGUI.h>
Public Member Functions | |
CMatchLVI (CParticipant *part, QListViewItem *parent) | |
CMatchLVI. | |
CMatchLVI (CMatch *match, QListView *parent) | |
CMatchLVI. | |
~CMatchLVI () | |
~CMatchLVI | |
bool | IsMatchItem () const |
IsMatchItem. | |
CParticipant * | GetParticipant () const |
GetParticipant. | |
CMatch * | GetMatch () const |
GetMatch. |
Description: This is a list view item derived class that will be inserted in the Round list view.
Limitations: NONE
|
CMatchLVI. Description: Class constructor
|
|
CMatchLVI. Description: Class constructor
|
|
~CMatchLVI Description: Class deconstructor Limitations: NONE |
|
GetMatch. Description: Returns the match pointer.
|
|
GetParticipant. Description: Returns the participant pointer.
|
|
IsMatchItem. Description: Returns true if this is a match item and false if this is a participant item.
|