35 virtual void setFromParameters(
const std::vector<DtReaderWriter*>& parentRw)
override;
36 virtual void initializeRangeRings();
39 virtual void rangeRingSelected();
40 virtual void revertButtonClicked();
41 virtual void addRangeRing();
42 virtual void editRangeRing();
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.
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:190
Allows the selection of a range ring element, adding a new one or editing and existing.
Definition: uiRangeRingNameSelector.h:18
virtual void setEnabled(bool)
If this item is not enabled it cannot be modified.
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
#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