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

#include <SheetCell.h>

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

Public Member Functions

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

Data Fields

std::string url
std::string txt

Detailed Description

Definition at line 34 of file SheetCell.h.


Member Function Documentation

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

Reimplemented from coopy::store::SheetCellMeta.

Definition at line 38 of file SheetCell.h.

References isUrl(), SHEET_CELL_NONE, and SHEET_CELL_URL.

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

Definition at line 40 of file RefCount.h.

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

Reimplemented from coopy::store::SheetCellMeta.

Definition at line 46 of file SheetCell.h.

References txt.

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

Reimplemented from coopy::store::SheetCellMeta.

Definition at line 44 of file SheetCell.h.

References url.

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

Reimplemented from coopy::store::SheetCellMeta.

Definition at line 42 of file SheetCell.h.

References url.

Referenced by getCode().

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

Field Documentation

Definition at line 36 of file SheetCell.h.

Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary(), and getText().

Definition at line 36 of file SheetCell.h.

Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary(), getUrl(), and isUrl().


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