Vuo
0.4.2
|
A dialog for editing a node title.
Signals | |
void | nodeTitleSet (VuoCompilerNode *node, QString value) |
Emitted when the user has changed the node's title. | |
Public Member Functions | |
VuoNodeTitleEditorDialog (QWidget *parent, VuoDataEditor *dataEditor, VuoRendererNode *node) | |
Creates a dialog for editing a node title. | |
![]() | |
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 node title 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). | |