|
ReactOS 0.4.16-dev-1948-gd260c1d
|
configuration dialog for notification icons More...
#include <traynotify.h>


Public Types | |
| typedef ResizeController< Dialog > | super |
Public Types inherited from ResizeController< Dialog > | |
| typedef Dialog | super |
Public Types inherited from Dialog | |
| typedef Window | super |
Public Types inherited from Window | |
| typedef map< HWND, Window * > | WindowMap |
| typedef Window *(* | CREATORFUNC) (HWND) |
| typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
| TrayNotifyDlg (HWND hwnd) | |
| ~TrayNotifyDlg () | |
Public Member Functions inherited from ResizeController< Dialog > | |
| ResizeController (HWND hwnd) | |
| LRESULT | WndProc (UINT nmsg, WPARAM wparam, LPARAM lparam) |
| virtual void | GetClientSpace (PRECT prect) |
Public Member Functions inherited from Dialog | |
| Dialog (HWND) | |
| ~Dialog () | |
Public Member Functions inherited from Window | |
| Window (HWND hwnd) | |
| virtual | ~Window () |
| LRESULT | SendParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
| LRESULT | PostParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
| Window (INT cx, INT cy, BOOL fAutoHide=FALSE) | |
| virtual | ~Window () |
| virtual LRESULT CALLBACK | WindowProcDx (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | DoAction () |
| void | TEST_Main () |
| void | TEST_Dragging () |
| void | TEST_AutoHide () |
| void | TEST_FullScreen () |
Protected Types | |
| typedef pair< NOTIFYICONMODE, DWORD > | IconStatePair |
| typedef map< NotifyIconIndex, IconStatePair > | IconStateMap |
Protected Attributes | |
| HWND | _tree_ctrl |
| HACCEL | _haccel |
| HIMAGELIST | _himl |
| NotifyArea * | _pNotifyArea |
| NotifyIconDlgInfoMap | _info |
| NotifyIconCfgList | _cfg_org |
| IconStateMap | _icon_states_org |
| bool | _show_hidden_org |
| HTREEITEM | _hitemCurrent |
| HTREEITEM | _hitemCurrent_visible |
| HTREEITEM | _hitemCurrent_hidden |
| HTREEITEM | _hitemConfig |
| HTREEITEM | _selectedItem |
Protected Attributes inherited from ResizeController< Dialog > | |
| ResizeManager | _resize_mgr |
Protected Attributes inherited from Window | |
| HWND | m_hwnd |
| BOOL | m_fAutoHide |
| BOOL | m_fOnTop |
| BOOL | m_fHiding |
| UINT | m_uSide |
| LONG | m_cxWidth |
| LONG | m_cyHeight |
| LONG | m_cxSave |
| LONG | m_cySave |
| BOOL | m_fAppBarRegd |
| BOOL | m_fMoving |
| BOOL | m_bDragged |
| POINT | m_ptDragOn |
| RECT | m_rcAppBar |
| RECT | m_rcDrag |
| BOOL | m_bGotFullScreen |
configuration dialog for notification icons
Definition at line 198 of file traynotify.h.
|
protected |
Definition at line 213 of file traynotify.h.
|
protected |
Definition at line 212 of file traynotify.h.
| typedef ResizeController<Dialog> TrayNotifyDlg::super |
Definition at line 200 of file traynotify.h.
| TrayNotifyDlg::TrayNotifyDlg | ( | HWND | hwnd | ) |
Definition at line 878 of file traynotify.cpp.
| TrayNotifyDlg::~TrayNotifyDlg | ( | ) |
Definition at line 940 of file traynotify.cpp.
Reimplemented from Window.
Definition at line 1092 of file traynotify.cpp.
|
protected |
Definition at line 1040 of file traynotify.cpp.
|
protected |
Definition at line 1035 of file traynotify.cpp.
Referenced by InsertItem(), and Refresh().
Reimplemented from Window.
Definition at line 1148 of file traynotify.cpp.
|
protected |
Definition at line 947 of file traynotify.cpp.
Referenced by Command(), SetIconMode(), TrayNotifyDlg(), and WndProc().
|
protected |
Definition at line 1172 of file traynotify.cpp.
Referenced by Notify().
|
protected |
Definition at line 1206 of file traynotify.cpp.
Referenced by Command().
Reimplemented from Window.
Definition at line 1070 of file traynotify.cpp.
|
protected |
Definition at line 215 of file traynotify.h.
Referenced by Command(), and TrayNotifyDlg().
|
protected |
Definition at line 207 of file traynotify.h.
Referenced by TrayNotifyDlg(), and WndProc().
|
protected |
Definition at line 208 of file traynotify.h.
Referenced by InsertItem(), TrayNotifyDlg(), and ~TrayNotifyDlg().
|
protected |
Definition at line 222 of file traynotify.h.
Referenced by Refresh().
|
protected |
Definition at line 219 of file traynotify.h.
Referenced by Refresh().
|
protected |
Definition at line 221 of file traynotify.h.
Referenced by Refresh().
|
protected |
Definition at line 220 of file traynotify.h.
Referenced by Refresh().
|
protected |
Definition at line 216 of file traynotify.h.
Referenced by Command(), and TrayNotifyDlg().
|
protected |
Definition at line 210 of file traynotify.h.
Referenced by InsertItem(), Notify(), Refresh(), and SetIconMode().
|
protected |
Definition at line 209 of file traynotify.h.
Referenced by Command(), Refresh(), SetIconMode(), and TrayNotifyDlg().
|
protected |
Definition at line 223 of file traynotify.h.
Referenced by Notify(), SetIconMode(), and TrayNotifyDlg().
|
protected |
Definition at line 217 of file traynotify.h.
Referenced by Command(), and TrayNotifyDlg().
|
protected |
Definition at line 206 of file traynotify.h.
Referenced by InsertItem(), Refresh(), SetIconMode(), and TrayNotifyDlg().