Vuo 2.4.4
Loading...
Searching...
No Matches
VuoPublishedPortNameEditor.hh
Go to the documentation of this file.
1
10#pragma once
11
12#include "VuoTitleEditor.hh"
13
19{
20protected:
21 void setUpDialog(QDialog &dialog, json_object *originalValue, json_object *details=0);
22 json_object * getAcceptedValue(void);
23 json_object *originalValue;
24};