10 #ifndef DtOsgEarthServerDialog_H_
11 #define DtOsgEarthServerDialog_H_
14 #include <QtWidgets/QDialog>
17 #if !defined(Q_MOC_RUN)
23 class QListWidgetItem;
29 class DtOsgEarthServerLogic;
30 class DtSelectInstanceWidget;
50 virtual void setMapNameLabel(
const std::string& mapname);
53 virtual void setImageNameLabel(
const std::string& imgname);
56 virtual void setDescriptionText(
const std::string& desc);
59 virtual void setCordSysLabel(
const std::string& cordsys);
62 virtual void addInstance(
const std::string& name);
65 virtual void removeInstance(
const std::string& name);
68 virtual void clearInstances();
73 virtual void onConnectClicked();
76 virtual void onCancelClicked();
80 virtual void on_myContentsWidget_currentIndexChanged(
int);
QLineEdit * myCoordSysLabel
Definition: DtOsgEarthServerDialog.h:96
Contains makVrv::DtOsgEarthServerInterface class.
QPushButton * myConnectButton
Definition: DtOsgEarthServerDialog.h:98
Contains makVrv::DtDe class.
DtDe & myDe
Definition: DtOsgEarthServerDialog.h:89
Contains DLL export macros.
QPlainTextEdit * myDescriptionText
Definition: DtOsgEarthServerDialog.h:93
Dialog for adding a terrain patch.
Definition: DtOsgEarthServerDialog.h:34
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
QCheckBox * myIndirectEnabledCheckbox
Definition: DtOsgEarthServerDialog.h:97
QLineEdit * myMapNameLabel
Definition: DtOsgEarthServerDialog.h:94
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QPushButton * myCancelButton
Definition: DtOsgEarthServerDialog.h:99
DtSelectInstanceWidget * mySelectInstanceWidget
Definition: DtOsgEarthServerDialog.h:91
DtOsgEarthServerLogic * myLogic
Definition: DtOsgEarthServerDialog.h:90
Adds terrain patches to the scene.
Definition: DtOsgEarthServerLogic.h:20
The interface between the Terrain patch logic and the dialog.
Definition: DtOsgEarthServerInterface.h:20
QLineEdit * myImageNameLabel
Definition: DtOsgEarthServerDialog.h:95