#include <ViewPage.h>
Inheritance diagram for ViewPage:
Public Member Functions | |
ViewPage (const LOGFONT &lf, bool viewWhois, bool bAbuseDetails, const Init &init=Init()) | |
virtual | ~ViewPage () |
bool | isFontChanged () const |
const LOGFONT & | getLogFont () const |
const bool | viewWhois () const |
const bool | viewAbuseDetails () const |
Protected Member Functions | |
virtual BOOL | PropPageProc (UINT uMsg, WPARAM wP, LPARAM lP) |
Private Member Functions | |
void | setNewFont () |
Private Attributes | |
LOGFONT | m_lf |
bool | m_bFontChanged |
bool | m_bViewWhois |
bool | m_bAbuseDetails |
HFONT | m_hFont |
|
|
|
|
|
|
|
|
|
Implements PropertyPage. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|