Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSGridView.h
- Conforms to:
- NSCoding
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (
NSView*)
emptyContentView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridColumn*)
column;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSView*)
contentView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
customPlacementConstraints;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridRow*)
row;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridRowAlignment)
rowAlignment;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setContentView: (
NSView*)v;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setCustomPlacementConstraints: (NSArray*)constraints;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setRowAlignment: (
NSGridRowAlignment)a;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setXPlacement: (
NSGridCellPlacement)x;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setYPlacement: (
NSGridCellPlacement)y;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCellPlacement)
xPlacement;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCellPlacement)
yPlacement;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSGridCell Class
@protected NSView* _contentView;
Availability: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (
NSGridCell*)
cellAtIndex: (NSInteger)index;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridView*)
gridView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isHidden;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
leadingPadding;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
mergeCellsInRange: (NSRange)range;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSInteger)
numberOfCells;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setGridView: (
NSGridView*)gv;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setLeadingPadding: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTrailingPadding: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setWidth: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setXPlacement: (
NSGridCellPlacement)x;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
trailingPadding;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
width;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCellPlacement)
xPlacement;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSGridColumn Class
@protected NSGridView* _gridView;
Availability: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (CGFloat)
bottomPadding;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCell*)
cellAtIndex: (NSInteger)index;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridView*)
gridView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
height;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isHidden;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
mergeCellsInRange: (NSRange)range;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSInteger)
numberOfCells;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setBottomPadding: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setGridView: (
NSGridView*)gridView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setHeight: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTopPadding: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setYPlacement: (
NSGridCellPlacement)y;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
topPadding;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCellPlacement)
yPlacement;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSGridRow Class
@protected CGFloat _bottomPadding;
Availability: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (instancetype)
gridViewWithNumberOfColumns: (NSInteger)columnCount
rows: (NSInteger)rowCount;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (instancetype)
gridViewWithViews: (NSArray*)views;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridColumn*)
addColumnWithViews: (NSArray*)views;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridRow*)
addRowWithViews: (NSArray*)views;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCell*)
cellAtColumnIndex: (NSInteger)columnIndex
rowIndex: (NSInteger)rowIndex;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCell*)
cellForView: (
NSView*)view;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridColumn*)
columnAtIndex: (NSInteger)index;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
columnSpacing;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSInteger)
indexOfColumn: (
NSGridColumn*)column;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSInteger)
indexOfRow: (
NSGridRow*)row;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridColumn*)
insertColumnAtIndex: (NSInteger)index
withViews: (NSArray*)views;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridRow*)
insertRowAtIndex: (NSInteger)index
withViews: (NSArray*)views;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
mergeCellsInHorizontalRange: (NSRange)hRange
verticalRange: (NSRange)vRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
moveColumnAtIndex: (NSInteger)fromIndex
toIndex: (NSInteger)toIndex;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
moveRowAtIndex: (NSInteger)fromIndex
toIndex: (NSInteger)toIndex;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSInteger)
numberOfColumns;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSInteger)
numberOfRows;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
removeColumnAtIndex: (NSInteger)index;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
removeRowAtIndex: (NSInteger)index;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridRowAlignment)
rowAlignment;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridRow*)
rowAtIndex: (NSInteger)index;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
rowSpacing;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setColumnSpacing: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setRowAlignment: (
NSGridRowAlignment)a;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setRowSpacing: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setXPlacement: (
NSGridCellPlacement)x;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setYPlacement: (
NSGridCellPlacement)y;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCellPlacement)
xPlacement;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSGridCellPlacement)
yPlacement;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSGridView Class
@protected NSMutableArray* _cells;
Availability: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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: Not in OpenStep/MacOS-X
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