18 class DtAerodromeDefinitionDialog;
37 virtual void updateAerodromeDatas();
40 virtual void processObjectCreation();
41 virtual void processObjectUpdate();
61 virtual std::string airportCodeName();
62 virtual void setAirportCodeName(
const std::string& name);
65 virtual void onAirportCodeNameChanged(
const QString&);
69 virtual void setupGui();
73 virtual void populateOverlays();
QLineEdit * myAirportCodeEdit
Definition: aerodromeDefinitionDialog.h:83
Definition: pointObjectDefinitionDialogLogic.h:34
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:40
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: aerodromeDefinitionDialog.h:20
Definition: createAndEditObjectDialogInterface.h:29
DtAerodromeDefinitionDialogLogic * myLogic
Definition: aerodromeDefinitionDialog.h:86
QGridLayout * myGridLayout
Definition: aerodromeDefinitionDialog.h:80
Definition: aerodromeDefinitionDialog.h:48
QWidget * myExtension
Definition: aerodromeDefinitionDialog.h:81
DtAerodromeDefinitionDialog * myCustomDialog
Definition: aerodromeDefinitionDialog.h:44
Definition: aerodromeDefinitionDialog.h:89
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
QLabel * myAirportCodeLabel
Definition: aerodromeDefinitionDialog.h:82
Base class to provide boost signal/slot management.
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: pointObjectDefinitionDialog.h:351
boost::signalslib::connection myUpdateConnection
Definition: aerodromeDefinitionDialog.h:45