Vuo  0.4.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
VuoDataEditorText Class Reference

Description

Data editor for VuoText values.

Public Member Functions

 VuoDataEditorText ()
 Creates a VuoText data editor.
 
virtual QString getType ()
 Returns the data type name.
 
virtual void setValue (QString valueAsString)
 Initializes this data editor with the string valueAsString.
 
virtual QString getValue ()
 Returns a serialized copy of this data editor's value.
 
virtual QWidget * getWidget ()
 Returns a single-line text widget.
 
virtual void setTextAlignment (Qt::Alignment alignment)
 Sets the preferred text alignment.
 

Protected Attributes

QLineEdit * lineEdit
 The widget for editing a line of text.
 

Additional Inherited Members

- Protected Member Functions inherited from VuoDataEditor
void acceptEdits (void)
 Dismisses the data editor and saves any edits made.
 
void cancelEdits (void)
 Dismisses the data editor and discards any edits made.
 

The documentation for this class was generated from the following files: