Public Member Functions | |
QList< ColumnSort > | additionalSortColumns () const |
void | enableFreedoomInstallation (const QString &dir) |
void | init (IniSection §ion) |
Initializes values that are not present in the section yet. | |
void | initWadAlias () |
void | load (IniSection §ion) |
const QuerySpeed & | querySpeed () const |
void | save (IniSection §ion) |
void | setAdditionalSortColumns (const QList< ColumnSort > &val) |
void | setQuerySpeed (const QuerySpeed &val) |
void | setWadAliases (const QList< FileAlias > &val) |
QList< FileAlias > | wadAliases () const |
QStringList | wadPathsOnly () const |
Public Attributes | |
bool | bBotsAreNotPlayers |
bool | bCheckTheIntegrityOfWads |
bool | bCloseToTrayIcon |
bool | bColorizeServerConsole |
bool | bDrawGridInServerTable |
bool | bHidePasswords |
bool | bHonorServerCountries |
bool | bIP2CountryAutoUpdate |
bool | bLogCreatedServer |
bool | bLookupHosts |
bool | bMarkServersWithBuddies |
bool | bQueryAutoRefreshDontIfActive |
bool | bQueryAutoRefreshEnabled |
bool | bQueryBeforeLaunch |
bool | bQueryOnStartup |
bool | bRecordDemo |
bool | bResolveTemplatedPathsPlaceholders |
bool | bTellMeWhereAreTheWADsWhenIHoverCursorOverWADSColumn |
PatternList | buddies |
QString | buddyServersColor |
bool | bUseTrayIcon |
QVector< CustomServerInfo > | customServers |
QString | customServersColor |
QString | lanServersColor |
QString | localization |
QByteArray | mainWindowGeometry |
QString | mainWindowState |
QString | previousCreateServerConfigDir |
QString | previousCreateServerExecDir |
QString | previousCreateServerLogDir |
QString | previousCreateServerWadDir |
unsigned | queryAutoRefreshEverySeconds |
QString | serverListColumnState |
int | serverListSortDirection |
int | serverListSortIndex |
QString | slotStyle |
QList< FileSearchPath > | wadPaths |
Static Public Attributes | |
static const QString | SECTION_NAME |
Definition at line 56 of file doomseekerconfig.h.
void DoomseekerConfig::DoomseekerCfg::init | ( | IniSection & | section | ) |
Initializes values that are not present in the section yet.
All values already present are left alone.
Definition at line 333 of file doomseekerconfig.cpp.