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

Description

Methods related to dragging files from Finder.

Instance Methods

(void) - initDrag
 Helper for VuoWindowOpenGLInternal's init method.
 
(void) - addDragEnteredCallback:dragMovedToCallback:dragCompletedCallback:dragExitedCallback:
 Adds callbacks to be invoked when files are dragged from Finder.
 
(void) - removeDragEnteredCallback:dragMovedToCallback:dragCompletedCallback:dragExitedCallback:
 Removes callbacks that would have been invoked when files were dragged from Finder.
 

Method Documentation

- (void) addDragEnteredCallback: (VuoDragEvent e)  dragEnteredCallback
dragMovedToCallback: (VuoDragEvent e)  dragMovedCallback
dragCompletedCallback: (VuoDragEvent e)  dragCompletedCallback
dragExitedCallback: (VuoDragEvent e)  dragExitedCallback 

Adds callbacks to be invoked when files are dragged from Finder.

- (void) initDrag

Helper for VuoWindowOpenGLInternal's init method.

- (void) removeDragEnteredCallback: (VuoDragEvent e)  dragEnteredCallback
dragMovedToCallback: (VuoDragEvent e)  dragMovedCallback
dragCompletedCallback: (VuoDragEvent e)  dragCompletedCallback
dragExitedCallback: (VuoDragEvent e)  dragExitedCallback 

Removes callbacks that would have been invoked when files were dragged from Finder.


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