ReactOS
0.4.15-dev-5608-gafb953a
|
#include <dialogs.h>
Public Types | |
enum | { IDD = IDD_FONTS } |
Public Member Functions | |
CFontsDialog () | |
void | InitFontNames () |
void | InitFontSizes () |
void | InitToolbar () |
Protected Member Functions | |
LRESULT | OnInitDialog (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnClose (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnCommand (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnMove (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnNotify (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnToolsModelToolChanged (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnMeasureItem (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnDrawItem (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
void | OnFontSize (UINT codeNotify) |
void | OnFontName (UINT codeNotify) |
anonymous enum |
CFontsDialog::CFontsDialog | ( | ) |
Definition at line 283 of file dialogs.cpp.
void CFontsDialog::InitFontNames | ( | ) |
Definition at line 287 of file dialogs.cpp.
Referenced by OnInitDialog().
void CFontsDialog::InitFontSizes | ( | ) |
Definition at line 310 of file dialogs.cpp.
Referenced by OnInitDialog().
void CFontsDialog::InitToolbar | ( | ) |
Definition at line 336 of file dialogs.cpp.
Referenced by OnInitDialog().
|
protected |
Definition at line 389 of file dialogs.cpp.
|
protected |
Definition at line 458 of file dialogs.cpp.
|
protected |
Definition at line 554 of file dialogs.cpp.
Definition at line 395 of file dialogs.cpp.
Referenced by OnCommand().
Definition at line 426 of file dialogs.cpp.
Referenced by OnCommand().
|
protected |
Definition at line 367 of file dialogs.cpp.
|
protected |
Definition at line 540 of file dialogs.cpp.
Definition at line 523 of file dialogs.cpp.
|
protected |
Definition at line 502 of file dialogs.cpp.
|
protected |
Definition at line 532 of file dialogs.cpp.