10 #ifndef DtTacticalGraphicsSettingsWidget_H_
11 #define DtTacticalGraphicsSettingsWidget_H_
15 #include <QtWidgets/QWidget>
43 virtual void setTacticalGraphicsEnabled(
bool enabled)
override;
44 virtual void setTacticalGraphicsIndicatorsEnabled(
bool enabled)
override;
45 virtual void setHeightAboveTerrainEnabled(
bool enabled);
46 virtual void setHeightAboveTerrainSelectedOnly(
bool enabled)
override;
47 virtual void setHeightLinesEnabled(
bool enabled)
override;
48 virtual void setRemoteGraphicsEnabled(
bool enabled)
override;
49 virtual void setShowActiveTacticalGraphicsEnabled(
bool enabled)
override;
50 virtual void setDeleteTacticalGraphicsOnHide(
bool enabled)
override;
51 virtual void setFriendlyForceColorStyleOverrideEnabled(
bool enabled)
override;
52 virtual void setFriendlyForceColorStyleOverrideColorBlack(
bool isBlack)
override;
53 virtual void setFriendlyForceColorStyleOverrideColorButtonsEnabled(
bool enabled)
override;
56 void on_tacticalGraphicsEnabledCheckChanged(
int state);
57 void on_tacticalGraphicsIndicatorsEnabledCheckChanged(
int state);
58 void on_HeightAboveTerrainEnabledCheckChanged(
int state);
59 void on_HeightAboveTerrainSelectedOnlyCheckChanged(
int state);
60 void on_HeightLinesEnabledCheckChanged(
int state);
61 void on_remoteGraphicsEnabledCheckChanged(
int state);
62 void on_ShowActiveTacticalGraphicsCheckChanged(
int state);
63 void on_deleteTacticalGraphicsOnHide(
int state);
64 void on_friendlyForceColorOverrideEnabledCheckChanged(
int state);
65 void on_friendlyForceColorIsBlackRadioButtonClicked();
66 void on_friendlyForceColorIsWhiteRadioButtonClicked();
70 virtual void setupGui();
Interface for the tactical graphics settings GUI.
Definition: DtTacticalGraphicsSettingsInterface.h:21
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Interface for the tactical graphics settings dialog.
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:72