13 #include "simulationObjectEditorImpl/ui_systemTrajectoryTableParameterDataUI.h"
15 #include <matrix/vlVector.h>
20 class QDoubleValidator;
49 Ui::DtSystemTrajectoryTableParameterDataUI
myUiImpl;
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:174
virtual void elementChanged()
Ui::DtSystemTrajectoryTableParameterDataUI myUiImpl
Definition: uiTrajectoryTableParameterElement.h:49
QDoubleValidator * myValidator
Definition: uiTrajectoryTableParameterElement.h:53
virtual void setEnabled(bool)
If this item is not enabled it cannot be modified.
DtUITrajectoryTableParameterElement.
Definition: uiTrajectoryTableParameterElement.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:32
Base class of the ui element class chain.
Definition: uiElement.h:169