Vuo  2.3.2
Functions
VuoSizingMode.c File Reference

Description

VuoSizingMode implementation.

Definition in file VuoSizingMode.c.

Go to the source code of this file.

Functions

VuoSizingMode VuoSizingMode_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoSizingMode. More...
 
json_objectVuoSizingMode_getJson (const VuoSizingMode value)
 Encodes value as a JSON object. More...
 
VuoList_VuoSizingMode VuoSizingMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoSizingMode_getSummary (const VuoSizingMode value)
 Same as VuoSizingMode_getString() but with some capitilization involved. More...