Cyrus Mod Loader
Loading...
Searching...
No Matches
BracketReportInfo Class Reference

#include <BracketReportInfo.h>

Inheritance diagram for BracketReportInfo:
PropertyClass

Public Member Functions

gid getScheduleID ()
 
void setScheduleID (gid val)
 
gid getBracketID ()
 
void setBracketID (gid val)
 
unsigned int getBracketState ()
 
void setBracketState (unsigned int val)
 
int getCreationTime ()
 
void setCreationTime (int val)
 
int getRegistrationOpenTime ()
 
void setRegistrationOpenTime (int val)
 
int getMatchStartTime ()
 
void setMatchStartTime (int val)
 
unsigned int getTournamentNameID ()
 
void setTournamentNameID (unsigned int val)
 
unsigned int getTournamentDuration ()
 
void setTournamentDuration (unsigned int val)
 
int getMinLevel ()
 
void setMinLevel (int val)
 
int getMaxLevel ()
 
void setMaxLevel (int val)
 
std::string getOverrideTourneyName ()
 
void setOverrideTourneyName (std::string val)
 
std::string getFirstTourneyNameSTKey ()
 
void setFirstTourneyNameSTKey (std::string val)
 
std::string getSecondTourneyNameSTKey ()
 
void setSecondTourneyNameSTKey (std::string val)
 
- Public Member Functions inherited from PropertyClass
virtual char * getClassName ()=0
 Gets the class name of the derived class in the format class T[*].
 
virtual void * getPropertyList ()=0
 Constructs and caches the PropertyList for the derived class, adding all reflected members and member functions.
 
virtual bool copy (uint32_t a1)=0
 Copies the property class data.
 
virtual void * serialize (void *a2, uint32_t a3)=0
 Serializes the derived class's PropertyList as XML.
 
virtual bool onCreated ()=0
 Called when the PropertyClass is created.
 
template<typename T >
CYRUS T * as ()
 Casts this to a pointer of type T.
 
virtual void onPostLoad ()=0
 Called when the PropertyClass is loaded, i.e., initialize is called and onCreated has finished.
 
virtual void onFinalizeLoad ()=0
 
virtual bool shouldNotSerialize ()=0
 Determines if the PropertyClass should not be serialized.
 

Member Function Documentation

◆ getBracketID()

gid BracketReportInfo::getBracketID ( )
inline

◆ getBracketState()

unsigned int BracketReportInfo::getBracketState ( )
inline

◆ getCreationTime()

int BracketReportInfo::getCreationTime ( )
inline

◆ getFirstTourneyNameSTKey()

std::string BracketReportInfo::getFirstTourneyNameSTKey ( )
inline

◆ getMatchStartTime()

int BracketReportInfo::getMatchStartTime ( )
inline

◆ getMaxLevel()

int BracketReportInfo::getMaxLevel ( )
inline

◆ getMinLevel()

int BracketReportInfo::getMinLevel ( )
inline

◆ getOverrideTourneyName()

std::string BracketReportInfo::getOverrideTourneyName ( )
inline

◆ getRegistrationOpenTime()

int BracketReportInfo::getRegistrationOpenTime ( )
inline

◆ getScheduleID()

gid BracketReportInfo::getScheduleID ( )
inline

◆ getSecondTourneyNameSTKey()

std::string BracketReportInfo::getSecondTourneyNameSTKey ( )
inline

◆ getTournamentDuration()

unsigned int BracketReportInfo::getTournamentDuration ( )
inline

◆ getTournamentNameID()

unsigned int BracketReportInfo::getTournamentNameID ( )
inline

◆ setBracketID()

void BracketReportInfo::setBracketID ( gid val)
inline

◆ setBracketState()

void BracketReportInfo::setBracketState ( unsigned int val)
inline

◆ setCreationTime()

void BracketReportInfo::setCreationTime ( int val)
inline

◆ setFirstTourneyNameSTKey()

void BracketReportInfo::setFirstTourneyNameSTKey ( std::string val)
inline

◆ setMatchStartTime()

void BracketReportInfo::setMatchStartTime ( int val)
inline

◆ setMaxLevel()

void BracketReportInfo::setMaxLevel ( int val)
inline

◆ setMinLevel()

void BracketReportInfo::setMinLevel ( int val)
inline

◆ setOverrideTourneyName()

void BracketReportInfo::setOverrideTourneyName ( std::string val)
inline

◆ setRegistrationOpenTime()

void BracketReportInfo::setRegistrationOpenTime ( int val)
inline

◆ setScheduleID()

void BracketReportInfo::setScheduleID ( gid val)
inline

◆ setSecondTourneyNameSTKey()

void BracketReportInfo::setSecondTourneyNameSTKey ( std::string val)
inline

◆ setTournamentDuration()

void BracketReportInfo::setTournamentDuration ( unsigned int val)
inline

◆ setTournamentNameID()

void BracketReportInfo::setTournamentNameID ( unsigned int val)
inline