Up

NSGridView documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -0500


Contents -

  1. Software documentation for the NSGridCell class
  2. Software documentation for the NSGridColumn class
  3. Software documentation for the NSGridRow class
  4. Software documentation for the NSGridView class

Software documentation for the NSGridCell class

NSGridCell : NSObject

class_NSGridCell NSObject NSObject NSGridCell NSGridCell NSObject->NSGridCell
Declared in:
AppKit/NSGridView.h
Availability: MacOS-X 10.12.0

Description forthcoming.

Instance Variables

Method summary


emptyContentView 

+ (NSView*) emptyContentView;
Availability: MacOS-X 10.12.0

Description forthcoming.

column 

- (NSGridColumn*) column;
Availability: MacOS-X 10.12.0

Description forthcoming.

contentView 

- (NSView*) contentView;
Availability: MacOS-X 10.12.0

Description forthcoming.

customPlacementConstraints 

- (NSArray*) customPlacementConstraints;
Availability: MacOS-X 10.12.0

Description forthcoming.

row 

- (NSGridRow*) row;
Availability: MacOS-X 10.12.0

Description forthcoming.

rowAlignment 

- (NSGridRowAlignment) rowAlignment;
Availability: MacOS-X 10.12.0

Description forthcoming.

setContentView: 

- (void) setContentView: (NSView*)v;
Availability: MacOS-X 10.12.0

Description forthcoming.

setCustomPlacementConstraints: 

- (void) setCustomPlacementConstraints: (NSArray*)constraints;
Availability: MacOS-X 10.12.0

Description forthcoming.

setRowAlignment: 

- (void) setRowAlignment: (NSGridRowAlignment)a;
Availability: MacOS-X 10.12.0

Description forthcoming.

setXPlacement: 

- (void) setXPlacement: (NSGridCellPlacement)x;
Availability: MacOS-X 10.12.0

Description forthcoming.

setYPlacement: 

- (void) setYPlacement: (NSGridCellPlacement)y;
Availability: MacOS-X 10.12.0

Description forthcoming.

xPlacement 

- (NSGridCellPlacement) xPlacement;
Availability: MacOS-X 10.12.0

Description forthcoming.

yPlacement 

- (NSGridCellPlacement) yPlacement;
Availability: MacOS-X 10.12.0

Description forthcoming.



Instance Variables for NSGridCell Class

_contentView

@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.

_customPlacementConstraints

@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.

_mergeHead

@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.

_owningColumn

@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.

_owningRow

@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.

_rowAlignment

@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.

_xPlacement

@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.

_yPlacement

@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.




Software documentation for the NSGridColumn class

NSGridColumn : NSObject

class_NSGridColumn NSObject NSObject NSGridColumn NSGridColumn NSObject->NSGridColumn
Declared in:
AppKit/NSGridView.h
Availability: MacOS-X 10.12.0

Description forthcoming.

Instance Variables

Method summary


cellAtIndex: 

- (NSGridCell*) cellAtIndex: (NSInteger)index;
Availability: MacOS-X 10.12.0

Description forthcoming.

gridView 

- (NSGridView*) gridView;
Availability: MacOS-X 10.12.0

Description forthcoming.

isHidden 

- (BOOL) isHidden;
Availability: MacOS-X 10.12.0

Description forthcoming.

leadingPadding 

- (CGFloat) leadingPadding;
Availability: MacOS-X 10.12.0

Description forthcoming.

mergeCellsInRange: 

- (void) mergeCellsInRange: (NSRange)range;
Availability: MacOS-X 10.12.0

Description forthcoming.

numberOfCells 

- (NSInteger) numberOfCells;
Availability: MacOS-X 10.12.0

Description forthcoming.

setGridView: 

- (void) setGridView: (NSGridView*)gv;
Availability: MacOS-X 10.12.0

Description forthcoming.

setLeadingPadding: 

- (void) setLeadingPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setTrailingPadding: 

- (void) setTrailingPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setWidth: 

- (void) setWidth: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setXPlacement: 

