COOPY » Guide
version 0.6.5
|
#include <SheetCell.h>
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 () |
Definition at line 20 of file SheetCell.h.
virtual coopy::store::SheetCellMeta::~SheetCellMeta | ( | ) | [inline, virtual] |
Definition at line 22 of file SheetCell.h.
int coopy::store::RefCount::addReference | ( | ) | [inline, inherited] |
Definition at line 30 of file RefCount.h.
Referenced by coopy::store::PolyBook::attach(), coopy::fold::FoldedCell::FoldedCell(), coopy::fold::FoldedCell::getOrCreateSheet(), coopy::store::PolyBook::operator=(), coopy::store::PolyValue::operator=(), coopy::store::PolySheet::operator=(), coopy::fold::FoldedCell::operator=(), coopy::store::PolyBook::PolyBook(), coopy::store::PolySheet::PolySheet(), coopy::store::PolyValue::PolyValue(), coopy::store::PolySheet::setSchema(), and coopy::store::PolyBook::take().
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] |
Definition at line 35 of file RefCount.h.
Referenced by coopy::store::PolyBook::clear(), coopy::store::PolyValue::clear(), coopy::store::PolySheet::clearSchema(), coopy::store::PolySheet::clearSheet(), and coopy::store::PolyBook::give().