Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
VuoInputEditorRealRegulation Class Reference

Description

An input editor for real regulations.

Public Member Functions

 VuoInputEditorRealRegulation (void)
 Constructs a VuoInputEditorRealRegulation that does not yet have any widgets.
 
- Public Member Functions inherited from VuoInputEditorWithLineEditList
 VuoInputEditorWithLineEditList (bool allowAddingAndRemovingRows=false, int lineEditWidth=100)
 Creates an input editor whose show function displays a series of line edits.
 
virtual bool supportsTabbingBetweenPorts (void)
 Returns true.
 
- Public Member Functions inherited from VuoInputEditorWithDialog
json_objectshow (QPoint portLeftCenter, json_object *originalValue, json_object *details, map< QString, json_object * > portNamesAndValues)
 Displays a frameless dialog.
 

Additional Inherited Members

- Signals inherited from VuoInputEditor
void valueChanged (json_object *newValue)
 An input editor can emit this signal to inform the Vuo Editor that the value has been edited.
 
void tabbedPastLastWidget ()
 If supportsTabbingBetweenPorts() returns true, an input editor should emit this signal when the Tab key is pressed while the last widget in the input editor's tab order has focus.
 
void tabbedBackwardPastFirstWidget ()
 If supportsTabbingBetweenPorts() returns true, an input editor should emit this signal when the Shift-Tab key combination is pressed while the first widget in the input editor's tab order has focus.
 
- Static Public Member Functions inherited from VuoInputEditor
static QFont getDefaultFont (void)
 Returns the font that input editors are recommended to use.
 
static QString getDefaultFontCss (void)
 Returns a CSS representation of the font that input editors are recommended to use.
 
- Protected Member Functions inherited from VuoInputEditorWithLineEditList
virtual void setUpDialog (QDialog &dialog, json_object *originalValue, json_object *details)
 Adds the line edits and associated widgets to the dialog, and populates the line edits with the dialog's initial value.
 
virtual void tearDownRow (QLayout *rowLayout)
 Performs any cleanup necessary before the line edit and associated widgets are removed from the dialog and deallocated.
 
QLayout * getRowAtIndex (int index)
 Returns the line edit and associated widgets in the row that is currently at the given index.
 
void addWidgetToDialog (QWidget *widget)
 Adds the widget at the bottom of the dialog.
 
void removeWidgetFromDialog (QWidget *widget)
 Removes the widget from the dialog.
 
json_objectgetAcceptedValue (void)
 Returns the current value in the line edits.
 
QList< QString > getLineEditTexts (void)
 Returns the current text in the line edits.
 

Constructor & Destructor Documentation

VuoInputEditorRealRegulation::VuoInputEditorRealRegulation ( void  )

Constructs a VuoInputEditorRealRegulation that does not yet have any widgets.


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