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