Vuo  2.3.2
VuoCompilerEventPortClass.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerPortClass.hh"
13 
15 class VuoType;
16 
21 {
22 protected:
24 
25  VuoCompilerEventPortClass(string name);
26 
27 public:
31  VuoType * getDataVuoType(void);
32  void setDataVuoType(VuoType *type);
33  string getDisplayName(void);
34 };