mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T335, UI to enable/disable terrain probe
This commit is contained in:
@@ -39,9 +39,12 @@ namespace BlackSimPlugin
|
||||
void setSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator) { m_simulator = simulator; }
|
||||
|
||||
private:
|
||||
//! Checkbox change
|
||||
//! Trace checkbox changed
|
||||
void onSimConnectTraceChanged();
|
||||
|
||||
//! Terrain probe checkbox changed
|
||||
void onEnableTerrainProbeChanged();
|
||||
|
||||
//! Access the concrete implementation
|
||||
CSimulatorFsxCommon *getFsxSimulator () const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user