- (void) setXPlacement: (NSGridCellPlacement)x;
Availability: MacOS-X 10.12.0

Description forthcoming.

trailingPadding 

- (CGFloat) trailingPadding;
Availability: MacOS-X 10.12.0

Description forthcoming.

width 

- (CGFloat) width;
Availability: MacOS-X 10.12.0

Description forthcoming.

xPlacement 

- (NSGridCellPlacement) xPlacement;
Availability: MacOS-X 10.12.0

Description forthcoming.



Instance Variables for NSGridColumn Class

_gridView

@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.

_isHidden

@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.

_leadingPadding

@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.

_trailingPadding

@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.

_width

@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.

_xPlacement

@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.




Software documentation for the NSGridRow class

NSGridRow : NSObject

class_NSGridRow NSObject NSObject NSGridRow NSGridRow NSObject->NSGridRow
Declared in:
AppKit/NSGridView.h
Availability: MacOS-X 10.12.0

Description forthcoming.

Instance Variables

Method summary


bottomPadding 

- (CGFloat) bottomPadding;
Availability: MacOS-X 10.12.0

Description forthcoming.

cellAtIndex: 

- (NSGridCell*) cellAtIndex: (NSInteger)index;
Availability: MacOS-X 10.12.0

Description forthcoming.

gridView 

- (NSGridView*) gridView;
Availability: MacOS-X 10.12.0

Description forthcoming.

height 

- (CGFloat) height;
Availability: MacOS-X 10.12.0

Description forthcoming.

isHidden 

- (BOOL) isHidden;
Availability: MacOS-X 10.12.0

Description forthcoming.

mergeCellsInRange: 

- (void) mergeCellsInRange: (NSRange)range;
Availability: MacOS-X 10.12.0

Description forthcoming.

numberOfCells 

- (NSInteger) numberOfCells;
Availability: MacOS-X 10.12.0

Description forthcoming.

setBottomPadding: 

- (void) setBottomPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setGridView: 

- (void) setGridView: (NSGridView*)gv;
Availability: MacOS-X 10.12.0

Description forthcoming.

setHeight: 

- (void) setHeight: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setTopPadding: 

- (void) setTopPadding: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setYPlacement: 

- (void) setYPlacement: (NSGridCellPlacement)y;
Availability: MacOS-X 10.12.0

Description forthcoming.

topPadding 

- (CGFloat) topPadding;
Availability: MacOS-X 10.12.0

Description forthcoming.

yPlacement 

- (NSGridCellPlacement) yPlacement;
Availability: MacOS-X 10.12.0

Description forthcoming.



Instance Variables for NSGridRow Class

_bottomPadding

@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.

_gridView

@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.

_height

@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.

_isHidden

@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.

_topPadding

@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.

_yPlacement

@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.




Software documentation for the NSGridView class

NSGridView : NSView

class_NSGridView NSView NSView NSGridView NSGridView NSView->NSGridView
Declared in:
AppKit/NSGridView.h
Availability: MacOS-X 10.12.0

Description forthcoming.

Instance Variables

Method summary


gridViewWithNumberOfColumns: rows: 

+ (instancetype) gridViewWithNumberOfColumns: (NSInteger)columnCount rows: (NSInteger)rowCount;
Availability: MacOS-X 10.12.0

Description forthcoming.

gridViewWithViews: 

+ (instancetype) gridViewWithViews: (NSArray*)rows;
Availability: MacOS-X 10.12.0

Description forthcoming.

addColumnWithViews: 

- (NSGridColumn*) addColumnWithViews: (NSArray*)views;
Availability: MacOS-X 10.12.0

Description forthcoming.

addRowWithViews: 

- (NSGridRow*) addRowWithViews: (NSArray*)views;
Availability: MacOS-X 10.12.0

Description forthcoming.

cellAtColumnIndex: rowIndex: 

- (NSGridCell*) cellAtColumnIndex: (NSInteger)columnIndex rowIndex: (NSInteger)rowIndex;
Availability: MacOS-X 10.12.0

Description forthcoming.

cellForView: 

