You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_MatrixSlice object:
Cvo_MatrixSlice
A Cvo_MatrixSlice object describes either a row or column in the Cvo_Matrix.
This object defines the following member functions.
int Index (
)
Returns the index with which this Cvo_MatrixSlice (row or column) was created.
Cvo_MatrixSlice *Prev (
)
Cvo_MatrixSlice *Next (
)
Return the previous or next Cvo_MatrixSlice.
Cvo_MatrixCell *Cells (
)
Return the first cell in this Cvo_MatrixSlice.
Cvo_Matrix *Matrix (
)
Return the Cvo_Matrix which this Cvo_MatrixSlice is part of.
SetLabel (
Cvo_Window *win )
Set the label for this Cvo_MatrixSlice to be the argument win. Any
previous label is deleted. This function is only useful in a
Cvo_LabelMatrixViewPort. The Cvo_Window win must have as its
parent the Cvo_Frame returned from the Cvo_LabelMatrixViewPort
function RowFrame()
or
ColFrame()
depending on
if this Cvo_MatrixSlice is a row or column.
Cvo_Window *Label (
)
Return the label object associated with this Cvo_MatrixSlice.
See the example source code for an example of how to use this object.
See the legend for information about the conventions used in this documentation.