License type selection page. More...
#include <LicenseWizard.h>
Inherits ADMLicenseWizPage.

Public Member Functions | |
| ADMWizLicenseTypePage (LicenseInfo *pInfo) | |
| Constructor for the page. | |
Protected Member Functions | |
| virtual ASErr | OnInitDialog () |
| Called to initialize the page. | |
| virtual void | OnBtnClicked (ASInt32 nID) |
| Called when a user clicks a notification button. | |
| virtual bool | OnKillActive () |
| Called when the page is to be closed. | |
| virtual int | GetNextPage () |
| Called to get the number of the next page to display. | |
| void | UpdateControls () |
| Updates the dialog controls. | |
Protected Attributes | |
| bool | m_bWaitForInfo |
| true to stop responding to buttons (used while displaying the internet request progress dialog) | |
License type selection page.
Definition at line 70 of file LicenseWizard.h.
| ADMWizLicenseTypePage::ADMWizLicenseTypePage | ( | LicenseInfo * | pInfo | ) | [inline] |
Constructor for the page.
| pInfo | Pointer to the license information object to use |
Definition at line 77 of file LicenseWizard.h.
| int ADMWizLicenseTypePage::GetNextPage | ( | ) | [protected, virtual] |
Called to get the number of the next page to display.
Reimplemented from ADMBaseWizPage.
Definition at line 173 of file LicenseWizard.cpp.
References LicenseSamplePage, LicenseSummeryPage, LicenseUsagePage, LicenseInfo::m_eLicense, and ADMLicenseWizPage::m_pInfo.
| void ADMWizLicenseTypePage::OnBtnClicked | ( | ASInt32 | nID | ) | [protected, virtual] |
Called when a user clicks a notification button.
| nID | ID of clicked button |
Reimplemented from ADMBaseWizPage.
Definition at line 117 of file LicenseWizard.cpp.
References m_bWaitForInfo, and UpdateControls().
| ASErr ADMWizLicenseTypePage::OnInitDialog | ( | ) | [protected, virtual] |
Called to initialize the page.
Reimplemented from ADMBaseWizPage.
Definition at line 63 of file LicenseWizard.cpp.
References ADMBaseDialog::AddNotifyRange(), LicenseInfo::m_eLicense, ADMLicenseWizPage::m_pInfo, ADMBaseDialog::SetCheck(), and UpdateControls().
| bool ADMWizLicenseTypePage::OnKillActive | ( | ) | [protected, virtual] |
Called when the page is to be closed.
Reimplemented from ADMBaseWizPage.
Definition at line 88 of file LicenseWizard.cpp.
References AcrobatPluginInfo::GetPluginInfo(), ADMBaseDialog::GetSelectedRadio(), m_bWaitForInfo, LicenseInfo::m_eLicense, ADMLicenseWizPage::m_pInfo, and CCInfoFullPlugin::RetrieveCCInfo().
1.6.1