Vuo  2.1.2
VuoInputEditorText.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoTextEditor.hh"
13 
18 {
19  Q_OBJECT
20  Q_PLUGIN_METADATA(IID "org.vuo.inputEditor" FILE "VuoInputEditorText.json")
21  Q_INTERFACES(VuoInputEditorFactory)
22 
23 public:
24  virtual VuoInputEditor * newInputEditor(void);
25 };
26 
38 {
39  Q_OBJECT
40 };
41