#include <devprop.h>
Inheritance diagram for CDeviceProfileManagement:

Public Member Functions | |
| CDeviceProfileManagement (LPCTSTR lpstrName, HINSTANCE hiWhere, int idPage, DWORD dwType) | |
| ~CDeviceProfileManagement () | |
| virtual BOOL | OnInit () |
| virtual BOOL | OnCommand (WORD wNotifyCode, WORD wid, HWND hwndCtl) |
| virtual BOOL | OnNotify (int idCtrl, LPNMHDR pnmh) |
Protected Member Functions | |
| virtual void | InitList () |
| virtual void | FillList (DWORD dwFlags=0) |
| void | GetDeviceTypeString (DWORD dwType, CString &csDeviceName) |
Protected Attributes | |
| CUintArray | m_cuaRemovals |
| CProfileArray | m_cpaAdds |
| CProfileArray | m_cpaProfile |
| CString | m_csDevice |
| HWND | m_hwndList |
| BOOL | m_bCMYK |
| BOOL | m_bReadOnly |
Private Attributes | |
| DWORD | m_dwType |
|
||||||||||||||||||||
|
Definition at line 288 of file devprop.cpp. References CDeviceProfileManagement(), FALSE, m_bCMYK, m_bReadOnly, m_csDevice, m_dwType, and TRUE. Referenced by CDeviceProfileManagement().
|
|
|
Definition at line 92 of file devprop.h.
|
|
|
Reimplemented in CPrinterProfileManagement, and CMonitorProfileManagement. Definition at line 121 of file devprop.cpp. References AddButton, CUintArray::Count(), CProfileArray::Count(), DEVLIST_CHANGED, DEVLIST_NOSELECT, dwFlags, DWORD, CString::Empty(), CPropertyPage::EnableApplyButton(), EnableWindow(), FALSE, FillList(), GetDlgItem(), GetFocus(), CString::IsEmpty(), m_bReadOnly, m_cpaAdds, m_cpaProfile, m_cuaRemovals, m_hwndList, NULL, RemoveButton, SendMessage(), SetFocus, CPropertyPage::SettingChanged(), and TRUE. Referenced by FillList(), OnCommand(), OnInit(), and OnNotify().
|
|
||||||||||||
|
Definition at line 251 of file devprop.cpp. References ClassAbstractString, ClassColorSpaceString, ClassLinkString, ClassMonitorString, ClassNamedString, ClassPrinterString, ClassScannerString, DWORD, GetDeviceTypeString(), and CString::Load(). Referenced by GetDeviceTypeString(), and OnCommand().
|
|
|
Reimplemented in CPrinterProfileManagement, and CMonitorProfileManagement. Definition at line 105 of file devprop.cpp. References CProfileArray::Empty(), CUintArray::Empty(), m_cpaAdds, m_cpaProfile, m_csDevice, and m_cuaRemovals. Referenced by CMonitorProfileManagement::InitList(), CPrinterProfileManagement::InitList(), OnInit(), and OnNotify().
|
|
||||||||||||||||
|
Reimplemented from CPropertyPage. Reimplemented in CPrinterProfileManagement, and CMonitorProfileManagement. Definition at line 360 of file devprop.cpp. References CUintArray::Add(), CProfileArray::Add(), AddButton, BOOL, CUintArray::Count(), CProfileArray::Count(), DEVLIST_CHANGED, EnableWindow(), FALSE, FillList(), CProfile::GetColorSpace(), GetDeviceTypeString(), GetDlgItem(), CProfile::GetName(), CProfile::GetType(), InstFailedWithName, CProfile::IsValid(), m_bCMYK, m_bReadOnly, m_cpaAdds, m_cpaProfile, m_csDevice, m_cuaRemovals, m_dwType, m_hwndList, MismatchDeviceType, OnCommand(), CAddProfileDialog::ProfileCount(), CAddProfileDialog::ProfileName(), CAddProfileDialog::ProfileNameAndExtension(), CProfileArray::Remove(), CUintArray::Remove(), RemoveButton, SendMessage(), TRUE, and UnsupportedProfile. Referenced by OnCommand().
|
|
|
Reimplemented from CPropertyPage. Reimplemented in CPrinterProfileManagement, CScannerProfileManagement, and CMonitorProfileManagement. Definition at line 337 of file devprop.cpp. References BOOL, DEVLIST_ONINIT, CPropertyPage::DisableApplyButton(), FALSE, FillList(), GetDlgItem(), InitList(), m_hwndList, ProfileListControl, CPropertyPage::SettingChanged(), and TRUE. Referenced by CMonitorProfileManagement::OnInit(), CScannerProfileManagement::OnInit(), and CPrinterProfileManagement::OnInit().
|
|
||||||||||||
|
Reimplemented from CPropertyPage. Reimplemented in CPrinterProfileManagement, and CMonitorProfileManagement. Definition at line 534 of file devprop.cpp. References BOOL, CUintArray::Count(), CProfileArray::Count(), CPropertyPage::DisableApplyButton(), FALSE, FillList(), InitList(), m_cpaAdds, m_cpaProfile, m_csDevice, m_cuaRemovals, OnNotify(), CProfileArray::Remove(), CPropertyPage::SettingChanged(), SetWindowLongPtr(), and TRUE. Referenced by OnNotify().
|
|
|
Definition at line 80 of file devprop.h. Referenced by CDeviceProfileManagement(), and OnCommand(). |
|
|
Definition at line 81 of file devprop.h. Referenced by CDeviceProfileManagement(), FillList(), and OnCommand(). |
|
|
Definition at line 76 of file devprop.h. Referenced by FillList(), InitList(), OnCommand(), and OnNotify(). |
|
|
Definition at line 77 of file devprop.h. Referenced by FillList(), InitList(), OnCommand(), and OnNotify(). |
|
|
Definition at line 78 of file devprop.h. Referenced by CDeviceProfileManagement(), InitList(), OnCommand(), and OnNotify(). |
|
|
Definition at line 75 of file devprop.h. Referenced by FillList(), InitList(), OnCommand(), and OnNotify(). |
|
|
Definition at line 71 of file devprop.h. Referenced by CDeviceProfileManagement(), and OnCommand(). |
|
|
Definition at line 79 of file devprop.h. Referenced by FillList(), OnCommand(), and OnInit(). |
1.3.7