Vuo  2.4.0
VuoInputEditorWithMenu.hh
Go to the documentation of this file.
1
10#pragma once
11
12#include "VuoInputEditor.hh"
14
19{
20 Q_OBJECT
21
22public:
23 json_object * show(QPoint portLeftCenter, json_object *originalValue, json_object *details, map<QString, json_object *> portNamesAndValues);
24
25protected:
30
35
37
38 bool isInterfaceDark();
39
40private slots:
41 void acceptAction(QAction *action);
42
43private:
44 json_object *details;
45 json_object *acceptedValue;
46};