Vuo  2.4.1
VuoInputEditorKey.hh
Go to the documentation of this file.
1
10#pragma once
11
13#include "VuoKeyComboBox.hh"
14
15extern "C"
16{
17 #include "VuoKey.h"
18}
19
24{
25 Q_OBJECT
26 Q_PLUGIN_METADATA(IID "org.vuo.inputEditor" FILE "VuoInputEditorKey.json")
27 Q_INTERFACES(VuoInputEditorFactory)
28
29public:
31};
32
37{
38 Q_OBJECT
39
40protected:
41 void setUpDialog(QDialog &dialog, json_object *originalValue, json_object *details);
43
44private:
45 VuoKeyComboBox *comboBox;
46};
47