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.  More... | |
| 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 | bCloseToTrayIcon | 
| bool | bColorizeServerConsole | 
| bool | bDrawGridInServerTable | 
| bool | bGroupServersWithPlayersAtTheTopOfTheList | 
| bool | bHidePasswords | 
| bool | bIP2CountryAutoUpdate | 
| bool | bLookupHosts | 
| bool | bMarkServersWithBuddies | 
| bool | bQueryAutoRefreshDontIfActive | 
| bool | bQueryAutoRefreshEnabled | 
| bool | bQueryBeforeLaunch | 
| bool | bQueryOnStartup | 
| bool | bRecordDemo | 
| 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 | 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 349 of file doomseekerconfig.cpp.