#include <MatchDialog.h>
Public Member Functions | |
| CMatchDialog (vector< CParticipant * > AvailableParticipants, vector< CParticipant * > AssignedParticipants, vector< CResource * > resources, uint32 uiMinNumPlayersPerMatch, uint32 uiMaxNumPlayersPerMatch, int32 iMatchID, bool bPass=false, QWidget *pParent=NULL, const int8 *name=NULL) | |
| CMatchDialog. | |
| ~CMatchDialog () | |
| ~CMatchDialog | |
| CMatch * | GetMatch () const |
| GetMatch. | |
Description: Dialog box that allows the user to change the properties of a match.
Limitations: NONE
|
||||||||||||||||||||||||||||||||||||||||
|
CMatchDialog. Description: Class constructor
|
|
|
~CMatchDialog Description: Class deconstructor Limitations: NONE |
|
|
GetMatch. Description: Returns the match made by this dialog.
|