Vuo 2.4.4
Loading...
Searching...
No Matches
VuoGridType.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoGridType_Horizontal,
29 VuoGridType_Vertical,
30 VuoGridType_HorizontalAndVertical
32
33#define VuoGridType_SUPPORTS_COMPARISON
34#include "VuoList_VuoGridType.h"
35
36VuoGridType VuoGridType_makeFromJson(struct json_object * js);
37struct json_object * VuoGridType_getJson(const VuoGridType value);
39char * VuoGridType_getSummary(const VuoGridType value);
40
43
52
57#ifdef __cplusplus
58}
59#endif