License Wizard: Summery page. More...
#include <CCLicenseWizSummeryPage.h>
Inherits CCLicenseWizBasePage.

Public Member Functions | |
| CCLicenseWizSummeryPage (IPrintOemDriverUI *pHelper, LicenseInfo *pInfo) | |
| Constructor. | |
| virtual bool | PreparePage (PROPSHEETPAGE &page) |
| Called to fill the wizard page structure. | |
Protected Member Functions | |
| virtual BOOL | OnSetActive () |
| Called when the page is being activated (displayed). | |
| virtual int | OnWizBack () |
| Called when the user clicks the wizard's Back button. | |
License Wizard: Summery page.
Definition at line 36 of file CCLicenseWizSummeryPage.h.
| CCLicenseWizSummeryPage::CCLicenseWizSummeryPage | ( | IPrintOemDriverUI * | pHelper, | |
| LicenseInfo * | pInfo | |||
| ) | [inline] |
Constructor.
| pHelper | Pointer to the Print UI Core object | |
| pInfo | Pointer to the current license information structure |
Definition at line 45 of file CCLicenseWizSummeryPage.h.
| BOOL CCLicenseWizSummeryPage::OnSetActive | ( | ) | [protected, virtual] |
Called when the page is being activated (displayed).
Reimplemented from CCLicenseWizBasePage.
Definition at line 36 of file CCLicenseWizSummeryPage.cpp.
References CCPrintDlg::GetDlgItem(), ghInstance, LicenseInfo::HasJurisdiction(), LoadResourceString(), LicenseInfo::m_bCommercialUse, LicenseInfo::m_cJurisdiction, LicenseInfo::m_eLicense, LicenseInfo::m_eModification, LicenseInfo::m_eSampling, CCLicenseWizBasePage::m_pLicenseInfo, CCPrintDlg::SetDlgItemText(), CCLicenseWizBasePage::SetWizardButtons(), and tstring.
| int CCLicenseWizSummeryPage::OnWizBack | ( | ) | [protected, virtual] |
Called when the user clicks the wizard's Back button.
Reimplemented from CCLicenseWizBasePage.
Definition at line 144 of file CCLicenseWizSummeryPage.cpp.
References LicenseInfo::m_eLicense, and CCLicenseWizBasePage::m_pLicenseInfo.
| bool CCLicenseWizSummeryPage::PreparePage | ( | PROPSHEETPAGE & | page | ) | [virtual] |
Called to fill the wizard page structure.
| page | Reference to the property page structure to fill |
Reimplemented from CCPrintPropPage.
Definition at line 164 of file CCLicenseWizSummeryPage.cpp.
References CCPrintPropPage::PreparePage().
1.6.1