17 class DtRunwayDefinitionDialog;
34 virtual void setupGui();
37 virtual void updateRunwayNames();
39 virtual void updateRunwayDatas();
41 virtual void reversePoints();
43 virtual bool isAutomaticRunwayNames();
44 virtual void setAutomaticRunwayNames(
bool b);
47 virtual void processObjectCreation();
48 virtual void processObjectUpdate();
69 virtual std::string forwardRunwayName();
70 virtual void setForwardRunwayName(
const std::string& name);
71 virtual std::string reverseRunwayName();
72 virtual void setReverseRunwayName(
const std::string& name);
73 virtual std::string airportCodeName();
74 virtual void setAirportCodeName(
const std::string& name);
79 virtual void setupGui();
83 virtual void populateOverlays();
86 virtual void onAutomaticNameChanged();
QLabel * myAirportCodeLabel
Definition: runwayDefinitionDialog.h:96
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QLabel * myReverseRunwayLabel
Definition: runwayDefinitionDialog.h:94
DtRunwayDefinitionDialog * myCustomDialog
Definition: runwayDefinitionDialog.h:51
Definition: runwayDefinitionDialog.h:56
This class implements the logic behind the DtShapeObjectDefinitionDialog.
Definition: shapeObjectDefinitionDialog.h:51
Definition: createAndEditObjectDialogInterface.h:29
QLineEdit * myReverseRunwayEdit
Definition: runwayDefinitionDialog.h:95
QLabel * myForwardRunwayLabel
Definition: runwayDefinitionDialog.h:92
bool myIsAutomaticRunwayNames
Definition: runwayDefinitionDialog.h:53
QLineEdit * myAirportCodeEdit
Definition: runwayDefinitionDialog.h:97
DtRunwayDefinitionDialogLogic * myLogic
Definition: runwayDefinitionDialog.h:100
QCheckBox * myEnableAutomaticName
Definition: runwayDefinitionDialog.h:89
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
QGridLayout * myGridLayout
Definition: runwayDefinitionDialog.h:90
Definition: shapeObjectDefinitionDialog.h:654
Base class to provide boost signal/slot management.
Definition: runwayDefinitionDialog.h:103
QLineEdit * myForwardRunwayEdit
Definition: runwayDefinitionDialog.h:93
boost::signalslib::connection myUpdateConnection
Definition: runwayDefinitionDialog.h:52
QWidget * myExtension
Definition: runwayDefinitionDialog.h:91
const char int mode
Definition: ioapi.h:38
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
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: shapeObjectDefinitionDialog.h:253
Definition: runwayDefinitionDialog.h:19