Vuo  0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions
VuoWindowReference

Description

A unique ID for a window being displayed by the composition.

Typedefs

typedef int64_t VuoWindowReference
 A unique ID for a window being displayed by the composition.
 

Functions

VuoWindowReference VuoWindowReference_make (void *window)
 Creates a VuoWindowReference from a VuoWindow.
 
VuoWindowReference VuoWindowReference_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoMouseButton.
 
json_object * VuoWindowReference_jsonFromValue (const VuoWindowReference value)
 Encodes value as a JSON object.
 
char * VuoWindowReference_summaryFromValue (const VuoWindowReference value)
 Returns a brief human-readable summary of value.
 

Typedef Documentation

typedef int64_t VuoWindowReference

A unique ID for a window being displayed by the composition.

Function Documentation

struct json_object * VuoWindowReference_jsonFromValue ( const VuoWindowReference  value)
read

Encodes value as a JSON object.

VuoWindowReference VuoWindowReference_make ( void *  window)

Creates a VuoWindowReference from a VuoWindow.

Since the VuoWindowReference contains the memory address of the VuoWindow, it's only valid as long as the VuoWindow remains in memory.

char * VuoWindowReference_summaryFromValue ( const VuoWindowReference  value)

Returns a brief human-readable summary of value.

VuoWindowReference VuoWindowReference_valueFromJson ( json_object *  js)

Decodes the JSON object js, expected to contain a string, to create a new VuoMouseButton.