ReactOS 0.4.16-dev-401-g45b008d
|
#include <mainframe.h>
Public Types | |
typedef MainFrameBase | super |
Public Types inherited from MainFrameBase | |
typedef PreTranslateWindow | super |
Public Types inherited from PreTranslateWindow | |
typedef Window | super |
Public Types inherited from Window | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
MDIMainFrame (HWND hwnd) | |
ChildWindow * | CreateChild (LPCTSTR path=NULL, int mode=OWM_EXPLORE|OWM_DETAILS) |
ChildWindow * | CreateChild (LPCITEMIDLIST pidl, int mode=OWM_EXPLORE|OWM_DETAILS|OWM_PIDL) |
Public Member Functions inherited from MainFrameBase | |
MainFrameBase (HWND hwnd) | |
~MainFrameBase () | |
Public Member Functions inherited from PreTranslateWindow | |
PreTranslateWindow (HWND) | |
~PreTranslateWindow () | |
Public Member Functions inherited from Window | |
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 | |
HWND | _hmdiclient |
WindowHandle | _hextrabar |
WindowHandle | _hdrivebar |
TCHAR | _drives [BUFFER_LEN] |
Protected Attributes inherited from MainFrameBase | |
FullScreenParameters | _fullscreen |
HACCEL | _hAccel |
HIMAGELIST | _himl_old |
Protected Attributes inherited from Window | |
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 |
Definition at line 94 of file mainframe.h.
typedef MainFrameBase MDIMainFrame::super |
Definition at line 96 of file mainframe.h.
MDIMainFrame::MDIMainFrame | ( | HWND | hwnd | ) |
Definition at line 691 of file mainframe.cpp.
Definition at line 1277 of file mainframe.cpp.
Referenced by Command().
Definition at line 1249 of file mainframe.cpp.
Referenced by Command().
Reimplemented from MainFrameBase.
Definition at line 1018 of file mainframe.cpp.
|
static |
Definition at line 866 of file mainframe.cpp.
Referenced by StartMenuHandler::Command(), MainFrameBase::Create(), Create(), and MainFrameBase::OpenShellFolders().
|
static |
Definition at line 892 of file mainframe.cpp.
|
static |
Definition at line 876 of file mainframe.cpp.
ChildWindow * MDIMainFrame::CreateChild | ( | LPCITEMIDLIST | pidl, |
int | mode = OWM_EXPLORE|OWM_DETAILS|OWM_PIDL |
||
) |
Definition at line 914 of file mainframe.cpp.
ChildWindow * MDIMainFrame::CreateChild | ( | LPCTSTR | path = NULL , |
int | mode = OWM_EXPLORE|OWM_DETAILS |
||
) |
Definition at line 909 of file mainframe.cpp.
Referenced by Create(), SDIMainFrame::Create(), and go_to().
Reimplemented from MainFrameBase.
Definition at line 1178 of file mainframe.cpp.
Reimplemented from MainFrameBase.
Definition at line 1313 of file mainframe.cpp.
Reimplemented from MainFrameBase.
Definition at line 1190 of file mainframe.cpp.
Reimplemented from MainFrameBase.
Definition at line 920 of file mainframe.cpp.
Reimplemented from MainFrameBase.
Definition at line 928 of file mainframe.cpp.
|
protected |
Definition at line 130 of file mainframe.h.
Referenced by Command(), and MDIMainFrame().
|
protected |
Definition at line 112 of file mainframe.h.
Referenced by Command(), frame_get_clientspace(), MDIMainFrame(), resize_frame(), and WndProc().
|
protected |
Definition at line 110 of file mainframe.h.
Referenced by Command(), MDIMainFrame(), resize_frame(), and WndProc().
|
protected |
Definition at line 108 of file mainframe.h.
Referenced by activate_child_window(), activate_drive_window(), Command(), go_to(), MDIMainFrame(), resize_frame(), TranslateMsg(), and WndProc().