OpenClonk
C4ConfigStartup Class Reference

#include <C4Config.h>

Public Member Functions

void CompileFunc (StdCompiler *compiler)
 

Public Attributes

int32_t HideMsgGfxEngineChange
 
int32_t HideMsgGfxBitDepthChange
 
int32_t HideMsgMMTimerChange
 
int32_t HideMsgStartDedicated
 
int32_t HideMsgPlrTakeOver
 
int32_t HideMsgPlrNoTakeOver
 
int32_t HideMsgNoOfficialLeague
 
int32_t HideMsgIRCDangerous
 
int32_t AlphabeticalSorting
 
int32_t LastPortraitFolderIdx
 

Detailed Description

Definition at line 181 of file C4Config.h.

Member Function Documentation

◆ CompileFunc()

void C4ConfigStartup::CompileFunc ( StdCompiler compiler)

Definition at line 836 of file C4Config.cpp.

837 {
838  compiler->Value(mkNamingAdapt(HideMsgGfxEngineChange, "HideMsgGfxEngineChange", 0));
839  compiler->Value(mkNamingAdapt(HideMsgGfxBitDepthChange, "HideMsgGfxBitDepthChange", 0));
840  compiler->Value(mkNamingAdapt(HideMsgMMTimerChange, "HideMsgMMTimerChange", 0));
841  compiler->Value(mkNamingAdapt(HideMsgStartDedicated, "HideMsgStartDedicated", 0));
842  compiler->Value(mkNamingAdapt(HideMsgPlrTakeOver, "HideMsgPlrTakeOver", 0));
843  compiler->Value(mkNamingAdapt(HideMsgPlrNoTakeOver, "HideMsgPlrNoTakeOver", 0));
844  compiler->Value(mkNamingAdapt(HideMsgNoOfficialLeague, "HideMsgNoOfficialLeague", 0));
845  compiler->Value(mkNamingAdapt(HideMsgIRCDangerous, "HideMsgIRCDangerous", 0));
846  compiler->Value(mkNamingAdapt(AlphabeticalSorting, "AlphabeticalSorting", 0));
847  compiler->Value(mkNamingAdapt(LastPortraitFolderIdx, "LastPortraitFolderIdx", 0));
848 }
StdNamingAdapt< T > mkNamingAdapt(T &&rValue, const char *szName)
Definition: StdAdaptors.h:92
int32_t HideMsgStartDedicated
Definition: C4Config.h:188
int32_t HideMsgGfxBitDepthChange
Definition: C4Config.h:186
int32_t HideMsgIRCDangerous
Definition: C4Config.h:192
int32_t HideMsgPlrNoTakeOver
Definition: C4Config.h:190
int32_t AlphabeticalSorting
Definition: C4Config.h:193
int32_t LastPortraitFolderIdx
Definition: C4Config.h:194
int32_t HideMsgNoOfficialLeague
Definition: C4Config.h:191
int32_t HideMsgPlrTakeOver
Definition: C4Config.h:189
int32_t HideMsgMMTimerChange
Definition: C4Config.h:187
int32_t HideMsgGfxEngineChange
Definition: C4Config.h:185
void Value(const T &rStruct)
Definition: StdCompiler.h:161

References AlphabeticalSorting, HideMsgGfxBitDepthChange, HideMsgGfxEngineChange, HideMsgIRCDangerous, HideMsgMMTimerChange, HideMsgNoOfficialLeague, HideMsgPlrNoTakeOver, HideMsgPlrTakeOver, HideMsgStartDedicated, LastPortraitFolderIdx, mkNamingAdapt(), and StdCompiler::Value().

Here is the call graph for this function:

Member Data Documentation

◆ AlphabeticalSorting

int32_t C4ConfigStartup::AlphabeticalSorting

Definition at line 193 of file C4Config.h.

Referenced by CompileFunc(), and EntrySortFunc().

◆ HideMsgGfxBitDepthChange

int32_t C4ConfigStartup::HideMsgGfxBitDepthChange

Definition at line 186 of file C4Config.h.

Referenced by CompileFunc().

◆ HideMsgGfxEngineChange

int32_t C4ConfigStartup::HideMsgGfxEngineChange

Definition at line 185 of file C4Config.h.

Referenced by CompileFunc().

◆ HideMsgIRCDangerous

int32_t C4ConfigStartup::HideMsgIRCDangerous

Definition at line 192 of file C4Config.h.

Referenced by CompileFunc(), and C4ChatControl::OnConnectBtn().

◆ HideMsgMMTimerChange

int32_t C4ConfigStartup::HideMsgMMTimerChange

Definition at line 187 of file C4Config.h.

Referenced by C4StartupOptionsDlg::C4StartupOptionsDlg(), and CompileFunc().

◆ HideMsgNoOfficialLeague

int32_t C4ConfigStartup::HideMsgNoOfficialLeague

Definition at line 191 of file C4Config.h.

Referenced by CompileFunc().

◆ HideMsgPlrNoTakeOver

int32_t C4ConfigStartup::HideMsgPlrNoTakeOver

Definition at line 190 of file C4Config.h.

Referenced by CompileFunc(), and C4GameLobby::MainDlg::Start().

◆ HideMsgPlrTakeOver

int32_t C4ConfigStartup::HideMsgPlrTakeOver

Definition at line 189 of file C4Config.h.

Referenced by CompileFunc(), and C4PlayerInfoList::RestoreSavegameInfos().

◆ HideMsgStartDedicated

int32_t C4ConfigStartup::HideMsgStartDedicated

Definition at line 188 of file C4Config.h.

Referenced by CompileFunc(), and C4StartupScenSelDlg::DoOK().

◆ LastPortraitFolderIdx

int32_t C4ConfigStartup::LastPortraitFolderIdx

The documentation for this class was generated from the following files: