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

#include <WizBugReport.h>

Inheritance diagram for WizBugReport:
BugReport PropertyClass

Public Member Functions

WizBugReport__SystemType getSystemType ()
 
void setSystemType (WizBugReport__SystemType val)
 
WizBugReport__IdeaType getIdeaType ()
 
void setIdeaType (WizBugReport__IdeaType val)
 
gid getUserId ()
 
void setUserId (gid val)
 
WizBugReport__UserGender getGender ()
 
void setGender (WizBugReport__UserGender val)
 
unsigned char getAge ()
 
void setAge (unsigned char val)
 
std::string getUserName ()
 
void setUserName (std::string val)
 
std::string getReleaseUpdate ()
 
void setReleaseUpdate (std::string val)
 
std::string getJiraIssue ()
 
void setJiraIssue (std::string val)
 
std::string getOsString ()
 
void setOsString (std::string val)
 
- Public Member Functions inherited from BugReport
std::string getClientVersion ()
 
void setClientVersion (std::string val)
 
BugType getType ()
 
void setType (BugType val)
 
bool getCanReproduce ()
 
void setCanReproduce (bool val)
 
std::wstring getDescription ()
 
void setDescription (std::wstring 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

◆ getAge()

unsigned char WizBugReport::getAge ( )
inline

◆ getGender()

WizBugReport__UserGender WizBugReport::getGender ( )
inline

◆ getIdeaType()

WizBugReport__IdeaType WizBugReport::getIdeaType ( )
inline

◆ getJiraIssue()

std::string WizBugReport::getJiraIssue ( )
inline

◆ getOsString()

std::string WizBugReport::getOsString ( )
inline

◆ getReleaseUpdate()

std::string WizBugReport::getReleaseUpdate ( )
inline

◆ getSystemType()

WizBugReport__SystemType WizBugReport::getSystemType ( )
inline

◆ getUserId()

gid WizBugReport::getUserId ( )
inline

◆ getUserName()

std::string WizBugReport::getUserName ( )
inline

◆ setAge()

void WizBugReport::setAge ( unsigned char val)
inline

◆ setGender()

void WizBugReport::setGender ( WizBugReport__UserGender val)
inline

◆ setIdeaType()

void WizBugReport::setIdeaType ( WizBugReport__IdeaType val)
inline

◆ setJiraIssue()

void WizBugReport::setJiraIssue ( std::string val)
inline

◆ setOsString()

void WizBugReport::setOsString ( std::string val)
inline

◆ setReleaseUpdate()

void WizBugReport::setReleaseUpdate ( std::string val)
inline

◆ setSystemType()

void WizBugReport::setSystemType ( WizBugReport__SystemType val)
inline

◆ setUserId()

void WizBugReport::setUserId ( gid val)
inline

◆ setUserName()

void WizBugReport::setUserName ( std::string val)
inline