Vuo
0.4.3
|
A dialog for editing a published port name.
Signals | |
void | publishedPortNameSet (VuoRendererPublishedPort *port, QString value) |
Emitted when the user has changed the published port's name. | |
Public Member Functions | |
VuoPublishedPortNameEditorDialog (QWidget *parent, VuoDataEditor *dataEditor, VuoRendererPublishedPort *port) | |
Creates a dialog for editing a published port name. | |
![]() | |
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 published port name 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). | |