5 #ifndef DtOsgEarthSettingsLogic_H_
6 #define DtOsgEarthSettingsLogic_H_
9 #include <boost/signals/trackable.hpp>
18 class DtOsgEarthSettingsInterface;
33 virtual void setupInstances();
38 void onCurrentServerChanged(
const std::string&
filename);
41 void onSaveFile(
const std::string& desc);
44 void onRenameFile(
const std::string& newName);
47 void onNewFile(
const std::string& newName);
53 void onServerUpdated(
const std::string& name);
Contains DLL export macros.
std::string myServerFileName
Definition: DtOsgEarthSettingsLogic.h:60
DtDe & myDe
Definition: DtOsgEarthSettingsLogic.h:57
Abstract interface used to a user interface.
Definition: DtOsgEarthSettingsInterface.h:14
Logic for configuring the Hla13 Connection.
Definition: DtOsgEarthSettingsLogic.h:22
DtOsgEarthSettingsInterface * myInterface
Definition: DtOsgEarthSettingsLogic.h:58
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69