ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <main.h>
Static Public Member Functions | |
static ATL::CWndClassInfo & | GetWndClassInfo () |
Static Public Member Functions inherited from ATL::CWindowImpl< CMainWindow > | |
static LPCTSTR | GetWndCaption () |
Static Public Member Functions inherited from ATL::CWindowImplBaseT< TBase, TWinTraits > | |
static DWORD | GetWndStyle (DWORD dwStyle) |
static DWORD | GetWndExStyle (DWORD dwExStyle) |
static LRESULT CALLBACK | StartWindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Static Public Member Functions inherited from ATL::CWindow | |
static LPCTSTR | GetWndClassName () |
static LRESULT | SendMessage (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Static Public Member Functions inherited from ATL::CWindowImpl< CMainWindow, CWindow, CFrameWinTraits > | |
static LPCTSTR | GetWndCaption () |
Private Attributes | |
HMENU | m_hMenu |
CUiPanel * | m_ClientPanel = NULL |
CUiSplitPanel * | m_VSplitter = NULL |
CSideTreeView * | m_TreeView = NULL |
CUiWindow< CStatusBar > * | m_StatusBar = NULL |
CApplicationView * | m_ApplicationView = NULL |
CAppDB * | m_Db |
CAtlList< CAppInfo * > | m_Selected |
BOOL | bUpdating = FALSE |
BOOL | m_bAppwizMode |
HTREEITEM | hRootItemInstalled |
CStringW | szSearchPattern |
AppsCategories | SelectedEnumType |
Friends | |
class | CApplicationView |
Additional Inherited Members | |
Public Types inherited from ATL::CWindowImplRoot< TBase > | |
enum | { WINSTATE_DESTROYED = 0x00000001 } |
Public Attributes inherited from ATL::CWindowImplBaseT< TBase, TWinTraits > | |
WNDPROC | m_pfnSuperWindowProc |
Public Attributes inherited from ATL::CWindowImplRoot< TBase > | |
CWndProcThunk | m_thunk |
const _ATL_MSG * | m_pCurrentMsg |
DWORD | m_dwState |
Public Attributes inherited from ATL::CWindow | |
HWND | m_hWnd |
Static Public Attributes inherited from ATL::CWindow | |
static RECT | rcDefault |
CMainWindow::~CMainWindow | ( | ) |
Definition at line 643 of file gui.cpp.
Referenced by UpdateApplicationsList().
|
private |
Definition at line 341 of file main.cpp.
Referenced by OnCommand(), and OnSize().
BOOL CMainWindow::CanPaste | ( | ) | const |
Definition at line 692 of file main.cpp.
Referenced by OnInitMenuPopup().
BOOL CMainWindow::CanRedo | ( | ) | const |
BOOL CMainWindow::CanUndo | ( | ) | const |
|
private |
Definition at line 303 of file gui.cpp.
Referenced by UpdateApplicationsList().
Definition at line 282 of file main.cpp.
Referenced by CPaletteWindow::OnLButtonDblClk(), and CPaletteWindow::OnRButtonDblClk().
|
private |
Definition at line 607 of file main.cpp.
Referenced by OnClose(), OnCommand(), and OnDropFiles().
HWND CMainWindow::Create | ( | ) |
Definition at line 767 of file gui.cpp.
Referenced by DoCreate(), and MainWindowLoop().
|
private |
Definition at line 158 of file gui.cpp.
Referenced by CreateLayout().
|
private |
Definition at line 187 of file gui.cpp.
Referenced by InitControls().
|
private |
Definition at line 136 of file gui.cpp.
Referenced by CreateLayout().
|
private |
Definition at line 147 of file gui.cpp.
Referenced by CreateLayout().
|
private |
Definition at line 169 of file gui.cpp.
Referenced by CreateLayout().
HWND CMainWindow::DoCreate | ( | ) |
Definition at line 309 of file main.cpp.
Referenced by wWinMain().
Definition at line 206 of file main.cpp.
Definition at line 238 of file main.cpp.
|
static |
Definition at line 750 of file gui.cpp.
Definition at line 845 of file gui.cpp.
Referenced by MainWindowLoop().
|
private |
Definition at line 95 of file gui.cpp.
Referenced by InitControls().
|
private |
Definition at line 231 of file gui.cpp.
Referenced by ProcessWindowMessage().
Definition at line 431 of file main.cpp.
Referenced by OnCommand().
Definition at line 813 of file gui.cpp.
Referenced by OnCommand(), and CApplicationView::ProcessWindowMessage().
Definition at line 785 of file gui.cpp.
Referenced by CApplicationView::ItemCheckStateChanged().
|
private |
Definition at line 819 of file main.cpp.
Referenced by ProcessWindowMessage().
Definition at line 532 of file gui.cpp.
Definition at line 544 of file main.cpp.
Definition at line 582 of file main.cpp.
|
private |
|
private |
|
private |
Definition at line 702 of file main.cpp.
Definition at line 786 of file main.cpp.
|
private |
Definition at line 481 of file main.cpp.
Definition at line 245 of file gui.cpp.
Definition at line 767 of file main.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 643 of file main.cpp.
Referenced by OnInitMenuPopup().
|
privatevirtual |
Implements ATL::CMessageMap.
Definition at line 314 of file gui.cpp.
|
private |
Definition at line 269 of file gui.cpp.
Referenced by OnCommand().
Definition at line 407 of file main.cpp.
Referenced by ConfirmSave(), and OnCommand().
Definition at line 828 of file gui.cpp.
Referenced by CApplicationView::OnCommand().
|
private |
Definition at line 520 of file gui.cpp.
Referenced by OnCommand().
Definition at line 1316 of file main.cpp.
Referenced by SelectionBaseTool::OnButtonDown(), and TrackPopupMenu().
Definition at line 290 of file gui.cpp.
Referenced by OnCommand().
|
private |
Definition at line 660 of file gui.cpp.
Referenced by InstallApplication(), OnCommand(), and ProcessWindowMessage().
|
private |
Definition at line 623 of file gui.cpp.
Referenced by InitControls(), ItemCheckStateChanged(), and UpdateApplicationsList().
|
friend |
Definition at line 55 of file gui.h.
Referenced by CreateApplicationView().
Definition at line 60 of file gui.h.
Referenced by CreateLayout(), ItemCheckStateChanged(), and UpdateApplicationsList().
|
private |
Definition at line 62 of file gui.h.
Referenced by InitCategoriesList(), and OnCommand().
|
private |
Definition at line 54 of file gui.h.
Referenced by AddApplicationsToView(), CreateApplicationView(), HandleTabOrder(), LayoutCleanup(), OnCommand(), ProcessWindowMessage(), RemoveSelectedAppFromRegistry(), UninstallSelectedApp(), UpdateApplicationsList(), and UpdateStatusBarText().
|
private |
Definition at line 61 of file gui.h.
Referenced by Create(), InitCategoriesList(), CApplicationView::ProcessWindowMessage(), ProcessWindowMessage(), CApplicationView::SetDisplayAppType(), UpdateApplicationsList(), and UpdateStatusBarText().
Definition at line 48 of file gui.h.
Referenced by CreateLayout(), CreateStatusBar(), CreateVSplitter(), OnSize(), and ProcessWindowMessage().
|
private |
Definition at line 57 of file gui.h.
Referenced by CheckAvailable(), OnCommand(), RemoveSelectedAppFromRegistry(), and UpdateApplicationsList().
|
private |
Definition at line 42 of file main.h.
Referenced by OnCreate(), and OnDestroy().
Definition at line 58 of file gui.h.
Referenced by AddApplicationsToView(), ItemCheckStateChanged(), OnCommand(), UpdateApplicationsList(), and UpdateStatusBarText().
|
private |
Definition at line 52 of file gui.h.
Referenced by CreateLayout(), CreateStatusBar(), LayoutCleanup(), OnSize(), and UpdateStatusBarText().
|
private |
Definition at line 51 of file gui.h.
Referenced by CreateTreeView(), HandleTabOrder(), InitCategoriesList(), LayoutCleanup(), OnCommand(), and ProcessWindowMessage().
|
private |
Definition at line 49 of file gui.h.
Referenced by CreateApplicationView(), CreateLayout(), CreateTreeView(), CreateVSplitter(), and LayoutCleanup().
|
private |
Definition at line 65 of file gui.h.
Referenced by InstallApplication(), OnCommand(), ProcessWindowMessage(), RemoveSelectedAppFromRegistry(), UninstallSelectedApp(), and UpdateApplicationsList().
|
private |
Definition at line 64 of file gui.h.
Referenced by AddApplicationsToView(), SearchTextChanged(), and UpdateApplicationsList().