#include <mgui/layout.h>
Inheritance diagram for MGUI::LAYOUT_PANE_ROOT:

Public Member Functions | |
| void | AddToolTipItem (CWnd &item, LPCTSTR string) |
| ETSLayoutMgr * | GetLayoutMgr () const |
| MGUI::LAYOUT_PANE_MAIN * | GetMainPane () const |
| CWnd & | GetWnd () const |
| void | Init (Widget TopPaneWidget) |
| void | Init (ETSLayoutMgr *LayoutMgr, ETSLayoutMgr::CPane RootPane, TOOLTIPCTRL *ToolTipCtrl) |
| LAYOUT_PANE_ROOT () | |
| LAYOUT_PANE_ROOT (CWnd &RootWnd) | |
| void | PreTransListAdd (CTRL *ctrl) |
| bool | PreTransListProcess (const CWnd *pFocusWnd, MSG *pMsg) |
| virtual | ~LAYOUT_PANE_ROOT () |
Protected Attributes | |
| MGUI::LAYOUT_PANE_MAIN * | m_MainPane |
Definition at line 1304 of file layout.h.
|
|
Constructor (MFC version).
|
|
|
Constructor (X version).
|
|
|
Destructor.
|
|
||||||||||||
|
Add ToolTip item.
|
|
|
Get "layout manager".
Reimplemented from MGUI::LAYOUT_PANE_BASE. |
|
|
Get "main" pane.
|
|
|
|
|
|
Initialize called internally by OnInitDialog() or similar (X version).
|
|
||||||||||||||||
|
Initialize called internally by OnInitDialog() or similar (MFC version).
|
|
|
Add CTRL to message pre-translation list.
|
|
||||||||||||
|
Process message through pretranslation list if control has focus.
|
|
|
Pointer to "main" pane, may be 'this' pane.
|
1.3.8-20040913