| Button() | MWidgets::Button | |
| ContextMenu class | MWidgets::Widget | [friend] |
| Create(Widget *parent, int x, int y, int w, int h, string caption, string tooltip="", bool bflat=false) | MWidgets::Button | [virtual] |
| MWidgets::Widget::Create(int x, int y, int w, int h, string caption, string classname, DWORD styles, HWND parent, DWORD stylesex=0) | MWidgets::Widget | |
| Destroy() | MWidgets::Widget | |
| DestroyChildProc(HWND hwnd, LPARAM lParam) | MWidgets::Widget | [protected, static] |
| DestroyChildWindows() | MWidgets::Widget | |
| Enable(BOOL bEnable) | MWidgets::Widget | |
| GetHinstance() | MWidgets::Widget | |
| GetHwnd() | MWidgets::Widget | |
| GetObjectFromHwnd(HWND hWnd) | MWidgets::Widget | [protected, static] |
| GetParent() | MWidgets::Widget | |
| GetText() | MWidgets::Widget | |
| GetType() | MWidgets::Button | [virtual] |
| Hide() | MWidgets::Widget | |
| IsDestroyed() | MWidgets::Widget | |
| m_bFlat | MWidgets::Button | [protected] |
| m_bMouseHover | MWidgets::Button | [protected] |
| m_hContextMenu | MWidgets::Widget | [protected] |
| m_hInstance | MWidgets::Widget | [protected] |
| m_hWnd | MWidgets::Widget | [protected] |
| m_hWndTT | MWidgets::Button | [protected] |
| m_mapHotKeyHendles | MWidgets::Widget | [protected] |
| m_mapHotKeyIds | MWidgets::Widget | [protected] |
| m_pOnClickHandler | MWidgets::Button | [protected] |
| m_pOnCreateHandler | MWidgets::Widget | [protected] |
| m_pOnLButtonDownHandler | MWidgets::Widget | [protected] |
| m_pOnRButtonDownHandler | MWidgets::Widget | [protected] |
| m_pOnSizeHandler | MWidgets::Widget | [protected] |
| m_prevWndProc | MWidgets::Widget | [protected] |
| m_sToolTip | MWidgets::Button | [protected] |
| Move(int x, int y) | MWidgets::Widget | |
| OnClick() | MWidgets::Button | [virtual] |
| OnCommand(WORD code, WORD id) | MWidgets::Button | [protected, virtual] |
| OnCreate() | MWidgets::Widget | [virtual] |
| OnLeftButtonDown(int x, int y, DWORD buttonMask) | MWidgets::Widget | [virtual] |
| OnMessage(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) | MWidgets::Button | [protected, virtual] |
| OnRightButtonDown(int x, int y, DWORD buttonMask) | MWidgets::Widget | [virtual] |
| OnSize(int left, int top, int right, int bottom) | MWidgets::Widget | [virtual] |
| ProcessAccelerators(WORD id) | MWidgets::Widget | [protected] |
| ProcessHotKey(WORD id) | MWidgets::Widget | [protected] |
| ProcessMenu(WORD id) | MWidgets::Widget | [protected] |
| RemoveMenuBar() | MWidgets::Widget | |
| SetHotKey(UINT fsModifiers, UINT vk, BaseEventHandler *pEventHandler) | MWidgets::Widget | |
| SetHotKey(UINT fsModifiers, UINT vk, T *pProcessor, void(T::*EventCallBack)(Widget *sender)) | MWidgets::Widget | [inline] |
| SetImage(Image *pImage) | MWidgets::Button | |
| SetLeftButtonDownHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender, int x, int y, DWORD buttonMask)) | MWidgets::Widget | [inline] |
| SetMenuBar(Menu *pMenu) | MWidgets::Widget | |
| SetOnClickHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender)) | MWidgets::Button | [inline] |
| SetOnCreateHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender)) | MWidgets::Widget | [inline] |
| SetOnSizeHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender)) | MWidgets::Widget | [inline] |
| SetPressed(bool val) | MWidgets::Button | |
| SetRightButtonDownHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender, int x, int y, DWORD buttonMask)) | MWidgets::Widget | [inline] |
| SetText(string text) | MWidgets::Widget | |
| Show() | MWidgets::Widget | |
| Size(int w, int h) | MWidgets::Widget | |
| Widget() | MWidgets::Widget | |
| WindowProcedure(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) | MWidgets::Widget | [static] |
| ~Button() | MWidgets::Button | |
| ~Widget() | MWidgets::Widget | [virtual] |