Vuo  2.3.2
Typedefs | Functions
VuoWindowDescription.h File Reference

Description

VuoWindowDescription C type definition.

Definition in file VuoWindowDescription.h.

Go to the source code of this file.

Typedefs

typedef VuoList_VuoWindowProperty VuoWindowDescription
 The settings for a window, such as its title and whether it is full-screen. More...
 

Functions

VuoWindowDescription VuoWindowDescription_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct 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...
 
VuoWindowDescription VuoWindowDescription_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoWindowDescription_getString (const VuoWindowDescription value)
 Automatically generated function. More...
 
void VuoWindowDescription_retain (VuoWindowDescription value)
 Automatically generated function. More...
 
void VuoWindowDescription_release (VuoWindowDescription value)
 Automatically generated function. More...