Summery license page. More...
#include <LicenseWizard.h>
Inherits ADMLicenseWizPage.

Public Member Functions | |
| ADMWizSummeryPage (struct LicenseInfo *pInfo) | |
| Constructor for the page. | |
Protected Member Functions | |
| void | SetIconImage (int nIcon, int nImage) |
| Call to set the image of one of the icons displayed in the page. | |
| virtual ASErr | OnInitDialog () |
| Called to initialize the page. | |
| virtual int | GetPrevPage () |
| Called to get the number of the previous page to display. | |
Summery license page.
Definition at line 195 of file LicenseWizard.h.
| ADMWizSummeryPage::ADMWizSummeryPage | ( | struct LicenseInfo * | pInfo | ) | [inline] |
Constructor for the page.
| pInfo | Pointer to the license information object to use |
Definition at line 202 of file LicenseWizard.h.
| int ADMWizSummeryPage::GetPrevPage | ( | ) | [protected, virtual] |
Called to get the number of the previous page to display.
Reimplemented from ADMBaseWizPage.
Definition at line 603 of file LicenseWizard.cpp.
References LicenceTypePage, LicenseJuriPage, LicenseInfo::m_eLicense, and ADMLicenseWizPage::m_pInfo.
| ASErr ADMWizSummeryPage::OnInitDialog | ( | ) | [protected, virtual] |
Called to initialize the page.
Reimplemented from ADMBaseWizPage.
Definition at line 484 of file LicenseWizard.cpp.
References ADMBaseWizPage::GetWizard(), AcrobatPluginInfo::LoadStringFromResource(), LicenseInfo::m_bCommercialUse, LicenseInfo::m_eLicense, LicenseInfo::m_eModification, LicenseInfo::m_eSampling, ADMLicenseWizPage::m_pInfo, LicenseInfo::m_sJurisdiction, ADMBaseDialog::SetControlText(), ADMBaseWizDialog::SetEnabledButtons(), and SetIconImage().
| void ADMWizSummeryPage::SetIconImage | ( | int | nIcon, | |
| int | nImage | |||
| ) | [protected] |
Call to set the image of one of the icons displayed in the page.
| nIcon | ID of the icon | |
| nImage | ID of icon resource to display, or 0 to hide |
Definition at line 584 of file LicenseWizard.cpp.
References ADMBaseDialog::SetPicture(), and ADMBaseDialog::ShowControl().
Referenced by OnInitDialog().
1.6.1