#include <Dialog.h>
Inheritance diagram for Dialog:
Protected Member Functions | |
Dialog (int id, HWND hFather=NULL, bool bIsModal=true, const Init &i=Init()) throw (SysError) | |
virtual | ~Dialog () |
virtual BOOL | dlgProc (UINT uMsg, WPARAM wP, LPARAM lP)=0 |
virtual void | ctor () |
int | getResult () const |
Protected Attributes | |
HWND | m_hWnd |
HWND | m_hFather |
Static Private Member Functions | |
static BOOL | dialogCommonProc (HWND, UINT, WPARAM, LPARAM) |
Private Attributes | |
bool | m_bIsModal |
int | m_id |
int | m_result |
|
|
|
|
|
Reimplemented in DnsblResultsDialog. |
|
|
|
Implemented in AddEditDnsbl, DnsblResultsDialog, and WhoisInfoDialog. |
|
Reimplemented in AddEditDnsbl. |
|
|
|
|
|
|
|
|
|
|