#include <proppage.h>
Inheritance diagram for CPropertyPage:
Public Member Functions | |
CPropertyPage () | |
virtual | ~CPropertyPage () |
HPROPSHEETPAGE | Handle () |
VOID | EnableApplyButton () |
VOID | DisableApplyButton () |
BOOL | SettingChanged () |
VOID | SettingChanged (BOOL b) |
virtual BOOL | OnCommand (WORD wNotifyCode, WORD wid, HWND hwndCtl) |
virtual BOOL | OnNotify (int idCtrl, LPNMHDR pnmh) |
virtual BOOL | OnInit () |
virtual BOOL | OnDestroy () |
virtual BOOL | OnHelp (LPHELPINFO pHelp) |
virtual BOOL | OnContextMenu (HWND hwnd) |
Protected Attributes | |
PROPSHEETPAGE | m_psp |
HWND | m_hwnd |
HWND | m_hwndSheet |
HPROPSHEETPAGE | m_hpsp |
BOOL | m_bChanged |
Static Private Member Functions | |
BOOL CALLBACK | DialogProc (HWND hwndPage, UINT uMsg, WPARAM wp, LPARAM lp) |
|
Definition at line 27 of file proppage.cpp. References DialogProc(), FALSE, m_bChanged, m_hpsp, m_psp, and NULL.
|
|
Definition at line 57 of file proppage.h.
|
|
Definition at line 44 of file proppage.cpp. References BOOL, DialogProc(), FALSE, GetWindowLongPtr(), m_hwnd, m_hwndSheet, OnCommand(), OnContextMenu(), OnDestroy(), OnHelp(), OnInit(), OnNotify(), SetWindowLongPtr(), and UINT. Referenced by CPropertyPage(), and DialogProc().
|
|
Definition at line 65 of file proppage.h. References m_hwnd, m_hwndSheet, SendMessage(), and VOID(). Referenced by CProfileAssociationPage::OnInit(), CDeviceProfileManagement::OnInit(), CProfileAssociationPage::OnNotify(), CMonitorProfileManagement::OnNotify(), CPrinterProfileManagement::OnNotify(), and CDeviceProfileManagement::OnNotify().
|
|
Definition at line 61 of file proppage.h. References m_hwnd, m_hwndSheet, SendMessage(), and VOID(). Referenced by CDeviceProfileManagement::FillList(), CProfileAssociationPage::OnCommand(), and CPrinterProfileManagement::OnCommand().
|
|
Definition at line 38 of file proppage.cpp. Referenced by CICMUserInterface::InvokeCommand().
|
|
Reimplemented in CDeviceProfileManagement, CPrinterProfileManagement, CMonitorProfileManagement, and CProfileAssociationPage. Definition at line 83 of file proppage.h. References BOOL, FALSE, and OnCommand(). Referenced by DialogProc(), and OnCommand().
|
|
Reimplemented in CPrinterProfileManagement, CScannerProfileManagement, CMonitorProfileManagement, and CProfileAssociationPage. Definition at line 96 of file proppage.h. References BOOL, OnContextMenu(), and TRUE. Referenced by DialogProc(), and OnContextMenu().
|
|
Reimplemented in CProfileAssociationPage, and CProfileInformationPage. Definition at line 93 of file proppage.h. Referenced by DialogProc().
|
|
Reimplemented in CPrinterProfileManagement, CScannerProfileManagement, CMonitorProfileManagement, and CProfileAssociationPage. Definition at line 95 of file proppage.h. References BOOL, OnHelp(), and TRUE. Referenced by DialogProc(), and OnHelp().
|
|
Reimplemented in CDeviceProfileManagement, CPrinterProfileManagement, CScannerProfileManagement, CMonitorProfileManagement, CProfileAssociationPage, and CProfileInformationPage. Definition at line 91 of file proppage.h. Referenced by DialogProc().
|
|
Reimplemented in CDeviceProfileManagement, CPrinterProfileManagement, CMonitorProfileManagement, and CProfileAssociationPage. Definition at line 87 of file proppage.h. References BOOL, FALSE, and OnNotify(). Referenced by DialogProc(), and OnNotify().
|
|
Definition at line 73 of file proppage.h. References m_bChanged, and VOID().
|
|
Definition at line 69 of file proppage.h. References BOOL, and m_bChanged. Referenced by CDeviceProfileManagement::FillList(), CProfileAssociationPage::OnCommand(), CPrinterProfileManagement::OnCommand(), CProfileAssociationPage::OnInit(), CDeviceProfileManagement::OnInit(), CProfileAssociationPage::OnNotify(), CMonitorProfileManagement::OnNotify(), CPrinterProfileManagement::OnNotify(), and CDeviceProfileManagement::OnNotify().
|
|
Definition at line 52 of file proppage.h. Referenced by CPropertyPage(), and SettingChanged(). |
|
Definition at line 50 of file proppage.h. Referenced by CPropertyPage(), and Handle(). |
|
Definition at line 49 of file proppage.h. Referenced by DialogProc(), DisableApplyButton(), and EnableApplyButton(). |
|
Definition at line 49 of file proppage.h. Referenced by DialogProc(), DisableApplyButton(), and EnableApplyButton(). |
|
Definition at line 48 of file proppage.h. Referenced by CPropertyPage(), and Handle(). |