- (NSGridCell*) cellForView: (NSView*)view;
Availability: MacOS-X 10.12.0

Description forthcoming.

columnAtIndex: 

- (NSGridColumn*) columnAtIndex: (NSInteger)index;
Availability: MacOS-X 10.12.0

Description forthcoming.

columnSpacing 

- (CGFloat) columnSpacing;
Availability: MacOS-X 10.12.0

Description forthcoming.

indexOfColumn: 

- (NSInteger) indexOfColumn: (NSGridColumn*)column;
Availability: MacOS-X 10.12.0

Description forthcoming.

indexOfRow: 

- (NSInteger) indexOfRow: (NSGridRow*)row;
Availability: MacOS-X 10.12.0

Description forthcoming.

insertColumnAtIndex: withViews: 

- (NSGridColumn*) insertColumnAtIndex: (NSInteger)index withViews: (NSArray*)views;
Availability: MacOS-X 10.12.0

Description forthcoming.

insertRowAtIndex: withViews: 

- (NSGridRow*) insertRowAtIndex: (NSInteger)index withViews: (NSArray*)views;
Availability: MacOS-X 10.12.0

Description forthcoming.

mergeCellsInHorizontalRange: verticalRange: 

- (void) mergeCellsInHorizontalRange: (NSRange)hRange verticalRange: (NSRange)vRange;
Availability: MacOS-X 10.12.0

Description forthcoming.

moveColumnAtIndex: toIndex: 

- (void) moveColumnAtIndex: (NSInteger)fromIndex toIndex: (NSInteger)toIndex;
Availability: MacOS-X 10.12.0

Description forthcoming.

moveRowAtIndex: toIndex: 

- (void) moveRowAtIndex: (NSInteger)fromIndex toIndex: (NSInteger)toIndex;
Availability: MacOS-X 10.12.0

Description forthcoming.

numberOfColumns 

- (NSInteger) numberOfColumns;
Availability: MacOS-X 10.12.0

Description forthcoming.

numberOfRows 

- (NSInteger) numberOfRows;
Availability: MacOS-X 10.12.0

Description forthcoming.

removeColumnAtIndex: 

- (void) removeColumnAtIndex: (NSInteger)index;
Availability: MacOS-X 10.12.0

Description forthcoming.

removeRowAtIndex: 

- (void) removeRowAtIndex: (NSInteger)index;
Availability: MacOS-X 10.12.0

Description forthcoming.

rowAlignment 

- (NSGridRowAlignment) rowAlignment;
Availability: MacOS-X 10.12.0

Description forthcoming.

rowAtIndex: 

- (NSGridRow*) rowAtIndex: (NSInteger)index;
Availability: MacOS-X 10.12.0

Description forthcoming.

rowSpacing 

- (CGFloat) rowSpacing;
Availability: MacOS-X 10.12.0

Description forthcoming.

setColumnSpacing: 

- (void) setColumnSpacing: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setRowAlignment: 

- (void) setRowAlignment: (NSGridRowAlignment)a;
Availability: MacOS-X 10.12.0

Description forthcoming.

setRowSpacing: 

- (void) setRowSpacing: (CGFloat)f;
Availability: MacOS-X 10.12.0

Description forthcoming.

setXPlacement: 

- (void) setXPlacement: (NSGridCellPlacement)x;
Availability: MacOS-X 10.12.0

Description forthcoming.

setYPlacement: 

- (void) setYPlacement: (NSGridCellPlacement)y;
Availability: MacOS-X 10.12.0

Description forthcoming.

xPlacement 

- (NSGridCellPlacement) xPlacement;
Availability: MacOS-X 10.12.0

Description forthcoming.

yPlacement 

- (NSGridCellPlacement) yPlacement;
Availability: MacOS-X 10.12.0

Description forthcoming.



Instance Variables for NSGridView Class

_cells

@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.

_columnSpacing

@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.

_columns

@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.

_rowAlignment

@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.

_rowSpacing

@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.

_rows

@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.

_xPlacement

@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.

_yPlacement

@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