Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoTextSort.h File Reference

Description

VuoTextSort C type definition.

Classes

struct  VuoList_VuoTextSort_struct
 A list of VuoTextSort elements. More...
 

Enumerations

enum  VuoTextSort { VuoTextSort_Text, VuoTextSort_TextCaseSensitive, VuoTextSort_Number, VuoTextSort_Date }
 Ways that text can be interpreted for sorting. More...
 

Functions

VuoTextSort VuoTextSort_makeFromJson (json_object *js)
 Decodes the JSON object to create a new value.
 
json_objectVuoTextSort_getJson (const VuoTextSort value)
 Encodes value as a JSON object.
 
VuoList_VuoTextSort VuoTextSort_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoTextSort_getSummary (const VuoTextSort value)
 Returns a string representation of value.
 
VuoTextSort VuoTextSort_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoTextSort_getString (const VuoTextSort value)
 Automatically generated function.
 
#define VuoList_VuoTextSort_TYPE_DEFINED
 
typedef struct
VuoList_VuoTextSort_struct
VuoList_VuoTextSort