Allowed modifications selection page. More...
#include <LicenseWizard.h>
Inherits ADMLicenseWizPage.

Public Member Functions | |
| ADMWizModificationPage (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. | |
| void | UpdateControls () |
| Updates the dialog controls. | |
Allowed modifications selection page.
Definition at line 135 of file LicenseWizard.h.
| ADMWizModificationPage::ADMWizModificationPage | ( | struct LicenseInfo * | pInfo | ) | [inline] |
Constructor for the page.
| pInfo | Pointer to the license information object to use |
Definition at line 142 of file LicenseWizard.h.
| void ADMWizModificationPage::OnBtnClicked | ( | ASInt32 | nID | ) | [protected, virtual] |
Called when a user clicks a notification button.
| nID | ID of clicked button |
Reimplemented from ADMBaseWizPage.
Definition at line 305 of file LicenseWizard.cpp.
References UpdateControls().
| ASErr ADMWizModificationPage::OnInitDialog | ( | ) | [protected, virtual] |
Called to initialize the page.
Reimplemented from ADMBaseWizPage.
Definition at line 269 of file LicenseWizard.cpp.
References ADMBaseDialog::AddNotifyRange(), GetDescriptionFromField(), LicenseInfo::m_eModification, ADMLicenseWizPage::m_pInfo, ADMBaseDialog::SetCheck(), ADMBaseDialog::SetControlText(), and UpdateControls().
| bool ADMWizModificationPage::OnKillActive | ( | ) | [protected, virtual] |
Called when the page is to be closed.
Reimplemented from ADMBaseWizPage.
Definition at line 319 of file LicenseWizard.cpp.
References ADMBaseDialog::GetSelectedRadio(), LicenseInfo::m_eModification, and ADMLicenseWizPage::m_pInfo.
1.6.1