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

Description

Ways that text can be interpreted for sorting.

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.
 
char * VuoTextSort_getSummary (const VuoTextSort value)
 Returns a string representation of value.
 
VuoList_VuoTextSort VuoTextSort_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoTextSort VuoTextSort_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoTextSort_getString (const VuoTextSort value)
 Automatically generated function.
 

Enumeration Type Documentation

Ways that text can be interpreted for sorting.

Function Documentation

VuoList_VuoTextSort VuoTextSort_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object * VuoTextSort_getJson ( const VuoTextSort  value)
read

Encodes value as a JSON object.

char* VuoTextSort_getString ( const VuoTextSort  value)

Automatically generated function.

char * VuoTextSort_getSummary ( const VuoTextSort  value)

Returns a string representation of value.

VuoTextSort VuoTextSort_makeFromJson ( json_object js)

Decodes the JSON object to create a new value.

VuoTextSort VuoTextSort_makeFromString ( const char *  str)

Automatically generated function.