Vuo
0.4.3
|
Data editor for VuoInteger values.
Public Member Functions | |
VuoDataEditorInteger () | |
Creates a VuoInteger data editor. | |
virtual QString | getType () |
Returns the data type name. | |
virtual QString | getValue () |
Returns a serialized copy of this data editor's value. | |
![]() | |
VuoDataEditorText () | |
Creates a VuoText data editor. | |
virtual void | setValue (QString valueAsString) |
Initializes this data editor with the string valueAsString . | |
virtual QWidget * | getWidget () |
Returns a single-line text widget. | |
virtual void | setTextAlignment (Qt::Alignment alignment) |
Sets the preferred text alignment. | |
Additional Inherited Members | |
![]() | |
void | acceptEdits (void) |
Dismisses the data editor and saves any edits made. | |
void | cancelEdits (void) |
Dismisses the data editor and discards any edits made. | |
![]() | |
QLineEdit * | lineEdit |
The widget for editing a line of text. | |