#include <settings.hxx>

Public Member Functions | |
| NotificationSettings () | |
| NotificationSettings (const NotificationSettings &rSet) | |
| ~NotificationSettings () | |
| void | SetOptions (ULONG nOptions) |
| ULONG | GetOptions () const |
| const NotificationSettings & | operator= (const NotificationSettings &rSet) |
| BOOL | operator== (const NotificationSettings &rSet) const |
| BOOL | operator!= (const NotificationSettings &rSet) const |
Private Member Functions | |
| void | CopyData () |
Private Attributes | |
| ImplNotificationData * | mpData |
Definition at line 1061 of file settings.hxx.
| NotificationSettings::NotificationSettings | ( | ) |
| NotificationSettings::NotificationSettings | ( | const NotificationSettings & | rSet | ) |
Definition at line 1401 of file settings.cxx.
References ImplNotificationData::mnRefCount, and mpData.
| NotificationSettings::~NotificationSettings | ( | ) |
Definition at line 1412 of file settings.cxx.
References ImplNotificationData::mnRefCount, and mpData.
| void NotificationSettings::CopyData | ( | ) | [private] |
Definition at line 1443 of file settings.cxx.
References ImplNotificationData::mnRefCount, and mpData.
| void NotificationSettings::SetOptions | ( | ULONG | nOptions | ) | [inline] |
Definition at line 1073 of file settings.hxx.
| ULONG NotificationSettings::GetOptions | ( | ) | const [inline] |
Definition at line 1075 of file settings.hxx.
| const NotificationSettings & NotificationSettings::operator= | ( | const NotificationSettings & | rSet | ) |
Definition at line 1423 of file settings.cxx.
References ImplNotificationData::mnRefCount, and mpData.
| BOOL NotificationSettings::operator== | ( | const NotificationSettings & | rSet | ) | const |
Definition at line 1455 of file settings.cxx.
References ImplNotificationData::mnOptions, and mpData.
| BOOL NotificationSettings::operator!= | ( | const NotificationSettings & | rSet | ) | const [inline] |
Definition at line 1081 of file settings.hxx.
ImplNotificationData* NotificationSettings::mpData [private] |
Definition at line 1066 of file settings.hxx.
Referenced by CopyData(), NotificationSettings(), operator=(), operator==(), and ~NotificationSettings().
1.5.6