|
ReactOS 0.4.16-dev-1946-g52006dd
|
window for displaying the time in the tray notification area More...
#include <traynotify.h>


Public Types | |
| 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 | |
| ClockWindow (HWND hwnd) | |
| void | TimerTick () |
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 Attributes | |
| TCHAR | _time [16] |
| ToolTip | _tooltip |
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 |
Additional Inherited Members | |
Public Attributes inherited from Window | |
| IAccessible | IAccessible_iface |
| IOleWindow | IOleWindow_iface |
| IEnumVARIANT | IEnumVARIANT_iface |
| LONG | ref |
Static Protected Member Functions inherited from Window | |
| static Window * | create_controller (HWND hwnd) |
| create controller for a new window | |
| static StaticWindowData & | GetStaticWindowData () |
| static LRESULT CALLBACK | MDICBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
| static LRESULT CALLBACK | PropSheetCBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
Static Protected Attributes inherited from Window | |
| static WindowMap | s_wnd_map |
| static const void * | s_new_info = NULL |
| static CREATORFUNC | s_window_creator = NULL |
| static HHOOK | s_hcbtHook = 0 |
| static WindowSet | s_pretranslate_windows |
| static WindowSet | s_dialogs |
window for displaying the time in the tray notification area
Definition at line 238 of file traynotify.h.
| typedef Window ClockWindow::super |
Definition at line 240 of file traynotify.h.
| ClockWindow::ClockWindow | ( | HWND | hwnd | ) |
Definition at line 1252 of file traynotify.cpp.
Definition at line 1262 of file traynotify.cpp.
Referenced by NotifyArea::show_clock().
|
protected |
Definition at line 1331 of file traynotify.cpp.
Referenced by ClockWindow(), and TimerTick().
Reimplemented from Window.
Definition at line 1306 of file traynotify.cpp.
|
protected |
Definition at line 1344 of file traynotify.cpp.
Referenced by WndProc().
| void ClockWindow::TimerTick | ( | ) |
Definition at line 1325 of file traynotify.cpp.
Referenced by NotifyArea::WndProc().
Reimplemented from Window.
Definition at line 1288 of file traynotify.cpp.
|
protected |
Definition at line 255 of file traynotify.h.
Referenced by ClockWindow(), FormatTime(), and Paint().
|
protected |
Definition at line 256 of file traynotify.h.
Referenced by ClockWindow().