ReactOS 0.4.16-dev-36-g301675c
|
MDI child window displaying file lists. More...
#include <filechild.h>
Public Types | |
typedef ExtContextMenuHandlerT< ChildWindow > | super |
Public Types inherited from ExtContextMenuHandlerT< ChildWindow > | |
typedef ChildWindow | super |
Public Types inherited from ChildWindow | |
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 *) |
Static Protected Member Functions | |
static void | collapse_entry (Pane *pane, Entry *dir) |
Static Protected Member Functions inherited from Window | |
static Window * | create_controller (HWND hwnd) |
create controller for a new window | |
static StaticWindowData & | GetStaticWindowData () |
static LRESULT CALLBACK | MDICBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
static LRESULT CALLBACK | PropSheetCBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
Protected Attributes | |
Root | _root |
Pane * | _left |
Pane * | _right |
TCHAR | _path [MAX_PATH] |
bool | _header_wdths_ok |
Protected Attributes inherited from ExtContextMenuHandlerT< ChildWindow > | |
CtxMenuInterfaces | _cm_ifs |
Protected Attributes inherited from ChildWindow | |
MenuInfo * | _menu_info |
WindowHandle | _left_hwnd |
WindowHandle | _right_hwnd |
int | _focus_pane |
int | _split_pos |
int | _last_split |
HWND | _hwndFrame |
String | _statusText |
String | _url |
stack< String > | _url_history |
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 |
Additional Inherited Members | |
Public Attributes inherited from Window | |
IAccessible | IAccessible_iface |
IOleWindow | IOleWindow_iface |
IEnumVARIANT | IEnumVARIANT_iface |
LONG | ref |
Static Protected Attributes inherited from Window | |
static WindowMap | s_wnd_map |
static const void * | s_new_info = NULL |
static CREATORFUNC | s_window_creator = NULL |
static HHOOK | s_hcbtHook = 0 |
static WindowSet | s_pretranslate_windows |
static WindowSet | s_dialogs |
MDI child window displaying file lists.
Definition at line 88 of file filechild.h.
Definition at line 90 of file filechild.h.
FileChildWindow::FileChildWindow | ( | HWND | hwnd, |
const FileChildWndInfo & | info | ||
) |
Definition at line 124 of file filechild.cpp.
Definition at line 577 of file filechild.cpp.
Definition at line 354 of file filechild.cpp.
Referenced by activate_entry().
Reimplemented from Window.
Definition at line 553 of file filechild.cpp.
|
static |
Definition at line 377 of file filechild.cpp.
Referenced by MDIMainFrame::Command(), and WndProc().
Definition at line 310 of file filechild.cpp.
Referenced by activate_entry(), and refresh().
Definition at line 122 of file filechild.h.
Implements ChildWindow.
Definition at line 669 of file filechild.cpp.
|
protected |
Definition at line 541 of file filechild.cpp.
Referenced by WndProc().
Reimplemented from ChildWindow.
Definition at line 405 of file filechild.cpp.
Referenced by WndProc().
Definition at line 625 of file filechild.cpp.
Referenced by activate_entry(), refresh(), and set_curdir().
Definition at line 266 of file filechild.cpp.
Referenced by activate_entry(), Command(), FileChildWindow(), and jump_to_int().
Definition at line 124 of file filechild.h.
|
inline |
Definition at line 127 of file filechild.h.
Reimplemented from Window.
Definition at line 443 of file filechild.cpp.
|
protected |
Definition at line 119 of file filechild.h.
Referenced by expand_entry(), FileChildWindow(), jump_to_int(), and scan_entry().
|
protected |
Definition at line 116 of file filechild.h.
Referenced by activate_entry(), Command(), expand_entry(), FileChildWindow(), jump_to_int(), Notify(), refresh(), resize_children(), set_curdir(), switch_focus_pane(), and WndProc().
Definition at line 118 of file filechild.h.
Referenced by set_curdir(), and WndProc().
|
protected |
Definition at line 117 of file filechild.h.
Referenced by Command(), FileChildWindow(), Notify(), resize_children(), scan_entry(), set_curdir(), set_focus_pane(), switch_focus_pane(), and WndProc().
|
protected |
Definition at line 115 of file filechild.h.
Referenced by get_root().