COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::store::SheetRow Class Reference

#include <DataSheet.h>

Inheritance diagram for coopy::store::SheetRow:
coopy::store::RefCount coopy::store::CacheSheetRow coopy::store::OrderedSheetRow

Public Member Functions

 SheetRow ()
virtual SheetCell getCell (int x) const =0
virtual bool setCell (int x, const SheetCell &c)=0
virtual bool flush ()=0
virtual bool invent (int x)=0
virtual bool setDelta (int dh)
virtual RowRef getRowAfterFlush ()=0
virtual bool undo ()=0
int addReference ()
int removeReference ()
int getReferenceCount ()

Data Fields

int delta

Detailed Description

Definition at line 402 of file DataSheet.h.


Constructor & Destructor Documentation

coopy::store::SheetRow::SheetRow ( ) [inline]

Definition at line 406 of file DataSheet.h.

References delta.


Member Function Documentation

int coopy::store::RefCount::addReference ( ) [inline, inherited]
virtual bool coopy::store::SheetRow::flush ( ) [pure virtual]
virtual SheetCell coopy::store::SheetRow::getCell ( int  x) const [pure virtual]
int coopy::store::RefCount::getReferenceCount ( ) [inline, inherited]

Definition at line 40 of file RefCount.h.

virtual RowRef coopy::store::SheetRow::getRowAfterFlush ( ) [pure virtual]
virtual bool coopy::store::SheetRow::invent ( int  x) [pure virtual]
int coopy::store::RefCount::removeReference ( ) [inline, inherited]
virtual bool coopy::store::SheetRow::setCell ( int  x,
const SheetCell c 
) [pure virtual]
virtual bool coopy::store::SheetRow::setDelta ( int  dh) [inline, virtual]

Definition at line 418 of file DataSheet.h.

References delta.

virtual bool coopy::store::SheetRow::undo ( ) [pure virtual]

Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines