ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <MainWindow.h>
Public Member Functions | |
CCharMapWindow (void) | |
~CCharMapWindow (void) | |
bool | Create (_In_ HINSTANCE hInst, _In_ int nCmdShow) |
Private Member Functions | |
bool | Initialize (_In_z_ LPCTSTR lpCaption, _In_ int nCmdShow) |
int | Run () |
void | Uninitialize (void) |
BOOL | OnCreate (_In_ HWND hwnd) |
BOOL | OnDestroy (void) |
BOOL | OnSize (void) |
BOOL | OnNotify (_In_ LPARAM lParam) |
BOOL | OnContext (_In_ LPARAM lParam) |
BOOL | OnCommand (_In_ WPARAM wParam, LPARAM lParam) |
bool | CreateStatusBar (void) |
bool | StatusBarLoadString (_In_ HWND hStatusBar, _In_ INT PartId, _In_ HINSTANCE hInstance, _In_ UINT uID) |
void | UpdateStatusBar (_In_ bool InMenuLoop) |
bool | CreateFontComboBox () |
bool | ChangeMapFont () |
Static Private Member Functions | |
static INT_PTR CALLBACK | DialogProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
static int CALLBACK | EnumDisplayFont (ENUMLOGFONTEXW *lpelfe, NEWTEXTMETRICEXW *lpntme, DWORD FontType, LPARAM lParam) |
Private Attributes | |
HWND | m_hMainWnd |
HWND | m_hStatusBar |
int | m_CmdShow |
HMODULE | m_hRichEd |
CGridView * | m_GridView |
Definition at line 4 of file MainWindow.h.
CCharMapWindow::CCharMapWindow | ( | void | ) |
Definition at line 23 of file MainWindow.cpp.
CCharMapWindow::~CCharMapWindow | ( | void | ) |
Definition at line 33 of file MainWindow.cpp.
|
private |
Definition at line 517 of file MainWindow.cpp.
Referenced by OnCommand(), and OnCreate().
Definition at line 38 of file MainWindow.cpp.
Referenced by wWinMain().
|
private |
Definition at line 460 of file MainWindow.cpp.
Referenced by OnCreate().
Definition at line 122 of file MainWindow.cpp.
Referenced by OnCreate().
|
staticprivate |
Definition at line 316 of file MainWindow.cpp.
Referenced by Initialize().
|
staticprivate |
Definition at line 421 of file MainWindow.cpp.
Referenced by CreateFontComboBox().
Definition at line 76 of file MainWindow.cpp.
Definition at line 273 of file MainWindow.cpp.
Definition at line 267 of file MainWindow.cpp.
Definition at line 175 of file MainWindow.cpp.
Definition at line 304 of file MainWindow.cpp.
Definition at line 244 of file MainWindow.cpp.
Definition at line 217 of file MainWindow.cpp.
Definition at line 98 of file MainWindow.cpp.
Referenced by Create().
|
private |
Definition at line 153 of file MainWindow.cpp.
Definition at line 113 of file MainWindow.cpp.
|
private |
Definition at line 8 of file MainWindow.h.
Referenced by Create(), and OnCreate().
|
private |
Definition at line 11 of file MainWindow.h.
Referenced by CCharMapWindow(), ChangeMapFont(), OnCreate(), and OnSize().
|
private |
Definition at line 6 of file MainWindow.h.
Referenced by ChangeMapFont(), CreateFontComboBox(), CreateStatusBar(), OnCreate(), OnDestroy(), and OnSize().
|
private |
Definition at line 9 of file MainWindow.h.
Referenced by Initialize(), and Uninitialize().
|
private |
Definition at line 7 of file MainWindow.h.
Referenced by CreateStatusBar(), OnSize(), and UpdateStatusBar().