GridPersistentRowIndex Class Reference

(Qtitan::GridPersistentRowIndex)

Public Functions

GridPersistentRowIndex ( GridModelController * controller )
GridPersistentRowIndex ( const GridPersistentRowIndex & index )
virtual ~GridPersistentRowIndex ()
int cellIndex () const
bool equal ( GridRow * gridRow ) const
bool isCellSet ( int index ) const
void reset ()
GridRow * row () const
void set ( GridRow * gridRow )
void setCellIndex ( int index )
GridPersistentRowIndex & operator= ( const GridPersistentRowIndex & index )

Member Function Documentation

GridPersistentRowIndex::GridPersistentRowIndex ( GridModelController * controller )

GridPersistentRowIndex::GridPersistentRowIndex ( const GridPersistentRowIndex & index )

GridPersistentRowIndex::~GridPersistentRowIndex () [virtual]

int GridPersistentRowIndex::cellIndex () const

See also setCellIndex().

bool GridPersistentRowIndex::equal ( GridRow * gridRow ) const

bool GridPersistentRowIndex::isCellSet ( int index ) const

void GridPersistentRowIndex::reset ()

GridRow * GridPersistentRowIndex::row () const

void GridPersistentRowIndex::set ( GridRow * gridRow )

void GridPersistentRowIndex::setCellIndex ( int index )

See also cellIndex().

GridPersistentRowIndex & GridPersistentRowIndex::operator= ( const GridPersistentRowIndex & index )