API  1.0.0
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 972 of file CPCollectionView.j.

Method Documentation

◆ draggingEnded:()

- (void) draggingEnded: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1116 of file CPCollectionView.j.

◆ draggingEntered:()

- (CPDragOperation) draggingEntered: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1059 of file CPCollectionView.j.

◆ draggingExited:()

- (void) draggingExited: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1111 of file CPCollectionView.j.

◆ draggingUpdated:()

- (CPDragOperation) draggingUpdated: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1074 of file CPCollectionView.j.

◆ draggingViewForItemsAtIndexes:withEvent:offset:()

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

Extends class CPCollectionView.

Definition at line 1047 of file CPCollectionView.j.

◆ mouseDragged:()

- (void) mouseDragged: (CPEvent anEvent
implementation

Extends class CPCollectionView.

Definition at line 998 of file CPCollectionView.j.

◆ pasteboard:provideDataForType:()

- (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 982 of file CPCollectionView.j.

◆ performDragOperation:()

- (BOOL) performDragOperation: (id)  draggingInfo
implementation

Extends class CPCollectionView.

Definition at line 1132 of file CPCollectionView.j.


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