kword
KWTableFrameSet::Row Class Reference
#include <KWTableFrameSet.h>
Detailed Description
Represents a row, for direct access to cells with m_rowArray[row][column].
Definition at line 149 of file KWTableFrameSet.h.
Public Member Functions | |
Cell * | operator[] (uint i) const |
uint | size () const |
uint | count () const |
void | addCell (Cell *cell) |
void | removeCell (Cell *cell) |
Public Attributes | |
QPtrVector< Cell > | m_cellArray |
Member Data Documentation
QPtrVector< Cell > KWTableFrameSet::Row::m_cellArray |
Array of cells in the row.
If a cell has m_cols = N, N values in this array point to the same cell. (Same thing is a cell from a row above has m_rows > 1)
Definition at line 164 of file KWTableFrameSet.h.
The documentation for this class was generated from the following files: