Vuo  2.0.0
Public Member Functions | List of all members
VuoInputEditorFactory Class Referenceabstract

Description

Plugin interface for input editors.

To create a custom input editor for a port type, create a Qt plugin that implements a derived class of VuoInputEditorFactory and a derived class of VuoInputEditor.

See also
Developing an Input Editor

Definition at line 26 of file VuoInputEditor.hh.

Public Member Functions

virtual VuoInputEditornewInputEditor (void)=0
 Returns a new instance of a derived class of VuoInputEditor. More...
 

Member Function Documentation

◆ newInputEditor()

virtual VuoInputEditor* VuoInputEditorFactory::newInputEditor ( void  )
pure virtual

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