mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #745, improved own model set dialog
* allow to consolidate data * display either preferences or all distributors * builder can consolidate * get model set from mapping component
This commit is contained in:
@@ -51,10 +51,13 @@ namespace BlackGui
|
||||
//! Last build set
|
||||
const BlackMisc::Simulation::CAircraftModelList &getModelSet() const { return m_modelSet; }
|
||||
|
||||
//! Init last set
|
||||
void setModelSet(const BlackMisc::Simulation::CAircraftModelList &models) { m_modelSet = models; }
|
||||
|
||||
//! Simulator info
|
||||
const BlackMisc::Simulation::CSimulatorInfo &getSimulatorInfo() const { return m_simulatorInfo; }
|
||||
|
||||
//! Reload data
|
||||
//! Reload data e.g. current model set and simulator
|
||||
void reloadData();
|
||||
|
||||
//! Exec and display simulator
|
||||
|
||||
Reference in New Issue
Block a user