Vuo 2.4.4
Loading...
Searching...
No Matches
VuoTextSort.h
Go to the documentation of this file.
1
10#ifndef VuoTextSort_h
11#define VuoTextSort_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
28typedef enum
29{
30 VuoTextSort_Text,
31 VuoTextSort_TextCaseSensitive,
32 VuoTextSort_Number,
33 VuoTextSort_Date
35
36#include "VuoList_VuoTextSort.h"
37
38VuoTextSort VuoTextSort_makeFromJson(struct json_object * js);
39struct json_object * VuoTextSort_getJson(const VuoTextSort value);
41char * VuoTextSort_getSummary(const VuoTextSort value);
42
44
51
56#ifdef __cplusplus
57}
58#endif
59
60#endif