Base class for the license wizard pages. More...
#include <LicenseWizard.h>
Inherits ADMBaseWizPage.
Inherited by ADMWizJurisdicationPage, ADMWizLicenseTypePage, ADMWizModificationPage, ADMWizSamplePage, ADMWizSummeryPage, and ADMWizUsagePage.

Protected Member Functions | |
| ADMLicenseWizPage (struct LicenseInfo *pInfo, const char *pName, ASInt32 nID) | |
| Constructor for the license wizard pages. | |
Protected Attributes | |
| LicenseInfo * | m_pInfo |
| Pointer to the license information object used by the page. | |
Base class for the license wizard pages.
Definition at line 35 of file LicenseWizard.h.
| ADMLicenseWizPage::ADMLicenseWizPage | ( | struct LicenseInfo * | pInfo, | |
| const char * | pName, | |||
| ASInt32 | nID | |||
| ) | [inline, protected] |
Constructor for the license wizard pages.
| pInfo | Pointer to the license information object to update | |
| pName | Unique name of dialog | |
| nID | Dialog resource ID |
Definition at line 45 of file LicenseWizard.h.
1.6.1