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