COOPY » Guide  version 0.6.5
Public Member Functions
coopy::store::SheetCellMeta Class Reference

#include <SheetCell.h>

Inheritance diagram for coopy::store::SheetCellMeta:
coopy::store::RefCount coopy::store::SheetCellSimpleMeta

Public Member Functions

virtual ~SheetCellMeta ()
virtual bool getCode () const
virtual bool isUrl () const
virtual std::string getUrl () const
virtual std::string getText () const
int addReference ()
int removeReference ()
int getReferenceCount ()

Detailed Description

Definition at line 20 of file SheetCell.h.


Constructor & Destructor Documentation

virtual coopy::store::SheetCellMeta::~SheetCellMeta ( ) [inline, virtual]

Definition at line 22 of file SheetCell.h.


Member Function Documentation

int coopy::store::RefCount::addReference ( ) [inline, inherited]
virtual bool coopy::store::SheetCellMeta::getCode ( ) const [inline, virtual]

Reimplemented in coopy::store::SheetCellSimpleMeta.

Definition at line 25 of file SheetCell.h.

References SHEET_CELL_NONE.

int coopy::store::RefCount::getReferenceCount ( ) [inline, inherited]

Definition at line 40 of file RefCount.h.

virtual std::string coopy::store::SheetCellMeta::getText ( ) const [inline, virtual]

Reimplemented in coopy::store::SheetCellSimpleMeta.

Definition at line 31 of file SheetCell.h.

Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary().

virtual std::string coopy::store::SheetCellMeta::getUrl ( ) const [inline, virtual]

Reimplemented in coopy::store::SheetCellSimpleMeta.

Definition at line 29 of file SheetCell.h.

Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary().

virtual bool coopy::store::SheetCellMeta::isUrl ( ) const [inline, virtual]

Reimplemented in coopy::store::SheetCellSimpleMeta.

Definition at line 27 of file SheetCell.h.

Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary().

int coopy::store::RefCount::removeReference ( ) [inline, inherited]

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