14 #include <vlutil/vlFilename.h>
37 static void stopVrfLauncher(
makVrv::DtDe& de,
bool fromFrontEnd =
false);
40 virtual void setFromParameters(
const std::vector<DtReaderWriter*>& parentRw)
override;
45 virtual void startVrfLauncher();
49 virtual bool checkAlive(
double timeout);
52 virtual void iconTypeChanged();
53 virtual void selectImage();
54 virtual void forceUsageChanged();
55 virtual void groupDisambiguateChanged();
56 virtual void createSelectionGroupChanged();
57 virtual void altitudeUsageChanged();
58 virtual void objectTypeIconSet();
59 virtual void onEditGroup();
60 virtual void commFileMessagesReceived(
const QStringList& messages);
QLabel * myAltitudeSectionLabel
Definition: uiSimulationObjectGroupElement.h:65
QCheckBox * mySetForceTypeUponCreation
Definition: uiSimulationObjectGroupElement.h:67
QRadioButton * myUseGroupObjectForIcon
Definition: uiSimulationObjectGroupElement.h:74
QLabel * myIconSectionLabel
Definition: uiSimulationObjectGroupElement.h:63
virtual void createControls(QWidget *parent)
If additional widgets or connections need to be made do it here. The parent is the myWidget member...
virtual void setFromParameters(DtReaderWriter *parentRw)
Calls setFromParameters with std::vector of parameter.
QComboBox * myAvailableObjects
Definition: uiSimulationObjectGroupElement.h:75
QButtonGroup * myIconWidget
Definition: uiSimulationObjectGroupElement.h:72
QLabel * myCreateOptionsSectionLabel
Definition: uiSimulationObjectGroupElement.h:64
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:190
std::vector< QHBoxLayout * > mySpacedLayouts
Definition: uiSimulationObjectGroupElement.h:83
QCheckBox * myUseGroupNameToDisambiguate
Definition: uiSimulationObjectGroupElement.h:80
QLabel * myAltitudeFlagsLabel
Definition: uiSimulationObjectGroupElement.h:69
QPushButton * myUseImage
Definition: uiSimulationObjectGroupElement.h:76
Definition: uiSimulationObjectGroupElement.h:23
bool myAlive
Definition: uiSimulationObjectGroupElement.h:86
QPushButton * myEditGroup
Definition: uiSimulationObjectGroupElement.h:78
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:76
QComboBox * myAltitudeFlags
Definition: uiSimulationObjectGroupElement.h:70
QRadioButton * myUseImageForIcon
Definition: uiSimulationObjectGroupElement.h:73
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33
Base class of the ui element class chain. Properties available through designer for all ui elements a...
Definition: uiElement.h:185
QCheckBox * myCreateSelectionGroup
Definition: uiSimulationObjectGroupElement.h:81