Vuo
0.4.3
|
A dialog for editing a port constant value.
Signals | |
void | portConstantSet (VuoCompilerInputEventPort *port, QString value) |
Emitted when a port's constant value is changed. | |
Public Member Functions | |
VuoPortValueEditorDialog (QWidget *parent, VuoDataEditor *dataEditor, VuoRendererPort *port) | |
Creates a dialog for editing a port constant value. | |
![]() | |
VuoDataEditorDialog (QWidget *parent, VuoDataEditor *dataEditor) | |
Creates a new, empty data editor dialog. | |
void | acceptEdits (void) |
Dismisses the dialog and saves any edits made. | |
void | cancelEdits (void) |
Dismisses the dialog and discards any edits made. | |
Protected Member Functions | |
virtual void | valueSet (QString value) |
Signals that the port constant value has been set. | |
![]() | |
virtual void | keyPressEvent (QKeyEvent *e) |
The Return/Enter key accepts the edits. | |
virtual void | showEvent (QShowEvent *event) |
This function is part of the workaround for a bug in Qt 5.1.0-beta that prevents positioning a QDialog (https://b33p.net/kosada/node/5086). | |