ActivateDockWindows(bool bActivate) | MWidgets::Window | |
ContextMenu class | MWidgets::Widget | [friend] |
Create(int x, int y, int w, int h, string caption) | MWidgets::Window | [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 | |
DockToBottom(DockWindow *pWnd) | MWidgets::Window | |
DockToLeft(DockWindow *pWnd) | MWidgets::Window | |
DockToRight(DockWindow *pWnd) | MWidgets::Window | |
DockToTop(DockWindow *pWnd) | MWidgets::Window | |
Enable(BOOL bEnable) | MWidgets::Widget | |
GetBottomHeight() | MWidgets::Window | |
GetBottomWidth() | MWidgets::Window | |
GetHinstance() | MWidgets::Widget | |
GetHwnd() | MWidgets::Widget | |
GetLeftHeight() | MWidgets::Window | |
GetLeftWidth() | MWidgets::Window | |
GetObjectFromHwnd(HWND hWnd) | MWidgets::Widget | [protected, static] |
GetParent() | MWidgets::Widget | |
GetRightHeight() | MWidgets::Window | |
GetRightWidth() | MWidgets::Window | |
GetText() | MWidgets::Widget | |
GetTopHeight() | MWidgets::Window | |
GetTopWidth() | MWidgets::Window | |
GetType() | MWidgets::Window | [virtual] |
Hide() | MWidgets::Widget | |
IsDestroyed() | MWidgets::Widget | |
IsFirst(DockWindow *pWnd) | MWidgets::Window | |
IsLast(DockWindow *pWnd) | MWidgets::Window | |
m_hContextMenu | MWidgets::Widget | [protected] |
m_hInstance | MWidgets::Widget | [protected] |
m_hWnd | MWidgets::Widget | [protected] |
m_iBottomHeight | MWidgets::Window | [protected] |
m_iLeftWidth | MWidgets::Window | [protected] |
m_iRightWidth | MWidgets::Window | [protected] |
m_iTopHeight | MWidgets::Window | [protected] |
m_mapDockOrder | MWidgets::Window | [protected] |
m_mapHotKeyHendles | MWidgets::Widget | [protected] |
m_mapHotKeyIds | MWidgets::Widget | [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_vecBottom | MWidgets::Window | [protected] |
m_vecLeft | MWidgets::Window | [protected] |
m_vecRight | MWidgets::Window | [protected] |
m_vecTop | MWidgets::Window | [protected] |
Move(int x, int y) | MWidgets::Widget | |
OnCommand(WORD code, WORD id) | MWidgets::Widget | [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::Window | [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] |
SetLeftButtonDownHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender, int x, int y, DWORD buttonMask)) | MWidgets::Widget | [inline] |
SetMenuBar(Menu *pMenu) | MWidgets::Widget | |
SetOnCreateHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender)) | MWidgets::Widget | [inline] |
SetOnSizeHandler(T *pProcessor, void(T::*EventCallBack)(Widget *sender)) | MWidgets::Widget | [inline] |
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 | |
UndockFromBottom(DockWindow *pWnd) | MWidgets::Window | |
UndockFromLeft(DockWindow *pWnd) | MWidgets::Window | |
UndockFromRight(DockWindow *pWnd) | MWidgets::Window | |
UndockFromTop(DockWindow *pWnd) | MWidgets::Window | |
UpdateLayout(DockWindow *pWnd=NULL) | MWidgets::Window | |
Widget() | MWidgets::Widget | |
Window() | MWidgets::Window | |
WindowProcedure(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) | MWidgets::Widget | [static] |
~Widget() | MWidgets::Widget | [virtual] |
~Window() | MWidgets::Window | |