13 #include <matrix/vlVector.h>
30 class DtSliderSpinboxWidget;
35 class DtLocationEntryWidget;
57 virtual void setFromParameters(
const std::vector<DtReaderWriter*>& parentRw)
override;
59 virtual void updateOrigin();
62 virtual void sendUpdatedValues();
65 virtual void cleanup(std::vector<DtReaderWriter*>& rwItems);
70 void dimensionRevertButtonClicked();
71 void originRevertButtonClicked();
DtUiVectorElement * myBoundingVolumeOffset
Definition: uiBoundingVolumeElement.h:79
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.
DtUiVectorElement * myBoundingVolume
Definition: uiBoundingVolumeElement.h:78
virtual void processUiEvent(const DtUiElementEvent &)
Process ui event. Default does nothing.
Definition: uiElement.h:236
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:190
virtual void elementChanged()
std::vector< DtReaderWriter * > myBoundingVolumeOffsets
Definition: uiBoundingVolumeElement.h:75
Definition: rwVector.h:23
QLabel * myOriginLabel
Definition: uiBoundingVolumeElement.h:81
QComboBox * myOrigin
Definition: uiBoundingVolumeElement.h:82
QToolButton * myOriginRevertToParentButton
Definition: uiBoundingVolumeElement.h:86
std::vector< DtReaderWriter * > myBackupBoundingVolumes
Definition: uiBoundingVolumeElement.h:76
virtual void setEnabled(bool)
If this item is not enabled it cannot be modified.
QToolButton * myDimensionsRevertToParentButton
Definition: uiBoundingVolumeElement.h:85
std::vector< DtReaderWriter * > myBoundingVolumes
Definition: uiBoundingVolumeElement.h:74
Allows the editing of a vector element. Define the property single_row (bool) and check to have all t...
Definition: uiVectorElement.h:32
The DtUiElement class is the base for which all UI elements are defined. If you wish to create a new ...
Definition: uiElement.h:97
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
std::vector< DtReaderWriter * > myBackupBoundingVolumeOffsets
Definition: uiBoundingVolumeElement.h:77
Definition: uiBoundingVolumeElement.h:38
#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