Vuo  0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
VuoDataEditor Class Referenceabstract

Description

Interface for data editors.

To create a custom data editor, implement a derived class of this class. A data editor provides the dialog for editing a constant value on an input port. Each class of data editor handles one type of input port data (e.g. VuoInteger, VuoString).

Public Member Functions

virtual void setValue (QString valueAsString)=0
 
virtual QString getValue ()=0
 
virtual void setUpDialog (QDialog *dialog)=0
 

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