Vuo  2.0.0
VuoInputEditorKey.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 #include "VuoKeyComboBox.hh"
14 
15 extern "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 
29 public:
31 };
32 
37 {
38  Q_OBJECT
39 
40 protected:
41  void setUpDialog(QDialog &dialog, json_object *originalValue, json_object *details);
43 
44 private:
45  VuoKeyComboBox *comboBox;
46 };
47