Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Class Methods | List of all members
VuoRunnerCocoa(Conversion) Category Reference

Description

Methods for converting between Cocoa types and Vuo types.

Class Methods

(id) + cocoaObjectWithVuoValue:ofType:
 Given the specified vuoValue (serialized as JSON), returns a Cocoa object.
 
(json_object *) + vuoValueWithCocoaObject:
 Given the specified Cocoa object, returns a Vuo value (serialized as JSON).
 
(NSImage *) + nsImageWithVuoImage:
 Converts the provided VuoImage to an NSImage.
 

Method Documentation

+ (id) cocoaObjectWithVuoValue: (json_object *)  vuoValue
ofType: (string)  type 

Given the specified vuoValue (serialized as JSON), returns a Cocoa object.

See Also
valueForOututPort:

Extends class VuoRunnerCocoa.

+ (NSImage *) nsImageWithVuoImage: (VuoImage vi

Converts the provided VuoImage to an NSImage.

Extends class VuoRunnerCocoa.

+ (json_object *) vuoValueWithCocoaObject: (id)  value

Given the specified Cocoa object, returns a Vuo value (serialized as JSON).

See Also
setValue:forInputPort:

Extends class VuoRunnerCocoa.


The documentation for this category was generated from the following files: