Vuo  2.3.2
VuoGridType.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoGridType_struct { void *l; } * VuoList_VuoGridType;
14 #define VuoList_VuoGridType_TYPE_DEFINED
16 
17 
29 typedef enum {
30  VuoGridType_Horizontal,
31  VuoGridType_Vertical,
32  VuoGridType_HorizontalAndVertical
33 } VuoGridType;
34 
36 struct json_object * VuoGridType_getJson(const VuoGridType value);
38 char * VuoGridType_getSummary(const VuoGridType value);
39 
40 #define VuoGridType_SUPPORTS_COMPARISON
43 
49 char * VuoGridType_getString(const VuoGridType value);
53