Vuo  2.0.2
Classes | Enumerations | Functions
VuoTextCase.h File Reference

Description

VuoTextCase C type definition.

Definition in file VuoTextCase.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoTextCase_struct
 List type. More...
 

Enumerations

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

Functions

VuoTextCase VuoTextCase_makeFromJson (json_object *js)
 
json_objectVuoTextCase_getJson (const VuoTextCase value)
 
VuoList_VuoTextCase VuoTextCase_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoTextCase_getSummary (const VuoTextCase value)
 
VuoTextCase VuoTextCase_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoTextCase_getString (const VuoTextCase value)
 Automatically generated function. More...
 
void VuoTextCase_retain (VuoTextCase value)
 Automatically generated function. More...
 
void VuoTextCase_release (VuoTextCase value)
 Automatically generated function. More...
 
#define VuoList_VuoTextCase_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoTextCase_structVuoList_VuoTextCase
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoTextCase_TYPE_DEFINED

#define VuoList_VuoTextCase_TYPE_DEFINED

List type.

Definition at line 14 of file VuoTextCase.h.

Typedef Documentation

◆ VuoList_VuoTextCase

List type.