ReactOS 0.4.15-dev-8632-gbc8c7d1
|
structure containing global variables of Explorer More...
#include <globals.h>
Public Member Functions | |
ExplorerGlobals () | |
void | init (HINSTANCE hInstance) |
void | read_persistent () |
void | write_persistent () |
XMLPos | get_cfg () |
XMLPos | get_cfg (const char *path) |
DWORD (STDAPICALLTYPE *_SHRestricted)(RESTRICTIONS) | |
ExplorerGlobals::ExplorerGlobals | ( | ) |
Definition at line 56 of file explorer.cpp.
ExplorerGlobals::DWORD | ( | STDAPICALLTYPE * | _SHRestricted | ) |
XMLPos ExplorerGlobals::get_cfg | ( | ) |
Definition at line 119 of file explorer.cpp.
Referenced by TaskbarSettingsDlg::Command(), MdiSdiDlg::Command(), StartMenuHandler::Command(), MdiSdiDlg::MdiSdiDlg(), MainFrameBase::OpenShellFolders(), NotifyArea::read_config(), TaskbarSettingsDlg::TaskbarSettingsDlg(), and NotifyArea::write_config().
Definition at line 128 of file explorer.cpp.
Definition at line 76 of file explorer.cpp.
Referenced by _tWinMain().
void ExplorerGlobals::read_persistent | ( | ) |
Definition at line 84 of file explorer.cpp.
Referenced by _tWinMain().
void ExplorerGlobals::write_persistent | ( | ) |
Definition at line 109 of file explorer.cpp.
Referenced by _tWinMain().
XMLDoc ExplorerGlobals::_cfg |
Definition at line 293 of file globals.h.
Referenced by get_cfg(), TaskbarSettingsDlg::Notify(), read_persistent(), and write_persistent().
String ExplorerGlobals::_cfg_dir |
Definition at line 294 of file globals.h.
Referenced by read_persistent(), and write_persistent().
String ExplorerGlobals::_cfg_path |
Definition at line 295 of file globals.h.
Referenced by read_persistent(), and write_persistent().
UINT ExplorerGlobals::_cfStrFName |
Definition at line 271 of file globals.h.
Referenced by ExplorerGlobals(), ShellDirectory::fill_w32fdata_shell(), and InitInstance().
bool ExplorerGlobals::_desktop_mode |
Definition at line 276 of file globals.h.
Referenced by _tWinMain(), ExplorerGlobals(), and MainFrameBase::~MainFrameBase().
Desktops ExplorerGlobals::_desktops |
Definition at line 291 of file globals.h.
Referenced by _tWinMain(), QuickLaunchBar::AddShortcuts(), DesktopBar::Command(), and DesktopBar::ProcessHotKey().
Favorites ExplorerGlobals::_favorites |
Definition at line 297 of file globals.h.
Referenced by StartMenuHandler::Command(), MainFrameBase::FillBookmarks(), read_persistent(), and write_persistent().
String ExplorerGlobals::_favorites_path |
Definition at line 298 of file globals.h.
Referenced by read_persistent(), and write_persistent().
FileTypeManager ExplorerGlobals::_ftype_mgr |
Definition at line 284 of file globals.h.
Referenced by ShellDirectory::read_directory(), and WinDirectory::read_directory().
ATOM ExplorerGlobals::_hframeClass |
Definition at line 274 of file globals.h.
Referenced by MDIMainFrame::Create(), SDIMainFrame::Create(), ExplorerGlobals(), and InitInstance().
HINSTANCE ExplorerGlobals::_hInstance |
Definition at line 270 of file globals.h.
Referenced by MainFrameBase::Command(), MDIMainFrame::Create(), SDIMainFrame::Create(), ChildWindow::create(), FileChildWindow::create(), Window::Create(), Pane::create_header(), Dialog::DoModal(), ExplorerGlobals(), FindProgramDlg::FindProgramDlg(), Pane::init(), init(), DesktopBar::Init(), MainFrameBase::MainFrameBase(), MDIMainFrame::MDIMainFrame(), ExplorerAboutDlg::Paint(), PropertySheetDialog::PropertySheetDialog(), PropSheetPage::PropSheetPage(), TrayNotifyDlg::RefreshProperties(), TrayNotifyDlg::TrayNotifyDlg(), SDIMainFrame::update_shell_browser(), MDIShellBrowserChild::update_shell_browser(), and WindowClass::WindowClass().
HWND ExplorerGlobals::_hMainWnd |
Definition at line 275 of file globals.h.
Referenced by MainFrameBase::Create(), explorer_show_frame(), ExplorerGlobals(), ShellBrowser::InsertSubitems(), MainFrameBase::OpenShellFolders(), MainFrameBase::ProcessMessage(), and MainFrameBase::~MainFrameBase().
HWND ExplorerGlobals::_hwndDesktop |
Definition at line 289 of file globals.h.
Referenced by _tWinMain(), DesktopBar::Command(), StartMenuHandler::Command(), ExplorerGlobals(), MinimizeDesktopEnumFct(), Favorites::read(), read_persistent(), SwitchDesktopEnumFct(), and BackgroundWindow::WndProc().
HWND ExplorerGlobals::_hwndDesktopBar |
Definition at line 287 of file globals.h.
Referenced by TaskbarSettingsDlg::Command(), StartMenuHandler::Command(), ExplorerGlobals(), DesktopWindow::Init(), MinimizeDesktopEnumFct(), TaskbarSettingsDlg::Notify(), and SwitchDesktopEnumFct().
HWND ExplorerGlobals::_hwndShellView |
Definition at line 288 of file globals.h.
Referenced by DesktopSettingsDlg::Command(), DesktopSettingsDlg::DesktopSettingsDlg(), ExplorerGlobals(), DesktopWindow::Init(), DesktopSettingsDlg::Notify(), and DesktopWindow::WndProc().
IconCache ExplorerGlobals::_icon_cache |
Definition at line 285 of file globals.h.
Referenced by StartMenu::AddButton(), FavoritesMenu::AddEntries(), QuickLaunchBar::AddShortcuts(), Pane::draw_item(), Entry::extract_icon(), BookmarkList::fill_tree(), MainFrameBase::FillBookmarks(), FindProgramDlg::FindProgramDlg(), ShellBrowser::get_image_idx(), init(), ShellBrowser::invalidate_cache(), FindProgramDlg::Notify(), and Entry::~Entry().
FILE* ExplorerGlobals::_log |
Definition at line 280 of file globals.h.
Referenced by _log_(), _tWinMain(), and ExplorerGlobals().
bool ExplorerGlobals::_prescan_nodes |
Definition at line 277 of file globals.h.
Referenced by explorer_show_frame(), ExplorerGlobals(), and Entry::read_directory_base().