Up
Authors
- Generated by iurt
-
Date: Generated at 2025-12-29 19:28:24 +0000
- Declared in:
- AppKit/NSCollectionViewFlowLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables
- (void)
collapseSectionAtIndex: (NSUInteger)sectionIndex;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
estimatedItemSize;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
expandSectionAtIndex: (NSUInteger)sectionIndex;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
footerReferenceSize;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
headerReferenceSize;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
itemSize;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (CGFloat)
minimumInteritemSpacing;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (CGFloat)
minimumLineSpacing;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
sectionAtIndexIsCollapsed: (NSUInteger)sectionIndex;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
sectionFootersPinToVisibleBounds;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
sectionHeadersPinToVisibleBounds;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSEdgeInsets)
sectionInset;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setEstimatedItemSize: (NSSize)size;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setFooterReferenceSize: (NSSize)size;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setHeaderReferenceSize: (NSSize)size;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setItemSize: (NSSize)itemSize;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setMinimumInteritemSpacing: (CGFloat)spacing;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setMinimumLineSpacing: (CGFloat)spacing;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setSectionFootersPinToVisibleBounds: (BOOL)f;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setSectionHeadersPinToVisibleBounds: (BOOL)f;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setSectionInset: (NSEdgeInsets)inset;
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables for NSCollectionViewFlowLayout Class
@protected NSMutableIndexSet*
_collapsedSections;
Availability: MacOS-X 10.11.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 NSInteger
_dr;
Availability: MacOS-X 10.11.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 NSInteger
_ds;
Availability: MacOS-X 10.11.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 NSSize
_estimatedItemSize;
Availability: MacOS-X 10.11.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 NSSize
_footerReferenceSize;
Availability: MacOS-X 10.11.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 NSSize
_headerReferenceSize;
Availability: MacOS-X 10.11.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 NSSize
_itemSize;
Availability: MacOS-X 10.11.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 CGFloat
_minimumInteritemSpacing;
Availability: MacOS-X 10.11.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 CGFloat
_minimumLineSpacing;
Availability: MacOS-X 10.11.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 NSCollectionViewScrollDirection
_scrollDirection;
Availability: MacOS-X 10.11.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 BOOL
_sectionFootersPinToVisibleBounds;
Availability: MacOS-X 10.11.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 BOOL
_sectionHeadersPinToVisibleBounds;
Availability: MacOS-X 10.11.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 NSEdgeInsets
_sectionInset;
Availability: MacOS-X 10.11.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.
- Declared in:
- AppKit/NSCollectionViewFlowLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables
- (BOOL)
invalidateFlowLayoutAttributes;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
invalidateFlowLayoutDelegateMetrics;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setInvalidateFlowLayoutAttributes: (BOOL)flag;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setInvalidateFlowLayoutDelegateMetrics: (BOOL)flag;
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables for NSCollectionViewFlowLayoutInvalidationContext Class
@protected BOOL
_invalidateFlowLayoutAttributes;
Availability: MacOS-X 10.11.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 BOOL
_invalidateFlowLayoutDelegateMetrics;
Availability: MacOS-X 10.11.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.
- Declared in:
- AppKit/NSCollectionViewFlowLayout.h
- Conforms to:
- NSCollectionViewDelegate
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSEdgeInsets)
collectionView: (
NSCollectionView*)collectionView
layout: (
NSCollectionViewLayout*)collectionViewLayout
insetForSectionAtIndex: (NSInteger)section;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (CGFloat)
collectionView: (
NSCollectionView*)collectionView
layout: (
NSCollectionViewLayout*)collectionViewLayout
minimumInteritemSpacingForSectionAtIndex: (NSInteger)section;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (CGFloat)
collectionView: (
NSCollectionView*)collectionView
layout: (
NSCollectionViewLayout*)collectionViewLayout
minimumLineSpacingForSectionAtIndex: (NSInteger)section;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
collectionView: (
NSCollectionView*)collectionView
layout: (
NSCollectionViewLayout*)collectionViewLayout
referenceSizeForFooterInSection: (NSInteger)section;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
collectionView: (
NSCollectionView*)collectionView
layout: (
NSCollectionViewLayout*)collectionViewLayout
referenceSizeForHeaderInSection: (NSInteger)section;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
collectionView: (
NSCollectionView*)collectionView
layout: (
NSCollectionViewLayout*)collectionViewLayout
sizeForItemAtIndexPath: (NSIndexPath*)indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
Up