Vuo  2.3.2
Instance Methods | List of all members
VuoGraphicsWindow(Drag) Category Reference

Description

Methods related to dragging files from Finder.

Definition at line 19 of file VuoGraphicsWindowDrag.h.

Instance Methods

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

Method Documentation

◆ addDragEnteredCallback:dragMovedToCallback:dragCompletedCallback:dragExitedCallback:

- (void) addDragEnteredCallback: (VuoGraphicsWindowDragCallback dragEnteredCallback
dragMovedToCallback: (VuoGraphicsWindowDragCallback dragMovedCallback
dragCompletedCallback: (VuoGraphicsWindowDragCallback dragCompletedCallback
dragExitedCallback: (VuoGraphicsWindowDragCallback dragExitedCallback 

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

Extends class VuoGraphicsWindow.

Definition at line 1 of file VuoGraphicsWindowDrag.mm.

◆ initDrag

- (void) initDrag

Helper for VuoGraphicsWindow's init method.

Extends class VuoGraphicsWindow.

Definition at line 1 of file VuoGraphicsWindowDrag.mm.

◆ removeDragEnteredCallback:dragMovedToCallback:dragCompletedCallback:dragExitedCallback:

- (void) removeDragEnteredCallback: (VuoGraphicsWindowDragCallback dragEnteredCallback
dragMovedToCallback: (VuoGraphicsWindowDragCallback dragMovedCallback
dragCompletedCallback: (VuoGraphicsWindowDragCallback dragCompletedCallback
dragExitedCallback: (VuoGraphicsWindowDragCallback dragExitedCallback 

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

Extends class VuoGraphicsWindow.

Definition at line 1 of file VuoGraphicsWindowDrag.mm.


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