This is the complete list of members for libzmf::ZMFCollector, including all inherited members.
collectArc(const Point &c, double rx, double ry, double beginAngle, double endAngle, bool closed, double rotation) | libzmf::ZMFCollector | |
collectEllipse(const Point &c, double rx, double ry, double rotation) | libzmf::ZMFCollector | |
collectImage(const librevenge::RVNGBinaryData &image, const Point &topLeft, double width, double height, double rotation, bool mirrorHorizontal, bool mirrorVertical) | libzmf::ZMFCollector | |
collectPath(const std::vector< Curve > &curves) | libzmf::ZMFCollector | |
collectPath(const Curve &curve) | libzmf::ZMFCollector | |
collectPolygon(const Point &c, double rx, double ry, uint32_t peaksCount, const Curve &peak, double rotation, bool mirrorHorizontal, bool mirrorVertical) | libzmf::ZMFCollector | |
collectTable(const Table &table) | libzmf::ZMFCollector | |
collectText(const Text &text) | libzmf::ZMFCollector | private |
collectTextObject(const Text &text, const Point &topLeft, double width, double height, VerticalAlignment align, double rotation) | libzmf::ZMFCollector | |
endDocument() | libzmf::ZMFCollector | |
endGroup() | libzmf::ZMFCollector | |
endLayer() | libzmf::ZMFCollector | |
endPage() | libzmf::ZMFCollector | |
flushText(std::string &text) | libzmf::ZMFCollector | private |
m_isDocumentStarted | libzmf::ZMFCollector | private |
m_isLayerStarted | libzmf::ZMFCollector | private |
m_isPageStarted | libzmf::ZMFCollector | private |
m_pageSettings | libzmf::ZMFCollector | private |
m_painter | libzmf::ZMFCollector | private |
m_style | libzmf::ZMFCollector | private |
operator=(const ZMFCollector &other)=delete | libzmf::ZMFCollector | private |
pageX(double canvasX) | libzmf::ZMFCollector | private |
pageY(double canvasY) | libzmf::ZMFCollector | private |
setStyle(const Style &style) | libzmf::ZMFCollector | |
startDocument() | libzmf::ZMFCollector | |
startGroup() | libzmf::ZMFCollector | |
startLayer() | libzmf::ZMFCollector | |
startPage(const ZMFPageSettings &pageSettings) | libzmf::ZMFCollector | |
writeFill(librevenge::RVNGPropertyList &propList, const Fill &fill) | libzmf::ZMFCollector | private |
writePen(librevenge::RVNGPropertyList &propList, const Pen &pen) | libzmf::ZMFCollector | private |
writeShadow(librevenge::RVNGPropertyList &propList, const Shadow &shadow) | libzmf::ZMFCollector | private |
writeStyle(librevenge::RVNGPropertyList &propList, const Style &style, bool noFill=false) | libzmf::ZMFCollector | private |
ZMFCollector(const ZMFCollector &other)=delete | libzmf::ZMFCollector | private |
ZMFCollector(librevenge::RVNGDrawingInterface *painter) | libzmf::ZMFCollector | |
~ZMFCollector() | libzmf::ZMFCollector |