Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoWindowProperty_getJson (const VuoWindowProperty value)
 Encodes value as a JSON object.
 
const char * VuoWindowLevel_getLabel (VuoWindowLevel level)
 Returns a string describing level.
 
char * VuoWindowProperty_getSummary (const VuoWindowProperty value)
 Returns a compact string representation of value.
 
VuoList_VuoWindowProperty VuoWindowProperty_getPropertiesWithType (const VuoList_VuoWindowProperty windowProperties, const VuoWindowPropertyType windowPropertyType)
 Returns a list of window properties matching windowPropertyType in the windowProperties list.
 

Function Documentation

◆ VuoWindowLevel_getLabel()

const char * VuoWindowLevel_getLabel ( VuoWindowLevel  level)

Returns a string describing level.

Definition at line 168 of file VuoWindowProperty.c.