COOPY » Guide
version 0.6.5
|
#include <GnumericTextBookFactory.h>
Public Member Functions | |
virtual std::string | getName () |
virtual TextBook * | open (AttachConfig &config, AttachReport &report) |
Definition at line 15 of file GnumericTextBookFactory.h.
virtual std::string coopy::store::gnumeric::GnumericTextBookFactory::getName | ( | ) | [inline, virtual] |
Implements coopy::store::TextBookFactory.
Definition at line 17 of file GnumericTextBookFactory.h.
TextBook * GnumericTextBookFactory::open | ( | AttachConfig & | config, |
AttachReport & | report | ||
) | [virtual] |
Implements coopy::store::TextBookFactory.
Definition at line 7 of file GnumericTextBookFactory.cpp.
References coopy::store::AttachReport::applicable, coopy::store::Value::asString(), coopy::store::AttachConfig::canCreate, coopy::store::Property::check(), coopy::store::TextBook::copy(), coopy::store::gnumeric::GnumericTextBook::create(), coopy::store::AttachReport::errorCreateNotImplemented(), coopy::store::AttachConfig::ext, coopy::store::AttachConfig::fname, coopy::store::Property::get(), coopy::store::gnumeric::GnumericTextBook::load(), NULL, coopy::store::AttachConfig::options, coopy::store::AttachConfig::prevBook, coopy::store::gnumeric::GnumericTextBook::save(), coopy::store::AttachConfig::shouldCreate, coopy::store::AttachConfig::shouldRead, coopy::store::AttachConfig::shouldWrite, and coopy::store::AttachReport::success.