LTableMultiGeometry is a concrete implementation of LTableGeometry to support a table where rows and columns may vary in size.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Operation:
LTableMultiGeometry adds no new methods, but implements every method listed in LTableGeometry. The insert and remove of rows and columns methods maintain the arrays of heights and widths for the table.
Source files:
See also:
Purpose:
The constructor creates the object.
Access :
Prototype:
LTableMultiGeometry( LTableView *inTableView,
UInt16 inColWidth,
UInt16 inRowHeight );Parameters:
This method has the following parameters:
Purpose:
The destructor destroys the object.
Access :
Prototype:
virtual ~LTableMultiGeometry();
Purpose:
This is an override of GetColHitBy() in LTableGeometry.
Purpose:
This is an override of GetColWidth() in LTableGeometry.
Purpose:
This is an override of GetImageCellBounds() in LTableGeometry.
Purpose:
This is an override of GetRowHeight() in LTableGeometry.
Purpose:
This is an override of GetRowHitBy() in LTableGeometry.
Purpose:
This is an override of GetTableDimensions() in LTableGeometry.
Purpose:
This is an override of InsertCols() in LTableGeometry.
Purpose:
This is an override of InsertRows() in LTableGeometry.
Purpose:
This is an override of RemoveCols() in LTableGeometry.
Purpose:
This is an override of RemoveRows() in LTableGeometry.
Purpose:
This is an override of SetColWidth() in LTableGeometry.
Purpose:
This is an override of SetRowHeight() in LTableGeometry.
Purpose:
Access :
Prototype:
Purpose:
Access :
Prototype:
Purpose:
Access :
Prototype:
Purpose:
Access :
Prototype: