Home
last modified time | relevance | path

Searched refs:MainFrameBase (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.h41 struct MainFrameBase : public PreTranslateWindow struct
45 MainFrameBase(HWND hwnd); argument
46 ~MainFrameBase();
94 struct MDIMainFrame : public MainFrameBase
96 typedef MainFrameBase super;
138 ShellBrowserChildT<MainFrameBase>
142 ShellBrowserChildT<MainFrameBase>
H A Dmainframe.cpp40 HWND MainFrameBase::Create(const ExplorerCmd& cmd) in Create()
150 MainFrameBase::MainFrameBase(HWND hwnd) in MainFrameBase() function in MainFrameBase
289 MainFrameBase::~MainFrameBase() in ~MainFrameBase()
379 BOOL MainFrameBase::TranslateMsg(MSG* pmsg) in TranslateMsg()
388 int MainFrameBase::Command(int id, int code) in Command()
457 int MainFrameBase::Notify(int id, NMHDR* pnmh) in Notify()
551 void MainFrameBase::resize_frame_client() in resize_frame_client()
586 BOOL MainFrameBase::toggle_fullscreen() in toggle_fullscreen()
616 void MainFrameBase::fullscreen_move() in fullscreen_move()
651 void MainFrameBase::FillBookmarks() in FillBookmarks()
[all …]
H A Dpane.h104 struct MainFrameBase* get_frame();
H A Dshellbrowser.cpp515 if (MainFrameBase::OpenShellFolders(pida, _hwndFrame)) in OnDefaultCommand()
700 MainFrameBase::Create(ExplorerCmd(_url, false)); in WndProc()
H A Dpane.cpp990 MainFrameBase* Pane::get_frame() in get_frame()
994 return (MainFrameBase*)owner; in get_frame()
/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.cpp512 if (MainFrameBase::OpenShellFolders(pida, 0)) in OnDefaultCommand()
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.cpp730 MainFrameBase::Create(cmd); in explorer_show_frame()