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

#include <GoalEntryFull.h>

Inheritance diagram for GoalEntryFull:
GoalEntry ServiceOptionBase PropertyClass

Public Member Functions

std::string getPersonaName ()
 
void setPersonaName (std::string val)
 
int getGoalType ()
 
void setGoalType (int val)
 
int getGoalStatus ()
 
void setGoalStatus (int val)
 
int getGoalCount ()
 
void setGoalCount (int val)
 
int getGoalTotal ()
 
void setGoalTotal (int val)
 
bool getUseTally ()
 
void setUseTally (bool val)
 
std::string getTallyText ()
 
void setTallyText (std::string val)
 
std::string getTallyText2 ()
 
void setTallyText2 (std::string val)
 
std::string getGoalLocation ()
 
void setGoalLocation (std::string val)
 
std::string getGoalDestinationZone ()
 
void setGoalDestinationZone (std::string val)
 
std::string getGoalImage1 ()
 
void setGoalImage1 (std::string val)
 
std::string getGoalImage2 ()
 
void setGoalImage2 (std::string val)
 
List< std::string > getClientTags ()
 
void setClientTags (List< std::string > val)
 
SharedPointer< MadlibBlock > * getGoalMadlibs ()
 
void setGoalMadlibs (SharedPointer< MadlibBlock > *val)
 
- Public Member Functions inherited from GoalEntry
gid getQuestID ()
 
void setQuestID (gid val)
 
gid getGoalID ()
 
void setGoalID (gid val)
 
std::string getGoalTitle ()
 
void setGoalTitle (std::string val)
 
std::string getQuestTitle ()
 
void setQuestTitle (std::string val)
 
unsigned int getGoalNameID ()
 
void setGoalNameID (unsigned int val)
 
- Public Member Functions inherited from ServiceOptionBase
std::string getServiceName ()
 
void setServiceName (std::string val)
 
std::string getIconKey ()
 
void setIconKey (std::string val)
 
std::string getDisplayKey ()
 
void setDisplayKey (std::string val)
 
unsigned int getServiceIndex ()
 
void setServiceIndex (unsigned int val)
 
bool getForceInteract ()
 
void setForceInteract (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

◆ getClientTags()

List< std::string > GoalEntryFull::getClientTags ( )
inline

◆ getGoalCount()

int GoalEntryFull::getGoalCount ( )
inline

◆ getGoalDestinationZone()

std::string GoalEntryFull::getGoalDestinationZone ( )
inline

◆ getGoalImage1()

std::string GoalEntryFull::getGoalImage1 ( )
inline

◆ getGoalImage2()

std::string GoalEntryFull::getGoalImage2 ( )
inline

◆ getGoalLocation()

std::string GoalEntryFull::getGoalLocation ( )
inline

◆ getGoalMadlibs()

SharedPointer< MadlibBlock > * GoalEntryFull::getGoalMadlibs ( )
inline

◆ getGoalStatus()

int GoalEntryFull::getGoalStatus ( )
inline

◆ getGoalTotal()

int GoalEntryFull::getGoalTotal ( )
inline

◆ getGoalType()

int GoalEntryFull::getGoalType ( )
inline

◆ getPersonaName()

std::string GoalEntryFull::getPersonaName ( )
inline

◆ getTallyText()

std::string GoalEntryFull::getTallyText ( )
inline

◆ getTallyText2()

std::string GoalEntryFull::getTallyText2 ( )
inline

◆ getUseTally()

bool GoalEntryFull::getUseTally ( )
inline

◆ setClientTags()

void GoalEntryFull::setClientTags ( List< std::string > val)
inline

◆ setGoalCount()

void GoalEntryFull::setGoalCount ( int val)
inline

◆ setGoalDestinationZone()

void GoalEntryFull::setGoalDestinationZone ( std::string val)
inline

◆ setGoalImage1()

void GoalEntryFull::setGoalImage1 ( std::string val)
inline

◆ setGoalImage2()

void GoalEntryFull::setGoalImage2 ( std::string val)
inline

◆ setGoalLocation()

void GoalEntryFull::setGoalLocation ( std::string val)
inline

◆ setGoalMadlibs()

void GoalEntryFull::setGoalMadlibs ( SharedPointer< MadlibBlock > * val)
inline

◆ setGoalStatus()

void GoalEntryFull::setGoalStatus ( int val)
inline

◆ setGoalTotal()

void GoalEntryFull::setGoalTotal ( int val)
inline

◆ setGoalType()

void GoalEntryFull::setGoalType ( int val)
inline

◆ setPersonaName()

void GoalEntryFull::setPersonaName ( std::string val)
inline

◆ setTallyText()

void GoalEntryFull::setTallyText ( std::string val)
inline

◆ setTallyText2()

void GoalEntryFull::setTallyText2 ( std::string val)
inline

◆ setUseTally()

void GoalEntryFull::setUseTally ( bool val)
inline