#include <LadderPreferences.h>
Inherits UserPreferences.
Public Member Functions | |
| LadderPreferences () | |
| virtual | ~LadderPreferences () |
| Bool | loadProfile (Int profileID) |
| virtual bool | write (void) |
| const LadderPrefMap & | getRecentLadders (void) |
| void | addRecentLadder (LadderPref ladder) |
Public Member Functions inherited from UserPreferences | |
| UserPreferences () | |
| virtual | ~UserPreferences () |
| virtual Bool | load (AsciiString fname) |
| 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 64 of file LadderPreferences.h.
| LadderPreferences::LadderPreferences | ( | ) |
Definition at line 874 of file UserPreferences.cpp.
|
virtual |
Definition at line 878 of file UserPreferences.cpp.
| void LadderPreferences::addRecentLadder | ( | LadderPref | ladder | ) |
Definition at line 956 of file UserPreferences.cpp.
| const LadderPrefMap & LadderPreferences::getRecentLadders | ( | void | ) |
Definition at line 951 of file UserPreferences.cpp.
Definition at line 882 of file UserPreferences.cpp.
|
virtual |
Reimplemented from UserPreferences.
Definition at line 931 of file UserPreferences.cpp.