swift
|
Allows to automatically update models if found in own model set, but already existing for a sibling simulator (ie. More...
Public Types | |
enum | State { Idle , Running , Completed } |
Current state of this component. | |
Public Slots | |
virtual void | accept () |
virtual int | exec () |
Public Member Functions | |
CDbAutoSimulatorStashingComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CDbAutoSimulatorStashingComponent () |
Destructor. | |
bool | isCompleted () const |
At least run once and completed. | |
virtual void | updateProgressIndicator (int percent) |
Update the progress indicator 0..100. More... | |
![]() | |
virtual void | setMappingComponent (CDbMappingComponent *component) |
Set the corresponding component. | |
CDbMappingComponent * | getMappingComponent () const |
Get the mapping component. | |
![]() | |
virtual | ~IProgressIndicator () |
Dtor. | |
void | updateProgressIndicatorAndProcessEvents (int percentage) |
Same as updateProgressIndicator but processing events. | |
Additional Inherited Members | |
![]() | |
CDbMappingComponentAware (QObject *parent) | |
Constructor. | |
virtual | ~CDbMappingComponentAware () |
Destructor. | |
CDbMappingComponentAware (const CDbMappingComponentAware &)=default | |
Copy constructor. | |
CDbMappingComponentAware & | operator= (const CDbMappingComponentAware &)=default |
Copy assignment operator. | |
bool | showMappingComponentOverlayMessage (const swift::misc::CStatusMessage &message, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Overlay messages. | |
bool | showMappingComponentOverlayHtmlMessage (const swift::misc::CStatusMessage &message, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Overlay messages. | |
Allows to automatically update models if found in own model set, but already existing for a sibling simulator (ie.
FSX/P3D/FS9)
Definition at line 29 of file dbautosimulatorstashingcomponent.h.
|
virtualslot |
Definition at line 37 of file dbautosimulatorstashingcomponent.cpp.
|
virtualslot |
Definition at line 31 of file dbautosimulatorstashingcomponent.cpp.
|
virtual |
Update the progress indicator 0..100.
Implements swift::core::IProgressIndicator.
Definition at line 66 of file dbautosimulatorstashingcomponent.cpp.