API  1.0.0
CPCollectionView.j File Reference

Go to the source code of this file.

Classes

protocol  <CPCollectionViewDelegate >
 

Variables

var CPCollectionViewAllowsMultipleSelectionKey = @"@"CPCollectionViewAllowsMultipleSelectionKey"
 
var CPCollectionViewBackgroundColorsKey = @"@"CPCollectionViewBackgroundColorsKey"
 
var CPCollectionViewDelegate_collectionView_acceptDrop_index_dropOperation_ = 1 << 0
 
var CPCollectionViewDelegate_collectionView_canDragItemsAtIndexes_withEvent_ = 1 << 1
 
var CPCollectionViewDelegate_collectionView_dataForItemsAtIndexes_forType_ = 1 << 4
 
var CPCollectionViewDelegate_collectionView_didDoubleClickOnItemAtIndex_ = 1 << 6
 
var CPCollectionViewDelegate_collectionView_draggingViewForItemsAtIndexes_withEvent_offset = 1 << 8
 
var CPCollectionViewDelegate_collectionView_dragTypesForItemsAtIndexes_ = 1 << 3
 
var CPCollectionViewDelegate_collectionView_menuForItemAtIndex_ = 1 << 7
 
var CPCollectionViewDelegate_collectionView_validateDrop_proposedIndex_dropOperation_ = 1 << 5
 
var CPCollectionViewDelegate_collectionView_writeItemsAtIndexes_toPasteboard_ = 1 << 2
 
var CPCollectionViewMaxItemSizeKey = @"@"CPCollectionViewMaxItemSizeKey"
 
var CPCollectionViewMaxNumberOfColumnsKey = @"@"CPCollectionViewMaxNumberOfColumnsKey"
 
var CPCollectionViewMaxNumberOfRowsKey = @"@"CPCollectionViewMaxNumberOfRowsKey"
 
var CPCollectionViewMinItemSizeKey = @"@"CPCollectionViewMinItemSizeKey"
 
var CPCollectionViewSelectableKey = @"@"CPCollectionViewSelectableKey"
 
var CPCollectionViewVerticalMarginKey = @"@"CPCollectionViewVerticalMarginKey"
 
var HORIZONTAL_MARGIN = 2
 

Variable Documentation

◆ CPCollectionViewAllowsMultipleSelectionKey

var CPCollectionViewAllowsMultipleSelectionKey = @"@"CPCollectionViewAllowsMultipleSelectionKey"

Definition at line 1531 of file CPCollectionView.j.

◆ CPCollectionViewBackgroundColorsKey

var CPCollectionViewBackgroundColorsKey = @"@"CPCollectionViewBackgroundColorsKey"

Definition at line 1532 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_acceptDrop_index_dropOperation_

var CPCollectionViewDelegate_collectionView_acceptDrop_index_dropOperation_ = 1 << 0

Definition at line 26 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_canDragItemsAtIndexes_withEvent_

var CPCollectionViewDelegate_collectionView_canDragItemsAtIndexes_withEvent_ = 1 << 1

Definition at line 27 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_dataForItemsAtIndexes_forType_

var CPCollectionViewDelegate_collectionView_dataForItemsAtIndexes_forType_ = 1 << 4

Definition at line 30 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_didDoubleClickOnItemAtIndex_

var CPCollectionViewDelegate_collectionView_didDoubleClickOnItemAtIndex_ = 1 << 6

Definition at line 32 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_draggingViewForItemsAtIndexes_withEvent_offset

var CPCollectionViewDelegate_collectionView_draggingViewForItemsAtIndexes_withEvent_offset = 1 << 8

Definition at line 34 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_dragTypesForItemsAtIndexes_

var CPCollectionViewDelegate_collectionView_dragTypesForItemsAtIndexes_ = 1 << 3

Definition at line 29 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_menuForItemAtIndex_

var CPCollectionViewDelegate_collectionView_menuForItemAtIndex_ = 1 << 7

Definition at line 33 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_validateDrop_proposedIndex_dropOperation_

var CPCollectionViewDelegate_collectionView_validateDrop_proposedIndex_dropOperation_ = 1 << 5

Definition at line 31 of file CPCollectionView.j.

◆ CPCollectionViewDelegate_collectionView_writeItemsAtIndexes_toPasteboard_

var CPCollectionViewDelegate_collectionView_writeItemsAtIndexes_toPasteboard_ = 1 << 2

Definition at line 28 of file CPCollectionView.j.

◆ CPCollectionViewMaxItemSizeKey

var CPCollectionViewMaxItemSizeKey = @"@"CPCollectionViewMaxItemSizeKey"

Definition at line 1526 of file CPCollectionView.j.

◆ CPCollectionViewMaxNumberOfColumnsKey

var CPCollectionViewMaxNumberOfColumnsKey = @"@"CPCollectionViewMaxNumberOfColumnsKey"

Definition at line 1529 of file CPCollectionView.j.

◆ CPCollectionViewMaxNumberOfRowsKey

var CPCollectionViewMaxNumberOfRowsKey = @"@"CPCollectionViewMaxNumberOfRowsKey"

Definition at line 1528 of file CPCollectionView.j.

◆ CPCollectionViewMinItemSizeKey

var CPCollectionViewMinItemSizeKey = @"@"CPCollectionViewMinItemSizeKey"

Definition at line 1525 of file CPCollectionView.j.

◆ CPCollectionViewSelectableKey

var CPCollectionViewSelectableKey = @"@"CPCollectionViewSelectableKey"

Definition at line 1530 of file CPCollectionView.j.

◆ CPCollectionViewVerticalMarginKey

var CPCollectionViewVerticalMarginKey = @"@"CPCollectionViewVerticalMarginKey"

Definition at line 1527 of file CPCollectionView.j.

◆ HORIZONTAL_MARGIN

var HORIZONTAL_MARGIN = 2

Definition at line 52 of file CPCollectionView.j.