Vuo
2.1.2
type
inputEditor
widget
VuoInputEditorWithLineEdit.hh
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
VuoInputEditorWithDialog.hh
"
13
17
class
VuoInputEditorWithLineEdit
:
public
VuoInputEditorWithDialog
18
{
19
public
:
20
VuoInputEditorWithLineEdit
(
void
);
21
virtual
bool
supportsTabbingBetweenPorts
(
void
);
22
void
setWidth
(
int
width);
23
24
protected
:
25
virtual
void
setUpDialog
(QDialog &dialog,
json_object
*originalValue,
json_object
*details=0);
26
void
setUpLineEdit
(QLineEdit *existingLineEdit,
json_object
*originalValue);
27
json_object
*
getAcceptedValue
(
void
);
28
virtual
QString
convertToLineEditFormat
(
json_object
*value);
29
virtual
json_object
*
convertFromLineEditFormat
(
const
QString &valueAsString);
30
31
QLineEdit *
lineEdit
;
32
33
private
:
34
int
width;
35
};
36
Generated on Tue Jul 14 2020 23:19:41 for Vuo by
1.8.18