Vuo  2.3.2
VuoList_VuoHidControl.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
25 // This header is generated by vuo/type/list/generateVariants.sh.
26 
27 #if defined(DOXYGEN) || !defined(VuoList_VuoHidControl_TYPE_DEFINED)
29 
32 typedef const struct VuoList_VuoHidControl_struct { void *l; } * VuoList_VuoHidControl;
34 #endif
35 
40 
46 VuoList_VuoHidControl VuoListCreateWithCount_VuoHidControl(const unsigned long count, const VuoHidControl value);
47 
52 
61 VuoHidControl VuoListGetValue_VuoHidControl(const VuoList_VuoHidControl list, const unsigned long index);
62 
80 
89 void VuoListForeach_VuoHidControl(const VuoList_VuoHidControl list, bool (^function)(const VuoHidControl value));
90 
101 void VuoListSetValue_VuoHidControl(const VuoList_VuoHidControl list, const VuoHidControl value, const unsigned long index, bool expandListIfNeeded);
102 
109 void VuoListInsertValue_VuoHidControl(const VuoList_VuoHidControl list, const VuoHidControl value, const unsigned long index);
110 
115 
120 
124 void VuoListExchangeValues_VuoHidControl(VuoList_VuoHidControl list, const unsigned long indexA, const unsigned long indexB);
125 
126 #ifdef VuoHidControl_SUPPORTS_COMPARISON
130 void VuoListSort_VuoHidControl(VuoList_VuoHidControl list);
131 
137 bool VuoList_VuoHidControl_areEqual(const VuoList_VuoHidControl a, const VuoList_VuoHidControl b);
138 
142 bool VuoList_VuoHidControl_isLessThan(const VuoList_VuoHidControl a, const VuoList_VuoHidControl b);
143 #endif
144 
150 void VuoListShuffle_VuoHidControl(VuoList_VuoHidControl list, const double chaos);
151 
156 
162 VuoList_VuoHidControl VuoListSubset_VuoHidControl(VuoList_VuoHidControl list, const signed long startIndex, const unsigned long itemCount);
163 
164 #ifdef VuoHidControl_SUPPORTS_COMPARISON
172 VuoList_VuoHidControl VuoListRemoveDuplicates_VuoHidControl(VuoList_VuoHidControl list);
173 #endif
174 
179 
184 
189 
195 void VuoListRemoveValue_VuoHidControl(VuoList_VuoHidControl list, const unsigned long index);
196 
200 unsigned long VuoListGetCount_VuoHidControl(const VuoList_VuoHidControl list);
201 
210 
215 
216 #ifdef VuoHidControl_REQUIRES_INTERPROCESS_JSON
222 struct json_object * VuoList_VuoHidControl_getInterprocessJson(const VuoList_VuoHidControl value);
223 #endif
224 
229 
231 
237 
242 #ifdef __cplusplus
243 }
244 #endif