#include <GameSpyMiscPreferences.h>
Inherits UserPreferences.
Public Member Functions | |
| GameSpyMiscPreferences () | |
| virtual | ~GameSpyMiscPreferences () |
| Int | getLocale (void) |
| void | setLocale (Int val) |
| AsciiString | getCachedStats (void) |
| void | setCachedStats (AsciiString val) |
| Bool | getQuickMatchResLocked (void) |
| Int | getMaxMessagesPerUpdate (void) |
Public Member Functions inherited from UserPreferences | |
| UserPreferences () | |
| virtual | ~UserPreferences () |
| virtual Bool | load (AsciiString fname) |
| virtual Bool | write (void) |
| Bool | getBool (AsciiString key, Bool defaultValue) const |
| Real | getReal (AsciiString key, Real defaultValue) const |
| Int | getInt (AsciiString key, Int defaultValue) const |
| AsciiString | getAsciiString (AsciiString key, AsciiString defaultValue) const |
| void | setBool (AsciiString key, Bool val) |
| void | setReal (AsciiString key, Real val) |
| void | setInt (AsciiString key, Int val) |
| void | setAsciiString (AsciiString key, AsciiString val) |
Additional Inherited Members | |
Protected Attributes inherited from UserPreferences | |
| AsciiString | m_filename |
Definition at line 44 of file GameSpyMiscPreferences.h.
| GameSpyMiscPreferences::GameSpyMiscPreferences | ( | ) |
Definition at line 781 of file UserPreferences.cpp.
|
virtual |
Definition at line 789 of file UserPreferences.cpp.
| AsciiString GameSpyMiscPreferences::getCachedStats | ( | void | ) |
Definition at line 803 of file UserPreferences.cpp.
| Int GameSpyMiscPreferences::getLocale | ( | void | ) |
Definition at line 793 of file UserPreferences.cpp.
| Int GameSpyMiscPreferences::getMaxMessagesPerUpdate | ( | void | ) |
Definition at line 818 of file UserPreferences.cpp.
| Bool GameSpyMiscPreferences::getQuickMatchResLocked | ( | void | ) |
Definition at line 813 of file UserPreferences.cpp.
| void GameSpyMiscPreferences::setCachedStats | ( | AsciiString | val | ) |
Definition at line 808 of file UserPreferences.cpp.
| void GameSpyMiscPreferences::setLocale | ( | Int | val | ) |
Definition at line 798 of file UserPreferences.cpp.