Vuo 2.4.4
Loading...
Searching...
No Matches
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_object * VuoTextSort_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.
 
char * VuoTextSort_getString (const VuoTextSort value)
 Automatically generated function.
 
void VuoTextSort_retain (VuoTextSort value)
 Automatically generated function.
 
void VuoTextSort_release (VuoTextSort value)
 Automatically generated function.
 

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_release()

void VuoTextSort_release ( VuoTextSort  value)

Automatically generated function.

◆ VuoTextSort_retain()

void VuoTextSort_retain ( VuoTextSort  value)

Automatically generated function.