ReactOS 0.4.16-dev-334-g4d9f67c
|
configuration for the display mode of a notification icon More...
#include <traynotify.h>
Public Member Functions | |
NotifyIconConfig () | |
void | create_name () |
bool | match (const NotifyIconConfig &props) const |
Public Attributes | |
String | _tipText |
String | _windowTitle |
String | _modulePath |
NOTIFYICONMODE | _mode |
String | _name |
configuration for the display mode of a notification icon
Definition at line 71 of file traynotify.h.
|
inline |
Definition at line 73 of file traynotify.h.
void NotifyIconConfig::create_name | ( | ) |
Definition at line 814 of file traynotify.cpp.
Referenced by NotifyInfo::modify(), and NotifyArea::write_config().
bool NotifyIconConfig::match | ( | const NotifyIconConfig & | props | ) | const |
Definition at line 820 of file traynotify.cpp.
Referenced by NotifyArea::DetermineHideState(), and TrayNotifyDlg::SetIconMode().
NOTIFYICONMODE NotifyIconConfig::_mode |
Definition at line 83 of file traynotify.h.
Referenced by NotifyArea::DetermineHideState(), NotifyInfo::NotifyInfo(), NotifyArea::read_config(), TrayNotifyDlg::Refresh(), TrayNotifyDlg::SetIconMode(), and NotifyArea::write_config().
String NotifyIconConfig::_modulePath |
Definition at line 81 of file traynotify.h.
Referenced by create_name(), match(), NotifyArea::read_config(), TrayNotifyDlg::Refresh(), and NotifyArea::write_config().
String NotifyIconConfig::_name |
Definition at line 85 of file traynotify.h.
Referenced by create_name(), NotifyArea::read_config(), and NotifyArea::write_config().
String NotifyIconConfig::_tipText |
Definition at line 79 of file traynotify.h.
Referenced by create_name(), match(), NotifyInfo::modify(), NotifyArea::read_config(), and NotifyArea::write_config().
String NotifyIconConfig::_windowTitle |
Definition at line 80 of file traynotify.h.
Referenced by create_name(), match(), NotifyInfo::modify(), NotifyArea::read_config(), and NotifyArea::write_config().