#include <dlg.h>
Inheritance diagram for CDlg:
Public Member Functions | |
void | SetInstance (HINSTANCE hInst) |
void | SetDlgID (UINT id) |
void | Destroy () |
CDlg (int DlgID, HWND hWndParent, HINSTANCE hInst) | |
~CDlg () | |
HWND | GetWindow () const |
HWND | GetParent () const |
HWND | GetDlgItem (int iD) const |
HINSTANCE | GetInstance () const |
BOOL | EndDialog (int iRet) |
int | Do () |
virtual BOOL CALLBACK | DlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam) |
virtual int | DoCommand (WORD wCmdID, WORD hHow) |
virtual void | OnInit () |
virtual int | DoNotify (NMHDR *pHdr) |
HWND | CreateModeless () |
Protected Member Functions | |
void | SetWindow (HWND hDlg) |
Static Protected Member Functions | |
BOOL CALLBACK | BaseDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam) |
Private Attributes | |
BOOL | m_bCreatedModeless |
int | m_DlgID |
HWND | m_hDlg |
HWND | m_hParent |
HINSTANCE | m_Inst |
|
Definition at line 87 of file dlg.cpp. References CDlg(), FALSE, hInst, and hWnd. Referenced by CDlg().
|
|
Definition at line 130 of file dlg.cpp. References DestroyWindow, and m_hDlg.
|
|
Definition at line 20 of file dlg.cpp. References BaseDlgProc(), BOOL, Destroy(), DlgProc(), DoCommand(), DoNotify(), FALSE, FAR, SetWindow(), and UINT. Referenced by BaseDlgProc(), CreateModeless(), and Do().
|
|
Definition at line 105 of file dlg.cpp. References BaseDlgProc(), hWnd, m_bCreatedModeless, m_DlgID, m_hDlg, m_hParent, m_Inst, and TRUE.
|
|
Definition at line 121 of file dlg.cpp. References m_bCreatedModeless, m_hDlg, and NULL. Referenced by BaseDlgProc().
|
|
Reimplemented in CResizeDlg. Definition at line 62 of file dlg.cpp. References BOOL, DlgProc(), and FALSE. Referenced by BaseDlgProc(), and DlgProc().
|
|
Definition at line 99 of file dlg.cpp. References BaseDlgProc(), FALSE, m_bCreatedModeless, m_DlgID, m_hParent, and m_Inst.
|
|
Definition at line 71 of file dlg.cpp. References DoCommand(), and EndDialog(). Referenced by BaseDlgProc(), and DoCommand().
|
|
Definition at line 116 of file dlg.cpp. References DoNotify(), and FALSE. Referenced by BaseDlgProc(), and DoNotify().
|
|
Definition at line 25 of file dlg.h. References BOOL, EndDialog(), and m_hDlg.
|
|
Definition at line 23 of file dlg.h. References GetDlgItem(), and m_hDlg.
|
|
Definition at line 24 of file dlg.h. References m_Inst.
|
|
Definition at line 22 of file dlg.h. References GetParent(), and m_hDlg.
|
|
Definition at line 21 of file dlg.h. References m_hDlg. Referenced by CResizeDlg::AddGripper(), CResizeDlg::Annotate(), CResizeDlg::DeterminNumberOfControls(), CScaleDlg::DeterminWeights(), CResizeDlg::DoChangePos(), CResizeDlg::FindControls(), CScaleDlg::ResizeControls(), CResizeDlg::SetGripperPos(), and CResizeDlg::WalkControls().
|
|
Definition at line 83 of file dlg.cpp.
|
|
Definition at line 136 of file dlg.cpp. References m_DlgID, and SetDlgID(). Referenced by SetDlgID().
|
|
Definition at line 141 of file dlg.cpp. References hInst, m_Inst, and SetInstance(). Referenced by SetInstance().
|
|
Definition at line 43 of file dlg.h. References m_hDlg, and SetWindow(). Referenced by BaseDlgProc(), and SetWindow().
|
|
Definition at line 36 of file dlg.h. Referenced by CreateModeless(), Destroy(), and Do(). |
|
Definition at line 37 of file dlg.h. Referenced by CreateModeless(), Do(), and SetDlgID(). |
|
Definition at line 38 of file dlg.h. Referenced by CreateModeless(), Destroy(), EndDialog(), GetDlgItem(), GetParent(), GetWindow(), SetWindow(), and ~CDlg(). |
|
Definition at line 39 of file dlg.h. Referenced by CreateModeless(), and Do(). |
|
Definition at line 40 of file dlg.h. Referenced by CreateModeless(), Do(), GetInstance(), and SetInstance(). |