#include <codeimportingwizard.h>
◆ anonymous enum
Enumerator |
---|
SelectionPage | |
StatusPage | |
◆ CodeImportingWizard()
CodeImportingWizard::CodeImportingWizard |
( |
| ) |
|
Constructor. Sets up the wizard but does not load the wizard pages. Each wizard page has its own class. Loading of the wizard pages needs to be done in separate step because it is too early to do that within the constructor (`this` not finalized). See https://bugs.kde.org/show_bug.cgi?id=479224
◆ ~CodeImportingWizard()
CodeImportingWizard::~CodeImportingWizard |
( |
| ) |
|
◆ createSelectionPage()
QWizardPage * CodeImportingWizard::createSelectionPage |
( |
| ) |
|
|
private |
Creates the class selection page.
- Parameters
-
classList | the list of classes, which have to be imported |
- Returns
- the wizard page
◆ createStatusPage()
QWizardPage * CodeImportingWizard::createStatusPage |
( |
| ) |
|
|
private |
Creates the code importing status page, which shows the progress of the import process.
- Returns
- the wizard page
◆ selectedFiles()
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
◆ setupPages()
void CodeImportingWizard::setupPages |
( |
| ) |
|
Set up the SelectionPage and the StatusPage. This needs to be called after constructing the CodeImportingWizard.
◆ m_SelectionPage
◆ m_StatusPage
The documentation for this class was generated from the following files: