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