ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <MainWindow.h>
Public Member Functions | |
CDeviceManager (void) | |
~CDeviceManager (void) | |
bool | Create (_In_ HWND hWndParent, _In_ HINSTANCE hInst, _In_opt_z_ LPCWSTR lpMachineName, _In_ int nCmdShow) |
Private Member Functions | |
bool | Initialize (_In_z_ LPCTSTR lpCaption, _In_ int nCmdShow) |
int | Run () |
void | Uninitialize (void) |
LRESULT | OnCreate (_In_ HWND hwnd) |
LRESULT | OnDestroy (void) |
LRESULT | OnSize (void) |
LRESULT | OnNotify (_In_ LPARAM lParam) |
LRESULT | OnContext (_In_ LPARAM lParam) |
LRESULT | OnCommand (_In_ WPARAM wParam, LPARAM lParam) |
void | OnActivate (void) |
bool | CreateToolBar (void) |
bool | CreateStatusBar (void) |
void | UpdateToolbar (void) |
bool | StatusBarLoadString (_In_ HWND hStatusBar, _In_ INT PartId, _In_ HINSTANCE hInstance, _In_ UINT uID) |
void | UpdateStatusBar (_In_ bool InMenuLoop) |
bool | MainWndMenuHint (_In_ WORD CmdId, _In_ const MENU_HINT *HintArray, _In_ DWORD HintsCount, _In_ UINT DefHintId) |
bool | RefreshView (_In_ ViewType Type, _In_ bool ScanForChanges) |
Static Private Member Functions | |
static LRESULT CALLBACK | MainWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Private Attributes | |
CAtlStringW | m_szMainWndClass |
CDeviceView * | m_DeviceView |
HWND | m_hMainWnd |
HWND | m_hStatusBar |
HWND | m_hToolBar |
HMENU | m_hMenu |
int | m_CmdShow |
BOOL | m_RefreshPending |
Definition at line 10 of file MainWindow.h.
CDeviceManager::CDeviceManager | ( | void | ) |
Definition at line 80 of file MainWindow.cpp.
CDeviceManager::~CDeviceManager | ( | void | ) |
Definition at line 90 of file MainWindow.cpp.
bool CDeviceManager::Create | ( | _In_ HWND | hWndParent, |
_In_ HINSTANCE | hInst, | ||
_In_opt_z_ LPCWSTR | lpMachineName, | ||
_In_ int | nCmdShow | ||
) |
Definition at line 95 of file MainWindow.cpp.
Referenced by DeviceManager_ExecuteW().
Definition at line 337 of file MainWindow.cpp.
Referenced by OnCreate().
Definition at line 287 of file MainWindow.cpp.
Referenced by OnCreate().
Definition at line 135 of file MainWindow.cpp.
Referenced by Create().
|
private |
Definition at line 205 of file MainWindow.cpp.
|
staticprivate |
Definition at line 714 of file MainWindow.cpp.
Referenced by Initialize().
Definition at line 689 of file MainWindow.cpp.
Definition at line 575 of file MainWindow.cpp.
Definition at line 569 of file MainWindow.cpp.
Definition at line 432 of file MainWindow.cpp.
Definition at line 695 of file MainWindow.cpp.
Definition at line 497 of file MainWindow.cpp.
Definition at line 462 of file MainWindow.cpp.
Definition at line 244 of file MainWindow.cpp.
Referenced by OnCommand(), and OnCreate().
Definition at line 190 of file MainWindow.cpp.
Referenced by Create().
|
private |
Definition at line 410 of file MainWindow.cpp.
Referenced by MainWndMenuHint().
Definition at line 183 of file MainWindow.cpp.
Referenced by Create().
Definition at line 235 of file MainWindow.cpp.
Definition at line 364 of file MainWindow.cpp.
Referenced by OnNotify().
|
private |
Definition at line 18 of file MainWindow.h.
Referenced by Initialize(), and OnCreate().
|
private |
Definition at line 13 of file MainWindow.h.
Referenced by OnActivate(), OnCommand(), OnContext(), OnCreate(), OnDestroy(), OnNotify(), OnSize(), RefreshView(), and UpdateToolbar().
|
private |
Definition at line 14 of file MainWindow.h.
Referenced by CreateStatusBar(), CreateToolBar(), Initialize(), OnCommand(), OnCreate(), OnDestroy(), and OnSize().
|
private |
Definition at line 17 of file MainWindow.h.
Referenced by OnCommand(), OnCreate(), OnNotify(), and RefreshView().
|
private |
Definition at line 15 of file MainWindow.h.
Referenced by CreateStatusBar(), MainWndMenuHint(), OnSize(), and UpdateStatusBar().
|
private |
Definition at line 16 of file MainWindow.h.
Referenced by CreateToolBar(), OnSize(), and UpdateToolbar().
|
private |
Definition at line 19 of file MainWindow.h.
|
private |
Definition at line 12 of file MainWindow.h.
Referenced by CDeviceManager(), Initialize(), and Uninitialize().