Vuo  2.4.1
VuoTitleEditor.hh
Go to the documentation of this file.
1
10#pragma once
11
13
18{
19public:
21 json_object * show(QPoint portLeftCenter, json_object *originalValue, json_object *details);
22
23protected:
25 json_object * convertFromLineEditFormat(const QString &valueAsString);
26};
27