27 Q_PROPERTY(
bool allowEmptyEntry READ allowEmptyEntry WRITE setAllowEmptyEntry);
36 virtual void setAllowEmptyEntry(
bool);
37 virtual bool allowEmptyEntry()
const;
42 virtual void setRange(
double bottom,
double top)
override;
45 virtual void setDefaultValue(
const std::string&)
override;
49 virtual void setVariableData(
const QString&)
override;
53 virtual DtString animationModel()
const;
56 virtual void setAnimationModel(
const DtString&);
59 virtual DtReaderWriter* createBoundVariable(
const std::string& variableName)
override;
62 virtual void receiveScriptedMovementObjects(
DtSimMessage* msg);
65 virtual void setupFromBoundVariable(
const DtReaderWriter* variableName)
override;
69 QWidget* parent,
const Qt::WindowFlags& flags = 0)
const override;
78 return tr(
"VR-Forces Entity Manipulation").toUtf8().constData();
83 return tr(
"<vrfGuiDataEntryWidgets/precisionMovementEntryWidget.h>").toUtf8().constData();
88 return tr(
"precisionMovement").toUtf8().constData();
92 virtual std::string variableDataFromUiDesigner(
96 virtual void onModelChanged();
97 virtual void onCategoryChanged();
bool myAllowEmptyEntry
Definition: precisionMovementEntryWidget.h:107
QLabel * myDescription
Definition: precisionMovementEntryWidget.h:102
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
QLabel * myCategoryLabel
Definition: precisionMovementEntryWidget.h:105
QString myDefaultValue
Definition: precisionMovementEntryWidget.h:106
static std::string variableName()
Definition: precisionMovementEntryWidget.h:86
This class will parse the UI file for known scripted task variable types and pull out specified scrip...
Definition: scriptedTaskVariableLayoutConverter.h:32
Definition: readerWriter.h:85
static std::string designerGroup()
Definition: precisionMovementEntryWidget.h:76
static std::string headerFile()
Definition: precisionMovementEntryWidget.h:81
QGridLayout * myLayout
Definition: precisionMovementEntryWidget.h:100
DtIfScriptedMovementObjectsResponse::ScriptedMovementObjects myAnimationModels
Definition: precisionMovementEntryWidget.h:110
QComboBox * myCategories
Definition: precisionMovementEntryWidget.h:104
static DtUnicode tr(const char *ascii)
Ascii translation function, used to be compatible with Qt's translation tools. This will simply call ...
Definition: DtUnicode.h:92
File: simMsg.h.
Definition: simMessage.h:35
DtTaskSetVariableWidgetCreator< DtPrecisionMovementEntryWidget > DtPrecisionMovementEntryWidgetCreator
Definition: precisionMovementEntryWidget.h:113
static makVrv::DtUnicode codeVariableType()
Definition: precisionMovementEntryWidget.h:71
The DtPrecisionMovementEntryWidget class will show a combo box that will allow for the selection of e...
Definition: precisionMovementEntryWidget.h:24
#define DT_DLL_VRFGUIDATAENTRYWIDGETS
Definition: vrfGuiDataEntryWidgets.h:22
std::vector< ScriptedMovementObject > ScriptedMovementObjects
Definition: ifScriptedMovementObjectsResponse.h:35
QLabel * myValueLabel
Definition: precisionMovementEntryWidget.h:101
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 * myValue
Definition: precisionMovementEntryWidget.h:103