mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T246, allow to copy model set or create 1st model set as dialog from mapping tool
This commit is contained in:
@@ -39,6 +39,8 @@ namespace BlackGui
|
||||
{
|
||||
class CDbMappingComponent;
|
||||
class CDbOwnModelSetFormDialog;
|
||||
class CCopyModelsFromOtherSwiftVersionsDialog;
|
||||
class CFirstModelSetDialog;
|
||||
|
||||
/*!
|
||||
* Handling of the own model set
|
||||
@@ -143,6 +145,12 @@ namespace BlackGui
|
||||
//! Create new set
|
||||
void createNewSet();
|
||||
|
||||
//! First set wizard
|
||||
void firstSet();
|
||||
|
||||
//! Copy from another swift version
|
||||
void copyFromAnotherSwift();
|
||||
|
||||
//! Unchecked version of setSimulator
|
||||
void changeSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
@@ -152,8 +160,10 @@ namespace BlackGui
|
||||
//! Update distributor order
|
||||
void updateDistributorOrder(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
QScopedPointer<Ui::CDbOwnModelSetComponent> ui;
|
||||
QScopedPointer<CDbOwnModelSetFormDialog> m_modelSetFormDialog;
|
||||
QScopedPointer<Ui::CDbOwnModelSetComponent> ui;
|
||||
QScopedPointer<CDbOwnModelSetFormDialog> m_modelSetFormDialog;
|
||||
QScopedPointer<CFirstModelSetDialog> m_firstModelSet;
|
||||
QScopedPointer<CCopyModelsFromOtherSwiftVersionsDialog> m_copyFromAnotherSwift;
|
||||
BlackMisc::Simulation::CAircraftModelSetLoader m_modelSetLoader { this };
|
||||
BlackMisc::CSettingReadOnly<BlackMisc::Simulation::Settings::TDistributorListPreferences> m_distributorPreferences { this, &CDbOwnModelSetComponent::distributorPreferencesChanged }; //!< distributor preferences
|
||||
BlackMisc::CSettingReadOnly<BlackMisc::Simulation::Settings::TModel> m_modelSettings { this }; //!< settings for models
|
||||
|
||||
Reference in New Issue
Block a user