Sampling licesne selection page. More...
#include <LicenseWizard.h>
Inherits ADMLicenseWizPage.

Public Member Functions | |
| ADMWizSamplePage (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 | GetNextPage () |
| Called to get the number of the next page to display. | |
| virtual int | GetPrevPage () |
| Called to get the number of the previous page to display. | |
| void | UpdateControls () |
| Updates the dialog controls. | |
Sampling licesne selection page.
Definition at line 222 of file LicenseWizard.h.
| ADMWizSamplePage::ADMWizSamplePage | ( | struct LicenseInfo * | pInfo | ) | [inline] |
Constructor for the page.
| pInfo | Pointer to the license information object to use |
Definition at line 229 of file LicenseWizard.h.
| int ADMWizSamplePage::GetNextPage | ( | ) | [protected, virtual] |
Called to get the number of the next page to display.
Reimplemented from ADMBaseWizPage.
Definition at line 687 of file LicenseWizard.cpp.
References LicenseJuriPage.
| int ADMWizSamplePage::GetPrevPage | ( | ) | [protected, virtual] |
Called to get the number of the previous page to display.
Reimplemented from ADMBaseWizPage.
Definition at line 696 of file LicenseWizard.cpp.
References LicenceTypePage.
| void ADMWizSamplePage::OnBtnClicked | ( | ASInt32 | nID | ) | [protected, virtual] |
Called when a user clicks a notification button.
| nID | ID of button clicked |
Reimplemented from ADMBaseWizPage.
Definition at line 655 of file LicenseWizard.cpp.
References UpdateControls().
| ASErr ADMWizSamplePage::OnInitDialog | ( | ) | [protected, virtual] |
Called to initialize the page.
Reimplemented from ADMBaseWizPage.
Definition at line 627 of file LicenseWizard.cpp.
References ADMBaseDialog::AddNotifyRange(), GetDescriptionFromField(), LicenseInfo::m_eSampling, ADMLicenseWizPage::m_pInfo, ADMBaseDialog::SetCheck(), ADMBaseDialog::SetControlText(), and UpdateControls().
| bool ADMWizSamplePage::OnKillActive | ( | ) | [protected, virtual] |
Called when the page is to be closed.
Reimplemented from ADMBaseWizPage.
Definition at line 669 of file LicenseWizard.cpp.
References ADMBaseDialog::GetSelectedRadio(), LicenseInfo::m_eSampling, and ADMLicenseWizPage::m_pInfo.
1.6.1