Vuo  2.3.2
VuoOrientation.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoOrientation_struct { void *l; } * VuoList_VuoOrientation;
14 #define VuoList_VuoOrientation_TYPE_DEFINED
16 
30 typedef enum
31 {
32  VuoOrientation_Horizontal,
33  VuoOrientation_Vertical
35 
39 char * VuoOrientation_getSummary(const VuoOrientation value);
40 
41 #define VuoOrientation_SUPPORTS_COMPARISON
42 bool VuoOrientation_areEqual(const VuoOrientation valueA, const VuoOrientation valueB);
43 bool VuoOrientation_isLessThan(const VuoOrientation valueA, const VuoOrientation valueB);
44 
54