Up

NSCollectionViewItem

Authors

Doug Simons (doug.simons@testplant.com)

Date: Generated at 2023-12-22 15:07:50 -0500

Copyright: (C) 2013 Free Software Foundation, Inc.

Software documentation for the NSCollectionViewItem class

NSCollectionViewItem : NSViewController

Declared in:
AppKit/NSCollectionViewItem.h
Conforms to:
NSCopying
Availability: MacOS-X 10.5.0

Description forthcoming.

Instance Variables

Method summary

collectionView 

- (NSCollectionView*) collectionView;
Availability: MacOS-X 10.5.0

Description forthcoming.

draggingImageComponents 

- (NSArray*) draggingImageComponents;
Availability: MacOS-X 10.5.0

Description forthcoming.

imageView 

- (NSImageView*) imageView;
Availability: MacOS-X 10.5.0

Description forthcoming.

isSelected 

- (BOOL) isSelected;
Availability: MacOS-X 10.5.0

Description forthcoming.

setImageView: 

- (void) setImageView: (NSImageView*)anImageView;
Availability: MacOS-X 10.5.0

Description forthcoming.

setSelected: 

- (void) setSelected: (BOOL)shouldBeSelected;
Availability: MacOS-X 10.5.0

Description forthcoming.

setTextField: 

- (void) setTextField: (NSTextField*)aTextField;
Availability: MacOS-X 10.5.0

Description forthcoming.

textField 

- (NSTextField*) textField;
Availability: MacOS-X 10.5.0

Description forthcoming.



Instance Variables for NSCollectionViewItem Class

_isSelected

@protected BOOL _isSelected;
Availability: MacOS-X 10.5.0

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.

imageView

@protected NSImageView* imageView;
Availability: MacOS-X 10.5.0

Description forthcoming.

textField

@protected NSTextField* textField;
Availability: MacOS-X 10.5.0

Description forthcoming.





Up