Up
Authors
- Generated by iurt
-
Date: Generated at 2025-12-29 19:28:24 +0000
- Declared in:
- AppKit/NSCollectionViewLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables
- (
NSCollectionView*)
collectionView;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
invalidateLayout;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setCollectionView: (
NSCollectionView*)cv;
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables for NSCollectionViewLayout Class
@protected NSCollectionView*
_collectionView;
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
_collectionViewContentSize;
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 Class
_invalidationContextClass;
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 Class
_layoutAttributesClass;
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
_valid;
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/NSCollectionViewLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables
+ (instancetype)
layoutAttributesForDecorationViewOfKind: (
NSCollectionViewDecorationElementKind)decorationViewKind
withIndexPath: (NSIndexPath*)indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
+ (instancetype)
layoutAttributesForInterItemGapBeforeIndexPath: (NSIndexPath*)indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
+ (instancetype)
layoutAttributesForItemWithIndexPath: (NSIndexPath*)indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
+ (instancetype)
layoutAttributesForSupplementaryViewOfKind: (
NSCollectionViewSupplementaryElementKind)elementKind
withIndexPath: (NSIndexPath*)indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (CGFloat)
alpha;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSRect)
frame;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSIndexPath*)
indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
isHidden;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSString*)
representedElementKind;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setAlpha: (CGFloat)alpha;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setFrame: (NSRect)frame;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setHidden: (BOOL)hidden;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setIndexPath: (NSIndexPath*)indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setSize: (NSSize)size;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setZIndex: (NSInteger)zIndex;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
size;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSInteger)
zIndex;
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables for NSCollectionViewLayoutAttributes Class
@protected CGFloat
_alpha;
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 NSRect
_frame;
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
_hidden;
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 NSIndexPath*
_indexPath;
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 NSCollectionElementCategory
_representedElementCategory;
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 NSString*
_representedElementKind;
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
_zIndex;
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/NSCollectionViewLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables
- (NSPoint)
contentOffsetAdjustment;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
contentSizeAdjustment;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
invalidateDataSourceCounts;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
invalidateEverything;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
invalidateItemsAtIndexPaths: (NSSet*)indexPaths;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSDictionary*)
invalidatedDecorationIndexPaths;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSet*)
invalidatedItemIndexPaths;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSDictionary*)
invalidatedSupplementaryIndexPaths;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setContentOffsetAdjustment: (NSPoint)point;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
setContentSizeAdjustment: (NSSize)size;
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables for NSCollectionViewLayoutInvalidationContext Class
@protected NSPoint
_contentOffsetAdjustment;
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
_contentSizeAdjustment;
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 NSDictionary*
_invalidatedDecorationIndexPaths;
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 NSSet*
_invalidatedItemIndexPaths;
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 NSDictionary*
_invalidatedSupplementaryIndexPaths;
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/NSCollectionViewLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables
- (NSIndexPath*)
indexPathAfterUpdate;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSIndexPath*)
indexPathBeforeUpdate;
Availability: MacOS-X 10.11.0
Description forthcoming.
Instance Variables for NSCollectionViewUpdateItem Class
@protected NSIndexPath*
_indexPathAfterUpdate;
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 NSIndexPath*
_indexPathBeforeUpdate;
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 NSCollectionUpdateAction
_updateAction;
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/NSCollectionViewLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSSize)
collectionViewContentSize;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (
NSCollectionViewLayoutAttributes*)
layoutAttributesForDropTargetAtPoint: (NSPoint)pointInCollectionView;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSArray*)
layoutAttributesForElementsInRect: (NSRect)rect;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (
NSCollectionViewLayoutAttributes*)
layoutAttributesForInterItemGapBeforeIndexPath: (NSIndexPath*)indexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
prepareLayout;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (BOOL)
shouldInvalidateLayoutForBoundsChange: (NSRect)newBounds;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSPoint)
targetContentOffsetForProposedContentOffset: (NSPoint)proposedContentOffset;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (NSPoint)
targetContentOffsetForProposedContentOffset: (NSPoint)proposedContentOffset
withScrollingVelocity: (NSPoint)velocity;
Availability: MacOS-X 10.11.0
Description forthcoming.
- Declared in:
- AppKit/NSCollectionViewLayout.h
Availability: MacOS-X 10.11.0
Description forthcoming.
- (
NSCollectionViewLayoutAttributes*)
finalLayoutAttributesForDisappearingItemAtIndexPath: (NSIndexPath*)itemIndexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
finalizeAnimatedBoundsChange;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
finalizeCollectionViewUpdates;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
finalizeLayoutTransition;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (
NSCollectionViewLayoutAttributes*)
initialLayoutAttributesForAppearingItemAtIndexPath: (NSIndexPath*)itemIndexPath;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
prepareForAnimatedBoundsChange: (NSRect)oldBounds;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
prepareForCollectionViewUpdates: (NSArray*)updateItems;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
prepareForTransitionFromLayout: (
NSCollectionViewLayout*)oldLayout;
Availability: MacOS-X 10.11.0
Description forthcoming.
- (void)
prepareForTransitionToLayout: (
NSCollectionViewLayout*)newLayout;
Availability: MacOS-X 10.11.0
Description forthcoming.
Up