Vuo  2.4.1
VuoInputEditorDisplacement.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 "VuoInputEditorDisplacement.json")
21 Q_INTERFACES(VuoInputEditorFactory)
22
23public:
24 virtual VuoInputEditor * newInputEditor(void);
25};
26
31{
32 Q_OBJECT
33
34public:
36};
37