Up
Authors
- Doug Simons (doug.simons@testplant.com)
-
Date: Generated at 2025-07-12 14:18:56 +0000
Copyright: (C) 2013 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSCollectionViewItem.h
Availability: MacOS-X 10.5.0
Description forthcoming.
Instance Variables
- (
NSCollectionView*)
collectionView;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (NSArray*)
draggingImageComponents;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSImageView*)
imageView;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (BOOL)
isSelected;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setImageView: (
NSImageView*)anImageView;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setSelected: (BOOL)shouldBeSelected;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setTextField: (
NSTextField*)aTextField;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
NSTextField*)
textField;
Availability: MacOS-X 10.5.0
Description forthcoming.
Instance Variables for NSCollectionViewItem Class
@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.
@protected NSImageView*
imageView;
Availability: MacOS-X 10.5.0
Description forthcoming.
@protected NSTextField*
textField;
Availability: MacOS-X 10.5.0
Description forthcoming.
Up