kword

KWTableFrameSet::Row Class Reference

#include <KWTableFrameSet.h>

List of all members.


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

Celloperator[] (uint i) const
uint size () const
uint count () const
void addCell (Cell *cell)
void removeCell (Cell *cell)

Public Attributes

QPtrVector< Cellm_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:
KDE Home | KDE Accessibility Home | Description of Access Keys