Vuo 2.4.4
Loading...
Searching...
No Matches
VuoInputEditorWithEnumMenu.hh
Go to the documentation of this file.
1
10#pragma once
11
13
18{
19 Q_OBJECT
20
21 QString type;
22
23public:
24 VuoInputEditorWithEnumMenu(QString type);
25
26 VuoInputEditorMenuItem *setUpMenuTree(json_object *details);
27};