Go to the source code of this file.
|
#define | TYPE(t) case GUIST_##t: delete (t*)it->second.m_pSetting; break; |
|
#define | TYPE(type) |
|
#define | TYPE(type) |
|
#define TYPE |
( |
|
t | ) |
case GUIST_##t: delete (t*)it->second.m_pSetting; break; |
Value:case GUIST_##type: \
m_Settings[Name].m_pSetting = new type(); \
break;
Definition at line 249 of file IGUIObject.cpp.
Value:else \
if (set.m_Type == GUIST_##type) \
{ \
type _Value; \
\
GUI<type>::SetSetting(this, Setting, _Value, SkipMessage); \
}
Includes static functions that needs one template argument.
const PSRETURN PSRETURN_GUI_UnableToParse
Definition at line 249 of file IGUIObject.cpp.