swift
|
Reduce modelss. More...
Public Member Functions | |
CDbReduceModelDuplicates (QWidget *parent=nullptr) | |
Ctor. | |
virtual | ~CDbReduceModelDuplicates () |
Destructor. | |
void | setModels (const swift::misc::simulation::CAircraftModelList &models, const swift::misc::simulation::CSimulatorInfo &simulator) |
Set the models. | |
void | process () |
Process models. | |
virtual void | updateProgressIndicator (int percentage) |
Update the progress indicator 0..100. More... | |
const swift::misc::simulation::CAircraftModelList & | getRemoveCandidates () const |
The models to be removed. | |
const swift::misc::simulation::CSimulatorInfo & | getSimulator () const |
Simulator. | |
![]() | |
virtual | ~IProgressIndicator () |
Dtor. | |
void | updateProgressIndicatorAndProcessEvents (int percentage) |
Same as updateProgressIndicator but processing events. | |
Reduce modelss.
Definition at line 24 of file dbreducemodelduplicates.h.
|
virtual |
Update the progress indicator 0..100.
Implements swift::core::IProgressIndicator.
Definition at line 162 of file dbreducemodelduplicates.cpp.