Vuo  2.0.2
Functions
VuoWindowDescription.c File Reference

Description

VuoWindowDescription implementation.

Definition in file VuoWindowDescription.c.

Go to the source code of this file.

Functions

VuoWindowDescription VuoWindowDescription_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoWindowDescription_getJson (const VuoWindowDescription value)
 Encodes value as a JSON object. More...
 
char * VuoWindowDescription_getSummary (const VuoWindowDescription value)
 Returns a compact string representation of value. More...
 
VuoWindowDescription VuoWindowDescription_copy (const VuoWindowDescription value)
 Returns a copy that can be modified without affecting the original. More...
 
void VuoWindowDescription_setProperty (VuoWindowDescription value, VuoWindowProperty property)
 Changes a window setting. More...
 
VuoList_VuoWindowProperty VuoWindowDescription_getWindowProperties (const VuoWindowDescription value)
 Returns the settings stored in this window description in the format of a VuoWindowProperty list. More...