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

Enumeration Type Documentation

◆ VuoTextSort

Ways that text can be interpreted for sorting.

Definition at line 28 of file VuoTextSort.h.

Function Documentation

◆ VuoTextSort_getAllowedValues()

VuoList_VuoTextSort VuoTextSort_getAllowedValues ( void  )

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

Definition at line 67 of file VuoTextSort.c.

◆ VuoTextSort_getJson()

struct json_object * VuoTextSort_getJson ( const VuoTextSort  value)

Encodes value as a JSON object.

Definition at line 50 of file VuoTextSort.c.

◆ VuoTextSort_getString()

char* VuoTextSort_getString ( const VuoTextSort  value)

Automatically generated function.

◆ VuoTextSort_getSummary()

char * VuoTextSort_getSummary ( const VuoTextSort  value)

Returns a string representation of value.

Definition at line 81 of file VuoTextSort.c.

◆ VuoTextSort_makeFromJson()

VuoTextSort VuoTextSort_makeFromJson ( json_object js)

Decodes the JSON object to create a new value.

Definition at line 30 of file VuoTextSort.c.

◆ VuoTextSort_makeFromString()

VuoTextSort VuoTextSort_makeFromString ( const char *  str)

Automatically generated function.