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

#include <ConfirmOption.h>

Inheritance diagram for ConfirmOption:
ServiceOptionBase PropertyClass ClientConfirmOption

Public Member Functions

std::string getConfirmMessageTitleKey ()
 
void setConfirmMessageTitleKey (std::string val)
 
std::string getConfirmMessageTitleKeyAdvancedMode ()
 
void setConfirmMessageTitleKeyAdvancedMode (std::string val)
 
std::string getConfirmMessageKey ()
 
void setConfirmMessageKey (std::string val)
 
std::string getConfirmMessageKeyAdvancedMode ()
 
void setConfirmMessageKeyAdvancedMode (std::string val)
 
std::string getPromptSound ()
 
void setPromptSound (std::string val)
 
std::string getPromptSoundAdvancedMode ()
 
void setPromptSoundAdvancedMode (std::string val)
 
std::string getAcceptKey ()
 
void setAcceptKey (std::string val)
 
std::string getDeclineKey ()
 
void setDeclineKey (std::string val)
 
SharedPointer< ServiceOptionBase > * getOptionToConfirm ()
 
void setOptionToConfirm (SharedPointer< ServiceOptionBase > *val)
 
std::string getIgnoreOption ()
 
void setIgnoreOption (std::string val)
 
std::string getIgnoreAdvancedModeOption ()
 
void setIgnoreAdvancedModeOption (std::string 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

◆ getAcceptKey()

std::string ConfirmOption::getAcceptKey ( )
inline

◆ getConfirmMessageKey()

std::string ConfirmOption::getConfirmMessageKey ( )
inline

◆ getConfirmMessageKeyAdvancedMode()

std::string ConfirmOption::getConfirmMessageKeyAdvancedMode ( )
inline

◆ getConfirmMessageTitleKey()

std::string ConfirmOption::getConfirmMessageTitleKey ( )
inline

◆ getConfirmMessageTitleKeyAdvancedMode()

std::string ConfirmOption::getConfirmMessageTitleKeyAdvancedMode ( )
inline

◆ getDeclineKey()

std::string ConfirmOption::getDeclineKey ( )
inline

◆ getIgnoreAdvancedModeOption()

std::string ConfirmOption::getIgnoreAdvancedModeOption ( )
inline

◆ getIgnoreOption()

std::string ConfirmOption::getIgnoreOption ( )
inline

◆ getOptionToConfirm()

SharedPointer< ServiceOptionBase > * ConfirmOption::getOptionToConfirm ( )
inline

◆ getPromptSound()

std::string ConfirmOption::getPromptSound ( )
inline

◆ getPromptSoundAdvancedMode()

std::string ConfirmOption::getPromptSoundAdvancedMode ( )
inline

◆ setAcceptKey()

void ConfirmOption::setAcceptKey ( std::string val)
inline

◆ setConfirmMessageKey()

void ConfirmOption::setConfirmMessageKey ( std::string val)
inline

◆ setConfirmMessageKeyAdvancedMode()

void ConfirmOption::setConfirmMessageKeyAdvancedMode ( std::string val)
inline

◆ setConfirmMessageTitleKey()

void ConfirmOption::setConfirmMessageTitleKey ( std::string val)
inline

◆ setConfirmMessageTitleKeyAdvancedMode()

void ConfirmOption::setConfirmMessageTitleKeyAdvancedMode ( std::string val)
inline

◆ setDeclineKey()

void ConfirmOption::setDeclineKey ( std::string val)
inline

◆ setIgnoreAdvancedModeOption()

void ConfirmOption::setIgnoreAdvancedModeOption ( std::string val)
inline

◆ setIgnoreOption()

void ConfirmOption::setIgnoreOption ( std::string val)
inline

◆ setOptionToConfirm()

void ConfirmOption::setOptionToConfirm ( SharedPointer< ServiceOptionBase > * val)
inline

◆ setPromptSound()

void ConfirmOption::setPromptSound ( std::string val)
inline

◆ setPromptSoundAdvancedMode()

void ConfirmOption::setPromptSoundAdvancedMode ( std::string val)
inline