#include <dialog.h>
Inheritance diagram for CDialog:
Public Member Functions | |
CDialog (HINSTANCE hiWhere, int id, HWND hwndParent=NULL) | |
CDialog (CDialog &cdOwner, int id) | |
~CDialog () | |
LONG | DoModal () |
void | Create () |
void | Destroy () |
void | Adjust (RECT &rc) |
virtual BOOL | OnCommand (WORD wNotifyCode, WORD wid, HWND hwndCtl) |
virtual BOOL | OnNotify (int idCtrl, LPNMHDR pnmh) |
virtual BOOL | OnInit () |
virtual BOOL | OnHelp (LPHELPINFO pHelp) |
virtual BOOL | OnContextMenu (HWND hwnd) |
Protected Attributes | |
HWND | m_hwndParent |
HWND | m_hwnd |
HINSTANCE | m_hiWhere |
DLGPROC | m_dpHook |
LPARAM | m_lpHook |
Static Private Member Functions | |
INT_PTR CALLBACK | DialogProc (HWND hwndPage, UINT uMsg, WPARAM wp, LPARAM lp) |
Private Attributes | |
int | m_idMain |
BOOL | m_bIsModal |
|
Definition at line 24 of file dialog.cpp. References CDialog(), FALSE, m_bIsModal, m_dpHook, m_hiWhere, m_hwnd, m_hwndParent, m_idMain, m_lpHook, and NULL. Referenced by CDialog().
|
|
Definition at line 34 of file dialog.cpp. References CDialog(), FALSE, m_bIsModal, m_dpHook, m_hiWhere, m_hwnd, m_hwndParent, m_idMain, m_lpHook, and NULL.
|
|
Definition at line 46 of file dialog.cpp. References Destroy().
|
|
Definition at line 147 of file dialog.cpp. References Adjust(), m_hwnd, and SetWindowPos. Referenced by Adjust().
|
|
Definition at line 60 of file dialog.cpp. References DialogProc(), FALSE, m_bIsModal, m_hiWhere, m_hwnd, m_hwndParent, and m_idMain. Referenced by CProfilePropertySheet::OnInit(), and CProfilePropertySheet::OnNotify().
|
|
Definition at line 71 of file dialog.cpp. References DestroyWindow, m_bIsModal, m_hwnd, and NULL. Referenced by CProfilePropertySheet::OnNotify(), and ~CDialog().
|
|
Definition at line 83 of file dialog.cpp. References BOOL, DialogProc(), FALSE, GetWindowLongPtr(), m_dpHook, m_hwnd, m_lpHook, OnCommand(), OnContextMenu(), OnHelp(), OnInit(), OnNotify(), SetWindowLongPtr(), TRUE, and UINT. Referenced by Create(), DialogProc(), and DoModal().
|
|
Definition at line 52 of file dialog.cpp. References DialogProc(), m_bIsModal, m_hiWhere, m_hwndParent, m_idMain, and TRUE. Referenced by CAddDeviceDialog::CAddDeviceDialog(), CColorMatchDialog::CColorMatchDialog(), and CProfilePropertySheet::CProfilePropertySheet().
|
|
Reimplemented in CColorMatchDialog, CAddDeviceDialog, CProfilePropertySheet, CInstallPage, CAdvancedPage, and CAddDeviceDialog. Definition at line 98 of file dialog.h. References BOOL, EndDialog(), FALSE, m_bIsModal, m_hwnd, and OnCommand(). Referenced by DialogProc(), and OnCommand().
|
|
Reimplemented in CColorMatchDialog, and CAddDeviceDialog. Definition at line 118 of file dialog.h. References BOOL, OnContextMenu(), and TRUE. Referenced by DialogProc(), and OnContextMenu().
|
|
Reimplemented in CColorMatchDialog, and CAddDeviceDialog. Definition at line 117 of file dialog.h. References BOOL, OnHelp(), and TRUE. Referenced by DialogProc(), and OnHelp().
|
|
Reimplemented in CColorMatchDialog, CAddDeviceDialog, CProfilePropertySheet, CInstallPage, CAdvancedPage, and CAddDeviceDialog. Definition at line 113 of file dialog.h. Referenced by DialogProc().
|
|
Reimplemented in CProfilePropertySheet. Definition at line 107 of file dialog.h. References BOOL, FALSE, and OnNotify(). Referenced by DialogProc(), and OnNotify().
|
|
Definition at line 56 of file dialog.h. Referenced by CDialog(), Create(), Destroy(), DoModal(), and OnCommand(). |
|
Definition at line 66 of file dialog.h. Referenced by CDialog(), and DialogProc(). |
|
|
|
Definition at line 64 of file dialog.h. Referenced by Adjust(), CDialog(), Create(), Destroy(), DialogProc(), and OnCommand(). |
|
|
|
|
|
Definition at line 67 of file dialog.h. Referenced by CDialog(), and DialogProc(). |