Definition at line 37 of file CPCollectionView.j.
◆ collectionView:acceptDrop:index:dropOperation:()
| - (BOOL CPCollectionViewDelegate) collectionView: |
|
(CPCollectionView) |
collectionView |
| acceptDrop: |
|
(id) |
draggingInfo |
| index: |
|
(CPInteger) |
index |
| dropOperation: |
|
(CPCollectionViewDropOperation) |
dropOperation |
|
|
| |
|
optional |
◆ collectionView:canDragItemsAtIndexes:withEvent:()
◆ collectionView:dataForItemsAtIndexes:forType:()
◆ collectionView:didDoubleClickOnItemAtIndex:()
| - (void CPCollectionViewDelegate) collectionView: |
|
(CPCollectionView) |
collectionView |
| didDoubleClickOnItemAtIndex: |
|
(int) |
index |
|
|
| |
|
optional |
◆ collectionView:draggingViewForItemsAtIndexes:withEvent:offset:()
| - (CPView CPCollectionViewDelegate) collectionView: |
|
(CPCollectionView) |
collectionView |
| draggingViewForItemsAtIndexes: |
|
(CPIndexSet) |
indexes |
| withEvent: |
|
(CPEvent) |
event |
| offset: |
|
(CGPoint) |
dragImageOffset |
|
|
| |
|
optional |
◆ collectionView:dragTypesForItemsAtIndexes:()
| - (CPArray CPCollectionViewDelegate) collectionView: |
|
(CPCollectionView) |
collectionView |
| dragTypesForItemsAtIndexes: |
|
(CPIndexSet) |
indexes |
|
|
| |
|
optional |
◆ collectionView:menuForItemAtIndex:()
| - (CPMenu CPCollectionViewDelegate) collectionView: |
|
(CPCollectionView) |
collectionView |
| menuForItemAtIndex: |
|
(CPInteger) |
anIndex |
|
|
| |
|
optional |
◆ collectionView:validateDrop:proposedIndex:dropOperation:()
| - (CPDragOperation CPCollectionViewDelegate) collectionView: |
|
(CPCollectionView) |
collectionView |
| validateDrop: |
|
(id) |
draggingInfo |
| proposedIndex: |
|
(CPInteger) |
proposedDropIndex |
| dropOperation: |
|
(CPCollectionViewDropOperation) |
proposedDropOperation |
|
|
| |
|
optional |
◆ collectionView:writeItemsAtIndexes:toPasteboard:()
The documentation for this protocol was generated from the following file: