Vuo 2.4.4
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
VuoWindowProperty.h File Reference

Description

VuoWindowProperty C type definition.

Definition in file VuoWindowProperty.h.

Go to the source code of this file.

Classes

struct  VuoWindowProperty
 A window setting, such as its title, or whether it is full-screen. More...
 

Enumerations

enum  VuoWindowPropertyType {
  VuoWindowProperty_Title , VuoWindowProperty_FullScreen , VuoWindowProperty_Position , VuoWindowProperty_Size ,
  VuoWindowProperty_AspectRatio , VuoWindowProperty_AspectRatioReset , VuoWindowProperty_Resizable , VuoWindowProperty_Cursor ,
  VuoWindowProperty_Interaction , VuoWindowProperty_Level
}
 The type of window property. More...
 
enum  VuoWindowLevel { VuoWindowLevel_Background , VuoWindowLevel_Normal , VuoWindowLevel_Floating }
 The type of window property. More...
 

Functions

VuoWindowProperty VuoWindowProperty_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoWindowProperty_getJson (const VuoWindowProperty value)
 Encodes value as a JSON object.
 
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.
 
char * VuoWindowProperty_getString (const VuoWindowProperty value)
 Automatically generated function.
 
void VuoWindowProperty_retain (VuoWindowProperty value)
 Automatically generated function.
 
void VuoWindowProperty_release (VuoWindowProperty value)
 Automatically generated function.