10 #ifndef DtOsgEarthSettingsLogic_H_
11 #define DtOsgEarthSettingsLogic_H_
22 class DtOsgEarthSettingsInterface;
37 virtual void setupInstances();
42 void onCurrentServerChanged(
const std::string&
filename);
45 void onSaveFile(
const std::string& desc);
48 void onRenameFile(
const std::string& newName);
51 void onNewFile(
const std::string& newName);
57 void onServerUpdated(
const std::string& name);
Contains DLL export macros.
std::string myServerFileName
Definition: DtOsgEarthSettingsLogic.h:64
DtDe & myDe
Definition: DtOsgEarthSettingsLogic.h:61
Abstract interface used to a user interface.
Definition: DtOsgEarthSettingsInterface.h:19
Logic for configuring the Hla13 Connection.
Definition: DtOsgEarthSettingsLogic.h:26
DtOsgEarthSettingsInterface * myInterface
Definition: DtOsgEarthSettingsLogic.h:62
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70