Vuo  2.3.2
Functions
VuoWindowProperty.c File Reference

Description

VuoWindowProperty implementation.

Definition in file VuoWindowProperty.c.

Go to the source code of this file.

Functions

VuoWindowProperty VuoWindowProperty_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoWindowProperty_getJson (const VuoWindowProperty value)
 Encodes value as a JSON object. More...
 
const char * VuoWindowLevel_getLabel (VuoWindowLevel level)
 Returns a string describing level. More...
 
char * VuoWindowProperty_getSummary (const VuoWindowProperty value)
 Returns a compact string representation of value. More...
 
VuoList_VuoWindowProperty VuoWindowProperty_getPropertiesWithType (const VuoList_VuoWindowProperty windowProperties, const VuoWindowPropertyType windowPropertyType)
 Returns a list of window properties matching windowPropertyType in the windowProperties list. More...
 

Function Documentation

◆ VuoWindowLevel_getLabel()

const char* VuoWindowLevel_getLabel ( VuoWindowLevel  level)

Returns a string describing level.

Definition at line 168 of file VuoWindowProperty.c.