API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPCollectionView(DragAndDrop) Category Reference

Instance Methods

(void) - draggingEnded:
 
(CPDragOperation) - draggingEntered:
 
(void) - draggingExited:
 
(CPDragOperation) - draggingUpdated:
 
(CPView- draggingViewForItemsAtIndexes:withEvent:offset:
 
(void) - mouseDragged:
 
(void) - pasteboard:provideDataForType:
 
(BOOL) - performDragOperation:
 

Detailed Description

Definition at line 913 of file CPCollectionView.j.

Method Documentation

- (void) draggingEnded: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1076 of file CPCollectionView.j.

- (CPDragOperation) draggingEntered: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1017 of file CPCollectionView.j.

- (void) draggingExited: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1071 of file CPCollectionView.j.

- (CPDragOperation) draggingUpdated: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1032 of file CPCollectionView.j.

- (CPView) draggingViewForItemsAtIndexes: (CPIndexSet indexes
withEvent: (CPEvent event
offset: (CGPoint)  dragImageOffset 
implementation

Extends class CPCollectionView.

Definition at line 997 of file CPCollectionView.j.

- (void) mouseDragged: (CPEvent anEvent
implementation

Extends class CPCollectionView.

Definition at line 939 of file CPCollectionView.j.

- (void) pasteboard: (CPPasteboard aPasteboard
provideDataForType: (CPString aType 
implementation

Places the selected items on the specified pasteboard. The items are requested from the collection's delegate.

Parameters
aPasteboardthe pasteboard to put the items on
aTypethe format the pasteboard data

Extends class CPCollectionView.

Definition at line 923 of file CPCollectionView.j.

- (BOOL) performDragOperation: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1092 of file CPCollectionView.j.


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