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

Public Member Functions | |
| ADMWizJurisdicationPage (struct 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 | GetPrevPage () |
| Called to get the number of the previous page to display. | |
| void | UpdateControls () |
| Updates the dialog controls. | |
License jurisdication selection page.
Definition at line 164 of file LicenseWizard.h.
| ADMWizJurisdicationPage::ADMWizJurisdicationPage | ( | struct LicenseInfo * | pInfo | ) | [inline] |
Constructor for the page.
| pInfo | Pointer to the license information object to use |
Definition at line 171 of file LicenseWizard.h.
| int ADMWizJurisdicationPage::GetPrevPage | ( | ) | [protected, virtual] |
Called to get the number of the previous page to display.
Reimplemented from ADMBaseWizPage.
Definition at line 472 of file LicenseWizard.cpp.
References LicenseDerivPage, LicenseSamplePage, LicenseInfo::m_eLicense, and ADMLicenseWizPage::m_pInfo.
| void ADMWizJurisdicationPage::OnBtnClicked | ( | ASInt32 | nID | ) | [protected, virtual] |
Called when a user clicks a notification button.
| nID | ID of the button clicked |
Reimplemented from ADMBaseWizPage.
Definition at line 436 of file LicenseWizard.cpp.
References UpdateControls().
| ASErr ADMWizJurisdicationPage::OnInitDialog | ( | ) | [protected, virtual] |
Called to initialize the page.
Reimplemented from ADMBaseWizPage.
Definition at line 341 of file LicenseWizard.cpp.
References ADMBaseDialog::AddNotifyRange(), LicenseInfo::GetLicenseXML(), LicenseInfo::m_eLicense, ADMLicenseWizPage::m_pInfo, ADMBaseDialog::m_refDialog, LicenseInfo::m_sJurisdiction, ADMBaseDialog::SelectEntry(), ADMBaseDialog::SetCheck(), ADMBaseDialog::SetControlText(), and UpdateControls().
| bool ADMWizJurisdicationPage::OnKillActive | ( | ) | [protected, virtual] |
Called when the page is to be closed.
Reimplemented from ADMBaseWizPage.
Definition at line 450 of file LicenseWizard.cpp.
References ADMBaseDialog::GetActiveEntryText(), ADMBaseDialog::GetSelectedRadio(), ADMLicenseWizPage::m_pInfo, and LicenseInfo::m_sJurisdiction.
1.6.1