#include <config.h>
|
| SColorConfigVariable (IConsole *pConsole, const char *pScriptName, EVariableType Type, int Flags, const char *pHelp, unsigned *pVariable, unsigned Default) |
|
| ~SColorConfigVariable () override=default |
|
void | Register () override |
|
bool | IsDefault () const override |
|
void | Serialize (char *pOut, size_t Size, unsigned Value) const |
|
void | Serialize (char *pOut, size_t Size) const override |
|
void | SetValue (unsigned Value) |
|
void | ResetToDefault () override |
|
void | ResetToOld () override |
|
| SConfigVariable (IConsole *pConsole, const char *pScriptName, EVariableType Type, int Flags, const char *pHelp) |
|
virtual | ~SConfigVariable ()=default |
|
virtual void | Register ()=0 |
|
virtual bool | IsDefault () const =0 |
|
virtual void | Serialize (char *pOut, size_t Size) const =0 |
|
virtual void | ResetToDefault ()=0 |
|
virtual void | ResetToOld ()=0 |
|
◆ SColorConfigVariable()
SColorConfigVariable::SColorConfigVariable |
( |
IConsole * |
pConsole, |
|
|
const char * |
pScriptName, |
|
|
EVariableType |
Type, |
|
|
int |
Flags, |
|
|
const char * |
pHelp, |
|
|
unsigned * |
pVariable, |
|
|
unsigned |
Default |
|
) |
| |
|
inline |
◆ ~SColorConfigVariable()
SColorConfigVariable::~SColorConfigVariable |
( |
| ) |
|
|
overridedefault |
◆ CommandCallback()
void SColorConfigVariable::CommandCallback |
( |
IConsole::IResult * |
pResult, |
|
|
void * |
pUserData |
|
) |
| |
|
static |
◆ IsDefault()
bool SColorConfigVariable::IsDefault |
( |
| ) |
const |
|
overridevirtual |
◆ Register()
void SColorConfigVariable::Register |
( |
| ) |
|
|
overridevirtual |
◆ ResetToDefault()
void SColorConfigVariable::ResetToDefault |
( |
| ) |
|
|
overridevirtual |
◆ ResetToOld()
void SColorConfigVariable::ResetToOld |
( |
| ) |
|
|
overridevirtual |
◆ Serialize() [1/2]
void SColorConfigVariable::Serialize |
( |
char * |
pOut, |
|
|
size_t |
Size |
|
) |
| const |
|
overridevirtual |
◆ Serialize() [2/2]
void SColorConfigVariable::Serialize |
( |
char * |
pOut, |
|
|
size_t |
Size, |
|
|
unsigned |
Value |
|
) |
| const |
◆ SetValue()
void SColorConfigVariable::SetValue |
( |
unsigned |
Value | ) |
|
◆ m_Alpha
bool SColorConfigVariable::m_Alpha |
◆ m_DarkestLighting
float SColorConfigVariable::m_DarkestLighting |
◆ m_Default
unsigned SColorConfigVariable::m_Default |
◆ m_OldValue
unsigned SColorConfigVariable::m_OldValue |
◆ m_pVariable
unsigned* SColorConfigVariable::m_pVariable |
The documentation for this struct was generated from the following files: