#include <codeimportingwizard.h>
Enumerator |
---|
SelectionPage |
|
StatusPage |
|
CodeImportingWizard::CodeImportingWizard |
( |
| ) |
|
Constructor. Sets up the wizard and loads the wizard pages. Each wizard page has its own class.
CodeImportingWizard::~CodeImportingWizard |
( |
| ) |
|
QWizardPage * CodeImportingWizard::createSelectionPage |
( |
| ) |
|
|
private |
Creates the class selection page.
- Parameters
-
classList | the list of classes, which have to be imported |
- Returns
- the wizard page
QWizardPage * CodeImportingWizard::createStatusPage |
( |
| ) |
|
|
private |
Creates the code importing status page, which shows the progress of the import process.
- Returns
- the wizard page
QList< QFileInfo > CodeImportingWizard::selectedFiles |
( |
| ) |
|
Returns a list, which contains the classes for importing. With this function the list of classes to import can be transferred from the select page to the status page.
- Returns
- the file info list
The documentation for this class was generated from the following files: