Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-03
- Declared in:
- AppKit/NSGridView.h
- Conforms to:
- NSCoding
Availability: MacOS-X 10.12.0
Description forthcoming.
NSGridCell declares 8 Instance Variables
+ (
NSView*)
emptyContentView;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridColumn*)
column;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSView*)
contentView;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSArray*)
customPlacementConstraints;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridRow*)
row;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridRowAlignment)
rowAlignment;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setContentView: (
NSView*)v;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setCustomPlacementConstraints: (
NSArray*)constraints;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setRowAlignment: (
NSGridRowAlignment)a;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setXPlacement: (
NSGridCellPlacement)x;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setYPlacement: (
NSGridCellPlacement)y;
Availability: MacOS-X 10.12.0
Description forthcoming.
Instance Variables for NSGridCell Class
@protected NSView*
_contentView;
Availability: MacOS-X 10.12.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 NSArray*
_customPlacementConstraints;
Availability: MacOS-X 10.12.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 id
_mergeHead;
Availability: MacOS-X 10.12.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 NSGridColumn*
_owningColumn;
Availability: MacOS-X 10.12.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 NSGridRow*
_owningRow;
Availability: MacOS-X 10.12.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 NSGridRowAlignment
_rowAlignment;
Availability: MacOS-X 10.12.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 NSGridCellPlacement
_xPlacement;
Availability: MacOS-X 10.12.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 NSGridCellPlacement
_yPlacement;
Availability: MacOS-X 10.12.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/NSGridView.h
- Conforms to:
- NSCoding
Availability: MacOS-X 10.12.0
Description forthcoming.
NSGridColumn declares 6 Instance Variables
- (
NSGridCell*)
cellAtIndex: (
NSInteger)index;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridView*)
gridView;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (BOOL)
isHidden;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (CGFloat)
leadingPadding;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
mergeCellsInRange: (
NSRange)range;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSInteger)
numberOfCells;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setGridView: (
NSGridView*)gv;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setLeadingPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setTrailingPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setWidth: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setXPlacement: (
NSGridCellPlacement)x;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (CGFloat)
trailingPadding;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (CGFloat)
width;
Availability: MacOS-X 10.12.0
Description forthcoming.
Instance Variables for NSGridColumn Class
@protected NSGridView*
_gridView;
Availability: MacOS-X 10.12.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
_isHidden;
Availability: MacOS-X 10.12.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
_leadingPadding;
Availability: MacOS-X 10.12.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
_trailingPadding;
Availability: MacOS-X 10.12.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
_width;
Availability: MacOS-X 10.12.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 NSGridCellPlacement
_xPlacement;
Availability: MacOS-X 10.12.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/NSGridView.h
- Conforms to:
- NSCoding
Availability: MacOS-X 10.12.0
Description forthcoming.
NSGridRow declares 6 Instance Variables
- (CGFloat)
bottomPadding;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridCell*)
cellAtIndex: (
NSInteger)index;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridView*)
gridView;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (CGFloat)
height;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (BOOL)
isHidden;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
mergeCellsInRange: (
NSRange)range;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSInteger)
numberOfCells;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setBottomPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setGridView: (
NSGridView*)gv;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setHeight: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setTopPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setYPlacement: (
NSGridCellPlacement)y;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (CGFloat)
topPadding;
Availability: MacOS-X 10.12.0
Description forthcoming.
Instance Variables for NSGridRow Class
@protected CGFloat
_bottomPadding;
Availability: MacOS-X 10.12.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 NSGridView*
_gridView;
Availability: MacOS-X 10.12.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
_height;
Availability: MacOS-X 10.12.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
_isHidden;
Availability: MacOS-X 10.12.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
_topPadding;
Availability: MacOS-X 10.12.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 NSGridCellPlacement
_yPlacement;
Availability: MacOS-X 10.12.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/NSGridView.h
Availability: MacOS-X 10.12.0
Description forthcoming.
NSGridView declares 8 Instance Variables
+ (instancetype)
gridViewWithNumberOfColumns: (
NSInteger)columnCount
rows: (
NSInteger)rowCount;
Availability: MacOS-X 10.12.0
Description forthcoming.
+ (instancetype)
gridViewWithViews: (
NSArray*)rows;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridColumn*)
addColumnWithViews: (
NSArray*)views;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridRow*)
addRowWithViews: (
NSArray*)views;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridCell*)
cellAtColumnIndex: (
NSInteger)columnIndex
rowIndex: (
NSInteger)rowIndex;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridCell*)
cellForView: (
NSView*)view;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridColumn*)
columnAtIndex: (
NSInteger)index;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (CGFloat)
columnSpacing;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSInteger)
indexOfColumn: (
NSGridColumn*)column;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSInteger)
indexOfRow: (
NSGridRow*)row;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridRow*)
insertRowAtIndex: (
NSInteger)index
withViews: (
NSArray*)views;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
mergeCellsInHorizontalRange: (
NSRange)hRange
verticalRange: (
NSRange)vRange;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
moveColumnAtIndex: (
NSInteger)fromIndex
toIndex: (
NSInteger)toIndex;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
moveRowAtIndex: (
NSInteger)fromIndex
toIndex: (
NSInteger)toIndex;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSInteger)
numberOfColumns;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSInteger)
numberOfRows;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
removeColumnAtIndex: (
NSInteger)index;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
removeRowAtIndex: (
NSInteger)index;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridRowAlignment)
rowAlignment;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (
NSGridRow*)
rowAtIndex: (
NSInteger)index;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (CGFloat)
rowSpacing;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setColumnSpacing: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setRowAlignment: (
NSGridRowAlignment)a;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setRowSpacing: (CGFloat)f;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setXPlacement: (
NSGridCellPlacement)x;
Availability: MacOS-X 10.12.0
Description forthcoming.
- (void)
setYPlacement: (
NSGridCellPlacement)y;
Availability: MacOS-X 10.12.0
Description forthcoming.
Instance Variables for NSGridView Class
@protected NSMutableArray*
_cells;
Availability: MacOS-X 10.12.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
_columnSpacing;
Availability: MacOS-X 10.12.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 NSMutableArray*
_columns;
Availability: MacOS-X 10.12.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 NSGridRowAlignment
_rowAlignment;
Availability: MacOS-X 10.12.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
_rowSpacing;
Availability: MacOS-X 10.12.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 NSMutableArray*
_rows;
Availability: MacOS-X 10.12.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 NSGridCellPlacement
_xPlacement;
Availability: MacOS-X 10.12.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 NSGridCellPlacement
_yPlacement;
Availability: MacOS-X 10.12.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.
Up