Vuo 2.4.4
Loading...
Searching...
No Matches
VuoOrientation.h
Go to the documentation of this file.
1
10#ifndef VuoOrientation_h
11#define VuoOrientation_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
30typedef enum
31{
32 VuoOrientation_Horizontal,
33 VuoOrientation_Vertical
35
36#define VuoOrientation_SUPPORTS_COMPARISON
38
39VuoOrientation VuoOrientation_makeFromJson(struct json_object * js);
40struct json_object * VuoOrientation_getJson(const VuoOrientation value);
43
44bool VuoOrientation_areEqual(const VuoOrientation valueA, const VuoOrientation valueB);
45bool VuoOrientation_isLessThan(const VuoOrientation valueA, const VuoOrientation valueB);
46
55
60#ifdef __cplusplus
61}
62#endif
63
64#endif