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);
45 virtual void setDefaultValue(
const std::string&);
49 virtual void setVariableData(
const QString&);
53 virtual DtString animationModel()
const;
56 virtual void setAnimationModel(
const DtString&);
59 virtual DtReaderWriter* createBoundVariable(
const std::string& variableName);
62 virtual void receiveScriptedMovementObjects(
DtSimMessage* msg);
65 virtual void setupFromBoundVariable(
const DtReaderWriter* variableName);
77 return tr(
"VR-Forces Entity Manipulation").toUtf8().constData();
82 return tr(
"<vrfGuiDataEntryWidgets/precisionMovementEntryWidget.h>").toUtf8().constData();
87 return tr(
"precisionMovement").toUtf8().constData();
94 virtual void onModelChanged();
95 virtual void onCategoryChanged();
bool myAllowEmptyEntry
Definition: precisionMovementEntryWidget.h:105
QLabel * myDescription
Definition: precisionMovementEntryWidget.h:100
A unicode string.
Definition: DtUnicode.h:33
QLabel * myCategoryLabel
Definition: precisionMovementEntryWidget.h:103
QString myDefaultValue
Definition: precisionMovementEntryWidget.h:104
static std::string variableName()
Definition: precisionMovementEntryWidget.h:85
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:75
static std::string headerFile()
Definition: precisionMovementEntryWidget.h:80
QGridLayout * myLayout
Definition: precisionMovementEntryWidget.h:98
DtIfScriptedMovementObjectsResponse::ScriptedMovementObjects myAnimationModels
Definition: precisionMovementEntryWidget.h:108
QComboBox * myCategories
Definition: precisionMovementEntryWidget.h:102
static DtUnicode tr(const char *ascii)
Ascii translation function, used to be compatible with Qt's translation tools.
Definition: DtUnicode.h:92
File: simMsg.h.
Definition: simMessage.h:35
DtTaskSetVariableWidgetCreator< DtPrecisionMovementEntryWidget > DtPrecisionMovementEntryWidgetCreator
Definition: precisionMovementEntryWidget.h:111
static makVrv::DtUnicode codeVariableType()
Definition: precisionMovementEntryWidget.h:70
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:23
std::vector< ScriptedMovementObject > ScriptedMovementObjects
Definition: ifScriptedMovementObjectsResponse.h:35
QLabel * myValueLabel
Definition: precisionMovementEntryWidget.h:99
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QComboBox * myValue
Definition: precisionMovementEntryWidget.h:101