ReactOS 0.4.16-dev-1098-g0ca6002
|
#include <startmenu.h>
Public Types | |
typedef OwnerdrawnButton | super |
![]() | |
typedef SubclassedWindow | super |
![]() | |
typedef Window | super |
![]() | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
StartMenuButton (HWND hwnd, ICON_ID icon_id, bool hasSubmenu) | |
![]() | |
OwnerdrawnButton (HWND hwnd) | |
![]() | |
SubclassedWindow (HWND) | |
![]() | |
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 () |
Protected Attributes | |
ICON_ID | _icon_id |
bool | _hasSubmenu |
![]() | |
WNDPROC | _orgWndProc |
![]() | |
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 |
StartMenuButton draws the face of a StartMenuCtrl button control.
Definition at line 90 of file startmenu.h.
Definition at line 92 of file startmenu.h.
Definition at line 94 of file startmenu.h.
|
protectedvirtual |
Implements OwnerdrawnButton.
Definition at line 1541 of file startmenu.cpp.
Reimplemented from SubclassedWindow.
Definition at line 1517 of file startmenu.cpp.
|
protected |
Definition at line 102 of file startmenu.h.
Referenced by DrawItem(), and WndProc().
|
protected |
Definition at line 101 of file startmenu.h.