Vuo  2.3.2
Functions
VuoUiTheme.cc File Reference

Description

VuoUiTheme implementation.

Definition in file VuoUiTheme.cc.

Go to the source code of this file.

Functions

VuoUiTheme VuoUiTheme_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoUiTheme_getJson (const VuoUiTheme v)
 Encodes value as a JSON object. More...
 
char * VuoUiTheme_getSummary (const VuoUiTheme v)
 Returns a compact string representation of value. More...
 
bool VuoUiTheme_areEqual (const VuoUiTheme a, const VuoUiTheme b)
 Returns true if the two values are equal. More...
 
bool VuoUiTheme_isLessThan (const VuoUiTheme a, const VuoUiTheme b)
 Returns true if a sorts before b. More...