Ref T650, simulator setting UI of SimulatedObject can be used

This commit is contained in:
Klaus Basan
2019-05-06 15:05:41 +02:00
parent 680c47074f
commit 0cefe1d1e4
3 changed files with 85 additions and 55 deletions

View File

@@ -35,7 +35,7 @@ namespace BlackSimPlugin
explicit CFsxSettingsComponent(QWidget *parent = nullptr);
//! Destructor
virtual ~CFsxSettingsComponent();
virtual ~CFsxSettingsComponent() override;
//! Simulator, P3D/FSX
void setSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator) { m_simulator = simulator; }
@@ -53,6 +53,9 @@ namespace BlackSimPlugin
//! Terrain probe checkbox changed
void onEnableTerrainProbeChanged();
//! Using simulated objects
void onSimulatedObjectChanged();
//! FSUIPC setting changed
void onFsuipcChanged();