|
ReactOS 0.4.16-dev-1946-g52006dd
|
structure for maintaining informations about one notification icon More...
#include <traynotify.h>


Public Member Functions | |
| NotifyInfo () | |
| bool | modify (NOTIFYICONDATA *pnid) |
Public Member Functions inherited from NotifyIconIndex | |
| NotifyIconIndex (NOTIFYICONDATA *pnid) | |
Public Member Functions inherited from NotifyIconConfig | |
| NotifyIconConfig () | |
| void | create_name () |
| bool | match (const NotifyIconConfig &props) const |
Public Attributes | |
| int | _idx |
| HICON | _hIcon |
| DWORD | _dwState |
| UINT | _uCallbackMessage |
| UINT | _version |
| DWORD | _lastChange |
Public Attributes inherited from NotifyIconIndex | |
| HWND | _hWnd |
| UINT | _uID |
Public Attributes inherited from NotifyIconConfig | |
| String | _tipText |
| String | _windowTitle |
| String | _modulePath |
| NOTIFYICONMODE | _mode |
| String | _name |
Friends | |
| bool | operator< (const NotifyInfo &a, const NotifyInfo &b) |
Additional Inherited Members | |
Protected Member Functions inherited from NotifyIconIndex | |
| NotifyIconIndex () | |
structure for maintaining informations about one notification icon
Definition at line 93 of file traynotify.h.
| NotifyInfo::NotifyInfo | ( | ) |
Definition at line 81 of file traynotify.cpp.
| bool NotifyInfo::modify | ( | NOTIFYICONDATA * | pnid | ) |
Definition at line 104 of file traynotify.cpp.
|
friend |
Definition at line 98 of file traynotify.h.
| DWORD NotifyInfo::_dwState |
Definition at line 105 of file traynotify.h.
Referenced by modify(), and NotifyInfo().
| HICON NotifyInfo::_hIcon |
Definition at line 104 of file traynotify.h.
Referenced by modify(), and NotifyInfo().
| int NotifyInfo::_idx |
Definition at line 103 of file traynotify.h.
Referenced by NotifyInfo().
| DWORD NotifyInfo::_lastChange |
Definition at line 109 of file traynotify.h.
Referenced by modify(), and NotifyInfo().
| UINT NotifyInfo::_uCallbackMessage |
Definition at line 106 of file traynotify.h.
Referenced by modify(), and NotifyInfo().
| UINT NotifyInfo::_version |
Definition at line 107 of file traynotify.h.
Referenced by NotifyInfo().