Vuo  2.0.0
VuoInputEditorManager.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 class VuoInputEditor;
14 class VuoType;
15 
20 {
21 public:
22  VuoInputEditorManager(QList<QDir> extraPluginDirectories = QList<QDir>());
23  VuoInputEditor * newInputEditor(VuoType *type, json_object *details = NULL);
24 
26 
27 private:
28  map<QString, VuoInputEditorFactory *> plugins;
29 };