Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCompilerPublishedPortClass.hh
Go to the documentation of this file.
1
10#pragma once
11
12#include "VuoPortClass.hh"
14
15class VuoCompilerPort;
16class VuoType;
17
22{
23public:
27 VuoType * getDataVuoType(void);
28 void setDataVuoType(VuoType *type);
29 string getDisplayName(void);
30 void setDetail(string key, string value);
31 void unsetDetail(string key);
32 void updateDetails(json_object *modifiedDetails);
33
34private:
35 VuoType *vuoType;
36};