14 #if !defined(Q_MOC_RUN)
18 #include <QtWidgets/QWidget>
42 CloudTreeColumnType = 0,
65 virtual void removeAllCloudCoverTypes();
69 int altPrecision,
double xLocation,
double yLocation,
double altitude,
70 bool enabled,
bool infinite );
74 int xyPrecision,
int altPrecision,
double xLocation,
double yLocation,
75 double altitude,
bool enabled,
bool infinite);
77 virtual void removeAllCloudLayers();
83 virtual void setCloudLayerEnabled(
DtCloudLayerId layerId,
bool enabled);
94 virtual void queryUserForNewCloudLayer();
101 virtual void queryUserForNewCloudCover();
113 void connectToSignals();
123 void on_myCloudLayersTree_itemSelectionChanged();
124 void on_myCloudLayersTree_itemChanged(
QTreeWidgetItem* item,
int column );
125 void on_myAddCloudLayerButton_clicked();
126 void on_myDeleteCloudLayerButton_clicked();
127 void on_myEditCloudLayerButton_clicked();
128 void on_myAddCloudCoverButton_clicked();
129 void on_myDeleteCloudCoverButton_clicked();
130 virtual void on_cloudCoverChanged(
int);
A unicode string.
Definition: DtUnicode.h:33
The interface of an DtCloudSettingsWidget for the DtCloudSettingsLogic.
Definition: DtCloudSettingsInterface.h:26
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtCloudCoverType
Definition: DtCloudCoverType.h:14
Representation of a single cloud layer.
Definition: DtCloudLayer.h:34
long long DtCloudLayerId
Definition: DtCloudLayer.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69