COOPY » Guide
version 0.6.5
|
#include <SheetCell.h>
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 |
Definition at line 34 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::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] |
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().
std::string coopy::store::SheetCellSimpleMeta::txt |
Definition at line 36 of file SheetCell.h.
Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary(), and getText().
std::string coopy::store::SheetCellSimpleMeta::url |
Definition at line 36 of file SheetCell.h.
Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary(), getUrl(), and isUrl().