Vuo  2.0.1
VuoInputEditorRealRegulation.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 
14 extern "C"
15 {
16  #include "VuoText.h"
17  #include "VuoList_VuoText.h"
18 }
19 
24 {
25  Q_OBJECT
26  Q_PLUGIN_METADATA(IID "org.vuo.inputEditor" FILE "VuoInputEditorRealRegulation.json")
27  Q_INTERFACES(VuoInputEditorFactory)
28 
29 public:
31 };
32 
37 {
38  Q_OBJECT
39 
40 public:
42 
43 private:
44  QLayout *setUpRow(QDialog &dialog, QLineEdit *lineEdit);
45  QList<QString> convertToLineEditListFormat(json_object *value);
46  json_object *convertFromLineEditListFormat(const QList<QString> &lineEditTexts);
47  int row;
48 };