17 #include <matrix/vlVector.h>
36 virtual bool leftIndicatorLightsOn()
const;
37 virtual void setLeftIndicatorLightsOn(
bool leftIndicatorLightsOn);
40 virtual bool rightIndicatorLightsOn()
const;
41 virtual void setRightIndicatorLightsOn(
bool rightIndicatorLightsOn);
44 virtual bool emergencyLightsOn()
const;
45 virtual void setEmergencyLightsOn(
bool emergencyLightsOn);
48 virtual bool headLightsOn()
const;
49 virtual void setHeadLightsOn(
bool headLightsOn);
52 virtual bool tailLightsOn()
const;
53 virtual void setTailLightsOn(
bool tailLightsOn);
56 virtual bool brakeLightsOn()
const;
57 virtual void setBrakeLightsOn(
bool brakeLightsOn);
60 virtual bool blackoutLightsOn()
const;
61 virtual void setBlackoutLightsOn(
bool blackoutLightsOn);
64 virtual bool blackoutBrakeLightsOn()
const;
65 virtual void setBlackoutBrakeLightsOn(
bool blackoutBrakeLightsOn);
68 virtual bool spotLightsOn()
const;
69 virtual void setSpotLightsOn(
bool spotLightsOn);
72 virtual bool interiorLightsOn()
const;
73 virtual void setInteriorLightsOn(
bool interiorLightsOn);
76 virtual QWidget* contents(
const std::vector<makVrv::DtSimEntry*>& data);
78 virtual void sendRequest();
82 virtual void setupGui(
const std::vector<makVrv::DtSimEntry*>& data);
Definition: taskSetDialogInterface.h:65
Definition: baseTaskSetDialogInterface.h:35
QComboBox * myBlackoutBrakeLightsOn
Definition: setGroundVehicleLightingDialog.h:111
QLabel * myLeftIndicatorLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:89
QLabel * mySpotLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:113
QComboBox * myTailLightsOn
Definition: setGroundVehicleLightingDialog.h:102
Definition: taskSetDialogInterface.h:84
Definition: setGroundVehicleLightingDialog.h:120
QComboBox * myInteriorLightsOn
Definition: setGroundVehicleLightingDialog.h:117
QLabel * myHeadLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:98
QLabel * myBlackoutBrakeLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:110
QLabel * myTailLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:101
QComboBox * myHeadLightsOn
Definition: setGroundVehicleLightingDialog.h:99
QLabel * myInteriorLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:116
QComboBox * myBlackoutLightsOn
Definition: setGroundVehicleLightingDialog.h:108
QComboBox * mySpotLightsOn
Definition: setGroundVehicleLightingDialog.h:114
Definition: setGroundVehicleLightingDialog.h:25
QGridLayout * myContentLayout
Definition: setGroundVehicleLightingDialog.h:86
Contains makVrf::DtBaseTaskSetDialogInterface class. This is the interface for the dialog used by mos...
QLabel * myBrakeLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:104
QComboBox * myRightIndicatorLightsOn
Definition: setGroundVehicleLightingDialog.h:93
class DtSimStatement:
Definition: simStatement.h:38
QComboBox * myBrakeLightsOn
Definition: setGroundVehicleLightingDialog.h:105
QWidget * myCanvas
Definition: setGroundVehicleLightingDialog.h:87
QLabel * myRightIndicatorLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:92
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
QComboBox * myLeftIndicatorLightsOn
Definition: setGroundVehicleLightingDialog.h:90
QLabel * myEmergencyLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:95
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
QComboBox * myEmergencyLightsOn
Definition: setGroundVehicleLightingDialog.h:96
QLabel * myBlackoutLightsOnLabel
Definition: setGroundVehicleLightingDialog.h:107