#include <IgnorePreferences.h>
Inherits UserPreferences.
Public Member Functions | |
| IgnorePreferences () | |
| virtual | ~IgnorePreferences () |
| void | setIgnore (const AsciiString &userName, Int profileID, Bool ignore) |
| IgnorePrefMap | getIgnores (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 68 of file IgnorePreferences.h.
| IgnorePreferences::IgnorePreferences | ( | ) |
Definition at line 826 of file UserPreferences.cpp.
|
virtual |
Definition at line 835 of file UserPreferences.cpp.
| IgnorePrefMap IgnorePreferences::getIgnores | ( | void | ) |
Definition at line 853 of file UserPreferences.cpp.
| void IgnorePreferences::setIgnore | ( | const AsciiString & | userName, |
| Int | profileID, | ||
| Bool | ignore ) |
Definition at line 839 of file UserPreferences.cpp.