mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
Ref T650, simulator setting UI of SimulatedObject can be used
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user