#include <NUMCollector.h>
Public Member Functions | |
NUMCollector (IWORKDocumentInterface *document) | |
void | startDocument () |
void | endDocument () |
Private Member Functions | |
virtual void | drawTable () |
virtual void | drawMedia (double x, double y, double w, double h, const std::string &mimetype, const librevenge::RVNGBinaryData &data) |
virtual void | fillShapeProperties (librevenge::RVNGPropertyList &props) |
virtual void | drawTextBox (const IWORKTextPtr_t &text, const glm::dmat3 &trafo, const IWORKGeometryPtr_t &boundingBox) |
libetonyek::NUMCollector::NUMCollector | ( | IWORKDocumentInterface * | document | ) | [explicit] |
void libetonyek::NUMCollector::drawMedia | ( | double | x, |
double | y, | ||
double | w, | ||
double | h, | ||
const std::string & | mimetype, | ||
const librevenge::RVNGBinaryData & | data | ||
) | [private, virtual] |
Implements libetonyek::IWORKCollector.
void libetonyek::NUMCollector::drawTable | ( | ) | [private, virtual] |
Implements libetonyek::IWORKCollector.
void libetonyek::NUMCollector::drawTextBox | ( | const IWORKTextPtr_t & | text, |
const glm::dmat3 & | trafo, | ||
const IWORKGeometryPtr_t & | boundingBox | ||
) | [private, virtual] |
Implements libetonyek::IWORKCollector.
Reimplemented from libetonyek::IWORKCollector.
Referenced by libetonyek::NUM3Parser::parseDocument().
void libetonyek::NUMCollector::fillShapeProperties | ( | librevenge::RVNGPropertyList & | props | ) | [private, virtual] |
Implements libetonyek::IWORKCollector.
Reimplemented from libetonyek::IWORKCollector.
Referenced by libetonyek::NUM3Parser::parseDocument().