FMIceLinkLayoutTable Class Reference

Inherits from NSObject
Declared in FMIceLinkLayoutTable.h
FMIceLinkLayoutTable.m

Overview

Defines the results of a layout calculation.

– cellHeight

Gets the height of each cell.
- (int)cellHeight

Discussion

Gets the height of each cell.

Declared In

FMIceLinkLayoutTable.h

– cellWidth

Gets the width of each cell.
- (int)cellWidth

Discussion

Gets the width of each cell.

Declared In

FMIceLinkLayoutTable.h

– columnCount

Gets the column count.
- (int)columnCount

Discussion

Gets the column count.

Declared In

FMIceLinkLayoutTable.h

– initWithColumnCount:rowCount:cellWidth:cellHeight:

Initializes a new instance of the FMIceLinkLayoutTable class.
- (instancetype)initWithColumnCount:(int)columnCount rowCount:(int)rowCount cellWidth:(int)cellWidth cellHeight:(int)cellHeight

Parameters

columnCount

The column count.

rowCount

The row count.

cellWidth

The width of each cell.

cellHeight

The height of each cell.

Discussion

Initializes a new instance of the FMIceLinkLayoutTable class.

Declared In

FMIceLinkLayoutTable.h

+ layoutTableWithColumnCount:rowCount:cellWidth:cellHeight:

Initializes a new instance of the FMIceLinkLayoutTable class.
+ (FMIceLinkLayoutTable *)layoutTableWithColumnCount:(int)columnCount rowCount:(int)rowCount cellWidth:(int)cellWidth cellHeight:(int)cellHeight

Parameters

columnCount

The column count.

rowCount

The row count.

cellWidth

The width of each cell.

cellHeight

The height of each cell.

Discussion

Initializes a new instance of the FMIceLinkLayoutTable class.

Declared In

FMIceLinkLayoutTable.h

– rowCount

Gets the row count.
- (int)rowCount

Discussion

Gets the row count.

Declared In

FMIceLinkLayoutTable.h

– setCellHeight:

Sets the height of each cell.
- (void)setCellHeight:(int)value

Discussion

Sets the height of each cell.

Declared In

FMIceLinkLayoutTable.h

– setCellWidth:

Sets the width of each cell.
- (void)setCellWidth:(int)value

Discussion

Sets the width of each cell.

Declared In

FMIceLinkLayoutTable.h

– setColumnCount:

Sets the column count.
- (void)setColumnCount:(int)value

Discussion

Sets the column count.

Declared In

FMIceLinkLayoutTable.h

– setRowCount:

Sets the row count.
- (void)setRowCount:(int)value

Discussion

Sets the row count.

Declared In

FMIceLinkLayoutTable.h