6 #ifndef SWIFT_SIMPLUGIN_COMMON_SIMULATORPLUGINCOMMON_H
7 #define SWIFT_SIMPLUGIN_COMMON_SIMULATORPLUGINCOMMON_H
17 class CInterpolationLogDisplayDialog;
19 namespace swift::simplugin::common
34 virtual void unload()
override;
35 virtual bool disconnectFrom()
override;
51 static void registerHelp();
55 void showInterpolationDisplay();
58 void deleteInterpolationDisplay();
60 QPointer<swift::gui::components::CInterpolationLogDisplayDialog>
61 m_interpolationDisplayDialog;
Interface to a simulator.
Utility methods for simple line parsing used with the command line.
Direct in memory access to client (network client) data.
Describing a simulator plugin.
Direct in memory access to interpolation setup, normally implemented by simulator.
Direct threadsafe in memory access to own aircraft.
Direct thread safe in memory access to remote aircraft.
Direct in memory access to elevation data.
Common base class for simulator plugins.
High level reusable GUI components.
#define SIMULATORPLUGINCOMMON_EXPORT
SimulatorPluginCommon Export Macro.