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

Description

Describes different text casing styles.

Enumerations

enum  VuoTextCase { VuoTextCase_LowercaseAll, VuoTextCase_UppercaseAll, VuoTextCase_UppercaseFirstLetterWord, VuoTextCase_UppercaseFirstLetterSentence }
 Describes different text casing styles. More...
 

Functions

VuoTextCase VuoTextCase_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoTextCase.
 
json_objectVuoTextCase_getJson (const VuoTextCase value)
 Encodes value as a JSON object.
 
char * VuoTextCase_getSummary (const VuoTextCase value)
 Same as VuoTextCase_getString()
 
VuoList_VuoTextCase VuoTextCase_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoTextCase VuoTextCase_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoTextCase_getString (const VuoTextCase value)
 Automatically generated function.
 
void VuoTextCase_retain (VuoTextCase value)
 Automatically generated function.
 
void VuoTextCase_release (VuoTextCase value)
 Automatically generated function.
 

Enumeration Type Documentation

Describes different text casing styles.

Enumerator
VuoTextCase_LowercaseAll 

all characters are lowercase.

VuoTextCase_UppercaseAll 

ALL CHARACTERS ARE UPPERCASE.

VuoTextCase_UppercaseFirstLetterWord 

The First Letter In Each Word Is Uppercase.

VuoTextCase_UppercaseFirstLetterSentence 

The first letter in every sentence is uppercase.

Function Documentation

VuoList_VuoTextCase VuoTextCase_getAllowedValues ( void  )

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

struct json_object * VuoTextCase_getJson ( const VuoTextCase  value)
read

Encodes value as a JSON object.

char* VuoTextCase_getString ( const VuoTextCase  value)

Automatically generated function.

char * VuoTextCase_getSummary ( const VuoTextCase  value)

Same as VuoTextCase_getString()

VuoTextCase VuoTextCase_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoTextCase.

VuoTextCase VuoTextCase_makeFromString ( const char *  str)

Automatically generated function.

void VuoTextCase_release ( VuoTextCase  value)

Automatically generated function.

void VuoTextCase_retain ( VuoTextCase  value)

Automatically generated function.