swift
|
Wizard to quickly provide a single mapping. More...
Public Types | |
enum | Pages { PageIntro , PageAircraftSelect , PageColor , PageLiverySelect , PageDistributorSelect , PageConfirmation , PageCredentials , PageLastConfirmation , PageSendStatus } |
The wizard pages. More... | |
Public Member Functions | |
CDbQuickMappingWizard (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CDbQuickMappingWizard () |
Destructor. | |
void | presetAircraftIcao (const swift::misc::aviation::CAircraftIcaoCode &aircraftIcao) |
Preset values. | |
void | presetModel (const swift::misc::simulation::CAircraftModel &model) |
Preset a model. | |
void | clear () |
Clear wizard. | |
virtual bool | validateCurrentPage () |
Static Public Member Functions | |
static const QStringList & | getLogCategories () |
Log categories. | |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *event) |
Wizard to quickly provide a single mapping.
Definition at line 24 of file dbquickmappingwizard.h.
The wizard pages.
Enumerator | |
---|---|
PageConfirmation | model from and validation |
PageLastConfirmation | just info to say data will be send |
Definition at line 30 of file dbquickmappingwizard.h.
|
protectedvirtual |
Definition at line 78 of file dbquickmappingwizard.cpp.
|
virtual |
Definition at line 278 of file dbquickmappingwizard.cpp.