Up
Authors
- Doug Simons (doug.simons@testplant.com)
-
Copyright: (C) 2013 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSCollectionView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (BOOL)
allowsMultipleSelection;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
backgroundColors;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
content;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
frameForItemAtIndex: (
NSUInteger)theIndex;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isSelectable;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
maxItemSize;
Availability: OpenStep
Description forthcoming.
- (
NSUInteger)
maxNumberOfColumns;
Availability: OpenStep
Description forthcoming.
- (
NSUInteger)
maxNumberOfRows;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
minItemSize;
Availability: OpenStep
Description forthcoming.
- (
NSCollectionViewItem*)
newItemForRepresentedObject: (id)object;
Availability: OpenStep
Description forthcoming.
- (
NSIndexSet*)
selectionIndexes;
Availability: OpenStep
Description forthcoming.
- (void)
setAllowsMultipleSelection: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setBackgroundColors: (
NSArray*)colors;
Availability: OpenStep
Description forthcoming.
- (void)
setContent: (
NSArray*)content;
Availability: OpenStep
Description forthcoming.
- (void)
setDraggingSourceOperationMask: (
NSDragOperation)mask
forLocal: (BOOL)isLocal;
Availability: OpenStep
Description forthcoming.
- (void)
setItemPrototype: (
NSCollectionViewItem*)prototype;
Availability: OpenStep
Description forthcoming.
- (void)
setMaxItemSize: (
NSSize)size;
Availability: OpenStep
Description forthcoming.
- (void)
setMaxNumberOfColumns: (
NSUInteger)number;
Availability: OpenStep
Description forthcoming.
- (void)
setMaxNumberOfRows: (
NSUInteger)number;
Availability: OpenStep
Description forthcoming.
- (void)
setMinItemSize: (
NSSize)size;
Availability: OpenStep
Description forthcoming.
- (void)
setSelectable: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setSelectionIndexes: (
NSIndexSet*)indexes;
Availability: OpenStep
Description forthcoming.
- (void)
tile;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSCollectionView Class
@protected BOOL _allowsMultipleSelection;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSArray* _backgroundColors;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSArray* _content;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSUInteger _draggingOnIndex;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSUInteger _draggingOnRow;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDragOperation _draggingSourceOperationMaskForLocal;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDragOperation _draggingSourceOperationMaskForRemote;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected CGFloat _horizontalMargin;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isSelectable;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSSize _itemSize;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSMutableArray* _items;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSSize _maxItemSize;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSUInteger _maxNumberOfColumns;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSUInteger _maxNumberOfRows;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSSize _minItemSize;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSUInteger _numberOfColumns;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSIndexSet* _selectionIndexes;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected CGFloat _tileWidth;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected CGFloat _verticalMargin;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- AppKit/NSCollectionView.h
- Conforms to:
- NSObject
Availability: OpenStep
Description forthcoming.
Method summary
- (BOOL)
collectionView: (
NSCollectionView*)collectionView
canDragItemsAtIndexes: (
NSIndexSet*)indexes
withEvent: (
NSEvent*)event;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
collectionView: (
NSCollectionView*)collectionView
namesOfPromisedFilesDroppedAtDestination: (
NSURL*)dropURL
forDraggedItemsAtIndexes: (
NSIndexSet*)indexes;
Availability: OpenStep
Description forthcoming.
Up