COOPY » Guide
version 0.6.5
|
#include <RowRef.h>
Public Member Functions | |
RowRef (int index=-1) | |
bool | isValid () const |
int | getIndex () const |
RowRef | delta (int dh) const |
coopy::store::RowRef::RowRef | ( | int | index = -1 | ) | [inline] |
RowRef coopy::store::RowRef::delta | ( | int | dh | ) | const [inline] |
Definition at line 27 of file RowRef.h.
References RowRef().
Referenced by coopy::store::PolySheet::deleteRow(), coopy::store::PolySheet::deleteRows(), coopy::store::PolySheet::insertRow(), coopy::store::PolySheet::insertRowOrdered(), and coopy::store::PolySheet::moveRow().
int coopy::store::RowRef::getIndex | ( | ) | const [inline] |
Definition at line 23 of file RowRef.h.
Referenced by coopy::cmp::SheetPatcher::changeRow(), coopy::store::sqlite::SqliteSheet::deleteRow(), coopy::store::gnumeric::GnumericSheet::deleteRow(), coopy::store::TypedSheet< std::pair< T, bool > >::deleteRow(), coopy::store::socialcalc::SocialCalcSheet::deleteRows(), coopy::store::gnumeric::GnumericSheet::deleteRows(), coopy::store::DataSheet::deleteRows(), generateNumbers(), coopy::store::sqlite::SqliteSheet::insertRow(), coopy::store::socialcalc::SocialCalcSheet::insertRow(), coopy::store::gnumeric::GnumericSheet::insertRow(), coopy::store::TypedSheet< std::pair< T, bool > >::insertRow(), coopy::store::DataSheet::insertRowOrdered(), coopy::store::gnumeric::GnumericSheet::moveRow(), and coopy::store::TypedSheet< std::pair< T, bool > >::moveRow().
bool coopy::store::RowRef::isValid | ( | ) | const [inline] |
Definition at line 19 of file RowRef.h.
Referenced by coopy::store::sqlite::SqliteSheet::applyRowCache().