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

#include <CrownShopCategory.h>

Inheritance diagram for CrownShopCategory:
PropertyClass

Public Member Functions

std::string getName ()
 
void setName (std::string val)
 
int getID ()
 
void setID (int val)
 
int getParentTabID ()
 
void setParentTabID (int val)
 
std::string getDescription ()
 
void setDescription (std::string val)
 
std::string getIconResource ()
 
void setIconResource (std::string val)
 
std::string getTags ()
 
void setTags (std::string val)
 
bool getDontFilterOwnedRecoItems ()
 
void setDontFilterOwnedRecoItems (bool val)
 
bool getAllowMultipleBuy ()
 
void setAllowMultipleBuy (bool val)
 
bool getForceDisallowMultipleBuy ()
 
void setForceDisallowMultipleBuy (bool val)
 
bool getIsHousesCategory ()
 
void setIsHousesCategory (bool val)
 
bool getIsEverythingCategory ()
 
void setIsEverythingCategory (bool val)
 
bool getIsGroupElixirsCategory ()
 
void setIsGroupElixirsCategory (bool 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

◆ getAllowMultipleBuy()

bool CrownShopCategory::getAllowMultipleBuy ( )
inline

◆ getDescription()

std::string CrownShopCategory::getDescription ( )
inline

◆ getDontFilterOwnedRecoItems()

bool CrownShopCategory::getDontFilterOwnedRecoItems ( )
inline

◆ getForceDisallowMultipleBuy()

bool CrownShopCategory::getForceDisallowMultipleBuy ( )
inline

◆ getIconResource()

std::string CrownShopCategory::getIconResource ( )
inline

◆ getID()

int CrownShopCategory::getID ( )
inline

◆ getIsEverythingCategory()

bool CrownShopCategory::getIsEverythingCategory ( )
inline

◆ getIsGroupElixirsCategory()

bool CrownShopCategory::getIsGroupElixirsCategory ( )
inline

◆ getIsHousesCategory()

bool CrownShopCategory::getIsHousesCategory ( )
inline

◆ getName()

std::string CrownShopCategory::getName ( )
inline

◆ getParentTabID()

int CrownShopCategory::getParentTabID ( )
inline

◆ getTags()

std::string CrownShopCategory::getTags ( )
inline

◆ setAllowMultipleBuy()

void CrownShopCategory::setAllowMultipleBuy ( bool val)
inline

◆ setDescription()

void CrownShopCategory::setDescription ( std::string val)
inline

◆ setDontFilterOwnedRecoItems()

void CrownShopCategory::setDontFilterOwnedRecoItems ( bool val)
inline

◆ setForceDisallowMultipleBuy()

void CrownShopCategory::setForceDisallowMultipleBuy ( bool val)
inline

◆ setIconResource()

void CrownShopCategory::setIconResource ( std::string val)
inline

◆ setID()

void CrownShopCategory::setID ( int val)
inline

◆ setIsEverythingCategory()

void CrownShopCategory::setIsEverythingCategory ( bool val)
inline

◆ setIsGroupElixirsCategory()

void CrownShopCategory::setIsGroupElixirsCategory ( bool val)
inline

◆ setIsHousesCategory()

void CrownShopCategory::setIsHousesCategory ( bool val)
inline

◆ setName()

void CrownShopCategory::setName ( std::string val)
inline

◆ setParentTabID()

void CrownShopCategory::setParentTabID ( int val)
inline

◆ setTags()

void CrownShopCategory::setTags ( std::string val)
inline