COOPY » Guide
version 0.6.5
|
#include <GnumericTextBook.h>
Public Member Functions | |
GnumericTextBook () | |
virtual | ~GnumericTextBook () |
virtual void | clear () |
virtual bool | create () |
virtual bool | load (const char *fname) |
virtual bool | save (const char *fname, const char *format) |
virtual std::vector< std::string > | getNames () |
virtual PolySheet | readSheet (const std::string &name) |
virtual PolySheet | readSheetByIndex (int index) |
bool | addSheet (const SheetSchema &schema) |
virtual int | getSheetCount () |
virtual bool | open (const Property &config) |
virtual bool | inplace () const |
virtual bool | canWrite () const |
bool | operator== (const TextBook &alt) const |
bool | equals (const TextBook &alt, const coopy::cmp::CompareFlags &flags) const |
virtual bool | copy (const TextBook &alt, const Property &options) |
bool | fixSchema (const SheetSchema &in, SimpleSheetSchema &out) |
virtual PolySheet | provideSheet (const SheetSchema &schema) |
virtual std::string | desc () const |
virtual bool | namedSheets () const |
virtual TextBook & | tail () |
virtual bool | setPool (Pool *pool) |
virtual Pool * | getPool () const |
bool | applyPool (DataSheet &sheet) |
virtual bool | isValid () const |
virtual bool | writtenToFuture () const |
std::string | toString () |
int | addReference () |
int | removeReference () |
int | getReferenceCount () |
Static Public Member Functions | |
static bool | exists (const char *fname) |
Definition at line 23 of file GnumericTextBook.h.
GnumericTextBook::GnumericTextBook | ( | ) |
Definition at line 14 of file GnumericTextBook.cpp.
References gnumeric_init().
GnumericTextBook::~GnumericTextBook | ( | ) | [virtual] |
Definition at line 20 of file GnumericTextBook.cpp.
References gnumeric_fini().
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().
bool GnumericTextBook::addSheet | ( | const SheetSchema & | schema | ) | [virtual] |
Reimplemented from coopy::store::TextBook.
Definition at line 96 of file GnumericTextBook.cpp.
References dbg_printf, coopy::store::SheetSchema::getSheetName(), gnumeric_add_sheet(), and NULL.
bool coopy::store::TextBook::applyPool | ( | DataSheet & | sheet | ) | [inline, inherited] |
Definition at line 92 of file TextBook.h.
References coopy::store::TextBook::getPool(), and coopy::store::DataSheet::setPool().
Referenced by coopy::store::TextBook::copy().
virtual bool coopy::store::TextBook::canWrite | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::store::mdb::AccessTextBook, coopy::store::PolyBook, and coopy::store::mdb::JackTextBook.
Definition at line 52 of file TextBook.h.
void GnumericTextBook::clear | ( | ) | [virtual] |
Definition at line 25 of file GnumericTextBook.cpp.
References gnumeric_free(), and NULL.
Reimplemented in coopy::store::PolyBook.
Definition at line 66 of file TextBook.cpp.
References coopy::store::PolySheet::addedHeader(), coopy::store::TextBook::applyPool(), coopy::store::ColumnType::asSqlite(), coopy::store::Value::asString(), coopy::store::PolySheet::beginTransaction(), coopy_is_verbose(), dbg_printf, coopy::store::PolySheet::deleteData(), coopy::store::DataSheet::desc(), coopy::store::PolySheet::endTransaction(), coopy::store::TextBook::fixSchema(), coopy::store::SheetRow::flush(), coopy::store::PolySheet::forceWidth(), coopy::store::Property::get(), coopy::store::ColumnInfo::getColumnType(), coopy::store::ColumnInfo::getName(), coopy::store::TextBook::getNames(), coopy::store::TextBook::getPool(), coopy::store::PolySheet::getSchema(), coopy::store::PolySheet::hasDimension(), coopy::store::PolySheet::hasExternalColumnNames(), coopy::store::ColumnInfo::hasName(), coopy::store::PolySheet::height(), coopy::store::PolySheet::insertRow(), coopy::store::PolySheet::isValid(), NULL, coopy::store::TextBook::readSheet(), coopy::store::SheetRow::setCell(), coopy::store::SheetSchema::setHeaderHeight(), coopy::store::PolySheet::tail(), coopy::store::SheetSchema::toString(), and coopy::store::PolySheet::width().
Referenced by coopy::store::remotesql::RemoteSqlTextBookFactory::open(), coopy::store::mdb::JackTextBookFactory::open(), coopy::store::gnumeric::GnumericTextBookFactory::open(), coopy::store::mdb::AccessTextBookFactory::open(), coopy::store::sqlite::SqliteTextBookFactory::openNormal(), and coopy::store::sqlite::SqliteTextBookFactory::openTextual().
bool GnumericTextBook::create | ( | ) | [virtual] |
Definition at line 32 of file GnumericTextBook.cpp.
References gnumeric_create(), and NULL.
Referenced by coopy::store::gnumeric::GnumericTextBookFactory::open().
virtual std::string coopy::store::TextBook::desc | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::store::mdb::AccessTextBook, coopy::store::WrapBook, coopy::store::PolyBook, coopy::store::ShortTextBook, coopy::store::mdb::JackTextBook, coopy::store::socialcalc::SocialCalcTextBook, and coopy::store::sqlite::SqliteTextBook.
Definition at line 71 of file TextBook.h.
Referenced by coopy::store::PolyBook::desc().
bool TextBook::equals | ( | const TextBook & | alt, |
const coopy::cmp::CompareFlags & | flags | ||
) | const [inherited] |
Definition at line 16 of file TextBook.cpp.
References coopy::cmp::CompareFlags::assume_header, coopy::store::PolySheet::cellSummary(), dbg_printf, coopy::store::TextBook::getNames(), coopy::store::PolySheet::getSchema(), coopy::store::PolySheet::height(), coopy::store::PolySheet::hideHeaders(), coopy::store::PolySheet::isValid(), NULL, coopy::store::TextBook::readSheet(), coopy::store::PolySheet::setSchema(), coopy::store::SchemaSniffer::suggestSchema(), coopy::store::SheetCell::toString(), and coopy::store::PolySheet::width().
Referenced by coopy::app::Diff::apply(), and coopy::store::TextBook::operator==().
bool TextBook::exists | ( | const char * | fname | ) | [static, inherited] |
Definition at line 248 of file TextBook.cpp.
Referenced by coopy::store::CsvTextBookFactory::open().
bool TextBook::fixSchema | ( | const SheetSchema & | in, |
SimpleSheetSchema & | out | ||
) | [inherited] |
Definition at line 255 of file TextBook.cpp.
References coopy::store::ColumnType::autoIncrement, coopy::store::ColumnType::autoIncrementSet, coopy::store::SimpleSheetSchema::copy(), coopy::store::ColumnType::foreignKey, coopy::store::ColumnType::foreignKeySet, coopy::store::ColumnType::foreignTable, coopy::store::SimpleSheetSchema::getColumnCount(), coopy::store::SimpleSheetSchema::getColumnInfo(), coopy::store::PoolColumnLink::getColumnName(), coopy::store::ColumnInfo::getName(), coopy::store::SimpleSheetSchema::getSheetName(), coopy::store::PoolColumnLink::getTableName(), coopy::store::PoolColumnLink::isInventor(), coopy::store::PoolColumnLink::isValid(), coopy::store::SimpleSheetSchema::modifyType(), coopy::store::ColumnType::primaryKey, and coopy::store::ColumnType::primaryKeySet.
Referenced by coopy::store::TextBook::copy(), and coopy::cmp::MergeOutputFilter::emitPreamble().
std::vector< std::string > GnumericTextBook::getNames | ( | ) | [virtual] |
Implements coopy::store::TextBook.
Definition at line 62 of file GnumericTextBook.cpp.
virtual Pool* coopy::store::TextBook::getPool | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::store::PolyBook.
Definition at line 88 of file TextBook.h.
Referenced by coopy::store::TextBook::applyPool(), coopy::store::TextBook::copy(), and coopy::store::PolyBook::getPool().
int coopy::store::RefCount::getReferenceCount | ( | ) | [inline, inherited] |
Definition at line 40 of file RefCount.h.
virtual int coopy::store::TextBook::getSheetCount | ( | ) | [inline, virtual, inherited] |
Reimplemented in coopy::store::PolyBook.
Definition at line 28 of file TextBook.h.
References coopy::store::TextBook::getNames().
Referenced by coopy::store::Highlighter::apply().
virtual bool coopy::store::TextBook::inplace | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::store::mdb::AccessTextBook, coopy::store::PolyBook, coopy::store::mdb::JackTextBook, coopy::store::remotesql::RemoteSqlTextBook, and coopy::store::sqlite::SqliteTextBook.
Definition at line 48 of file TextBook.h.
Referenced by coopy::store::PolyBook::canWrite(), and coopy::store::PolyBook::inplace().
virtual bool coopy::store::TextBook::isValid | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::store::PolyBook.
Definition at line 96 of file TextBook.h.
Referenced by coopy::cmp::BookCompare::compare().
bool GnumericTextBook::load | ( | const char * | fname | ) | [virtual] |
Definition at line 39 of file GnumericTextBook.cpp.
References dbg_printf, gnumeric_load(), and NULL.
Referenced by coopy::store::gnumeric::GnumericTextBookFactory::open().
virtual bool coopy::store::TextBook::namedSheets | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::store::WrapBook, coopy::store::CsvTextBook, coopy::store::json::JsonBook, coopy::store::PolyBook, coopy::store::ShortTextBook, and coopy::store::socialcalc::SocialCalcTextBook.
Definition at line 75 of file TextBook.h.
Referenced by coopy::app::Diff::apply(), coopy::cmp::BookCompare::compare(), coopy::store::PolyBook::namedSheets(), coopy::cmp::SheetPatcher::setSheet(), and coopy::store::CsvTextBook::write().
virtual bool coopy::store::TextBook::open | ( | const Property & | config | ) | [inline, virtual, inherited] |
Reimplemented in coopy::store::mdb::AccessTextBook, coopy::store::json::JsonBook, coopy::store::ShortTextBook, coopy::store::mdb::JackTextBook, coopy::store::remotesql::RemoteSqlTextBook, and coopy::store::socialcalc::SocialCalcTextBook.
Definition at line 32 of file TextBook.h.
Referenced by main().
bool coopy::store::TextBook::operator== | ( | const TextBook & | alt | ) | const [inline, inherited] |
Definition at line 54 of file TextBook.h.
References coopy::store::TextBook::equals().
PolySheet TextBook::provideSheet | ( | const SheetSchema & | schema | ) | [virtual, inherited] |
Reimplemented in coopy::store::PolyBook, coopy::store::ShortTextBook, and coopy::store::socialcalc::SocialCalcTextBook.
Definition at line 233 of file TextBook.cpp.
References dbg_printf, and coopy::store::SheetSchema::getSheetName().
Referenced by coopy::store::PolyBook::provideSheet().
PolySheet GnumericTextBook::readSheet | ( | const std::string & | name | ) | [virtual] |
Implements coopy::store::TextBook.
Definition at line 67 of file GnumericTextBook.cpp.
References gnumeric_get_sheet_by_name(), and NULL.
PolySheet GnumericTextBook::readSheetByIndex | ( | int | index | ) | [virtual] |
Reimplemented from coopy::store::TextBook.
Definition at line 74 of file GnumericTextBook.cpp.
References gnumeric_get_sheet(), and NULL.
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().
bool GnumericTextBook::save | ( | const char * | fname, |
const char * | format | ||
) | [virtual] |
Reimplemented from coopy::store::TextBook.
Definition at line 83 of file GnumericTextBook.cpp.
References gnumeric_save(), and NULL.
Referenced by coopy::store::gnumeric::GnumericTextBookFactory::open().
virtual bool coopy::store::TextBook::setPool | ( | Pool * | pool | ) | [inline, virtual, inherited] |
Reimplemented in coopy::store::PolyBook.
Definition at line 83 of file TextBook.h.
Referenced by coopy::cmp::MergeOutputFilter::emitPreamble(), and coopy::store::PolyBook::setPool().
virtual TextBook& coopy::store::TextBook::tail | ( | ) | [inline, virtual, inherited] |
Reimplemented in coopy::store::PolyBook.
Definition at line 79 of file TextBook.h.
Referenced by coopy::cmp::BookCompare::compare(), coopy::store::sqlite::SqliteTextBookFactory::openNormal(), and coopy::store::PolyBook::tail().
std::string coopy::store::TextBook::toString | ( | ) | [inline, inherited] |
Definition at line 106 of file TextBook.h.
References coopy::store::TextBook::getNames(), coopy::store::TextBook::readSheet(), and coopy::store::DataSheet::toString().
virtual bool coopy::store::TextBook::writtenToFuture | ( | ) | const [inline, virtual, inherited] |
Reimplemented in coopy::store::PolyBook, and coopy::store::sqlite::SqliteTextBook.
Definition at line 100 of file TextBook.h.
Referenced by coopy::store::sqlite::SqliteTextBookFactory::openNormal(), and coopy::store::PolyBook::writtenToFuture().