ReactOS 0.4.16-dev-240-gdb5fa3b
|
#include <window.h>
Public Types | |
typedef BASE | super |
Public Member Functions | |
TrayIconControllerTemplate (HWND hwnd) | |
LRESULT | WndProc (UINT nmsg, WPARAM wparam, LPARAM lparam) |
virtual void | AddTrayIcons ()=0 |
virtual void | TrayMouseOver (UINT id) |
virtual void | TrayClick (UINT id, int btn) |
virtual void | TrayDblClick (UINT id, int btn) |
Protected Attributes | |
const UINT | WM_TASKBARCREATED |
typedef BASE TrayIconControllerTemplate< BASE >::super |
|
inline |
|
pure virtual |
Referenced by TrayIconControllerTemplate< BASE >::WndProc().
|
inlinevirtual |
Definition at line 1094 of file window.h.
Referenced by TrayIconControllerTemplate< BASE >::WndProc().
|
inlinevirtual |
Definition at line 1095 of file window.h.
Referenced by TrayIconControllerTemplate< BASE >::WndProc().
|
inlinevirtual |
Definition at line 1093 of file window.h.
Referenced by TrayIconControllerTemplate< BASE >::WndProc().
|
inline |
Definition at line 1051 of file window.h.
Definition at line 1098 of file window.h.
Referenced by TrayIconControllerTemplate< BASE >::WndProc().