Vuo  2.1.2
VuoInputEditorSyphonServerDescription.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 
18 {
19  Q_OBJECT
20  Q_PLUGIN_METADATA(IID "org.vuo.inputEditor" FILE "VuoInputEditorSyphonServerDescription.json")
21  Q_INTERFACES(VuoInputEditorFactory)
22 
23 public:
24  virtual VuoInputEditor * newInputEditor(void);
25 };
26 
31 {
32  Q_OBJECT
33 
34 public:
36 };