#include <TServerOptionsDialog.h>
Public Member Functions | |
| CTServerOptionsDialog (uint32 minPlayers=0, uint32 maxPlayers=0, uint32 curMinPlayers=0, uint32 curMaxPlayers=0, uint64 duration=0, QWidget *pParent=NULL, const int8 *name=NULL) | |
| CTServerOptionsDialog. | |
| ~CTServerOptionsDialog () | |
| ~CTServerOptionsDialog | |
| uint32 | GetMinPlayers () const |
| GetMinPlayers. | |
| uint32 | GetMaxPalyers () const |
| GetMaxPalyers. | |
| uint64 | GetDuration () const |
| GetDuration. | |
Protected Member Functions | |
| void | init () |
| init | |
Description: Dialog box that allows the user to set some tournament options.
Limitations: NONE
|
||||||||||||||||||||||||||||||||
|
CTServerOptionsDialog. Description: Class Constructor
|
|
|
~CTServerOptionsDialog Description: Class deconstructor Limitations: NONE |
|
|
GetDuration. Description: Returns the duration of a match set by the user.
|
|
|
GetMaxPalyers. Description: Returns the maximum number of players set by the user.
|
|
|
GetMinPlayers. Description: Returns the minimum number of players set by the user.
|
|
|
init Description: Initializes the validators for the line edit boxes.
|