#include <VSDSVGGenerator.h>
Public Member Functions | |
| VSDSVGGenerator (VSDStringVector &vec) | |
| ~VSDSVGGenerator () | |
| void | startGraphics (const ::WPXPropertyList &propList) |
| void | endGraphics () |
| void | startLayer (const ::WPXPropertyList &propList) |
| void | endLayer () |
| void | startEmbeddedGraphics (const ::WPXPropertyList &) |
| void | endEmbeddedGraphics () |
| void | setStyle (const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient) |
| void | drawRectangle (const ::WPXPropertyList &propList) |
| void | drawEllipse (const ::WPXPropertyList &propList) |
| void | drawPolyline (const ::WPXPropertyListVector &vertices) |
| void | drawPolygon (const ::WPXPropertyListVector &vertices) |
| void | drawPath (const ::WPXPropertyListVector &path) |
| void | drawGraphicObject (const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData) |
| void | startTextObject (const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path) |
| void | endTextObject () |
| void | startTextLine (const ::WPXPropertyList &) |
| void | endTextLine () |
| void | startTextSpan (const ::WPXPropertyList &propList) |
| void | endTextSpan () |
| void | insertText (const ::WPXString &str) |
Private Member Functions | |
| void | writeStyle (bool isClosed=true) |
| void | drawPolySomething (const ::WPXPropertyListVector &vertices, bool isClosed) |
Private Attributes | |
| ::WPXPropertyListVector | m_gradient |
| ::WPXPropertyList | m_style |
| int | m_gradientIndex |
| int | m_shadowIndex |
| std::ostringstream | m_outputSink |
| VSDStringVector & | m_vec |
| void libvisio::VSDSVGGenerator::drawEllipse | ( | const ::WPXPropertyList & | propList | ) |
| void libvisio::VSDSVGGenerator::drawGraphicObject | ( | const ::WPXPropertyList & | propList, |
| const ::WPXBinaryData & | binaryData | ||
| ) |
| void libvisio::VSDSVGGenerator::drawPath | ( | const ::WPXPropertyListVector & | path | ) |
| void libvisio::VSDSVGGenerator::drawPolygon | ( | const ::WPXPropertyListVector & | vertices | ) |
| void libvisio::VSDSVGGenerator::drawPolyline | ( | const ::WPXPropertyListVector & | vertices | ) |
| void libvisio::VSDSVGGenerator::drawPolySomething | ( | const ::WPXPropertyListVector & | vertices, |
| bool | isClosed | ||
| ) | [private] |
| void libvisio::VSDSVGGenerator::drawRectangle | ( | const ::WPXPropertyList & | propList | ) |
| void libvisio::VSDSVGGenerator::endEmbeddedGraphics | ( | ) | [inline] |
| void libvisio::VSDSVGGenerator::endLayer | ( | ) |
| void libvisio::VSDSVGGenerator::endTextLine | ( | ) | [inline] |
| void libvisio::VSDSVGGenerator::insertText | ( | const ::WPXString & | str | ) |
| void libvisio::VSDSVGGenerator::setStyle | ( | const ::WPXPropertyList & | propList, |
| const ::WPXPropertyListVector & | gradient | ||
| ) |
| void libvisio::VSDSVGGenerator::startEmbeddedGraphics | ( | const ::WPXPropertyList & | ) | [inline] |
| void libvisio::VSDSVGGenerator::startGraphics | ( | const ::WPXPropertyList & | propList | ) |
| void libvisio::VSDSVGGenerator::startLayer | ( | const ::WPXPropertyList & | propList | ) |
| void libvisio::VSDSVGGenerator::startTextLine | ( | const ::WPXPropertyList & | ) | [inline] |
| void libvisio::VSDSVGGenerator::startTextObject | ( | const ::WPXPropertyList & | propList, |
| const ::WPXPropertyListVector & | path | ||
| ) |
| void libvisio::VSDSVGGenerator::startTextSpan | ( | const ::WPXPropertyList & | propList | ) |
| void libvisio::VSDSVGGenerator::writeStyle | ( | bool | isClosed = true | ) | [private] |
::WPXPropertyListVector libvisio::VSDSVGGenerator::m_gradient [private] |
int libvisio::VSDSVGGenerator::m_gradientIndex [private] |
std::ostringstream libvisio::VSDSVGGenerator::m_outputSink [private] |
int libvisio::VSDSVGGenerator::m_shadowIndex [private] |
::WPXPropertyList libvisio::VSDSVGGenerator::m_style [private] |
VSDStringVector& libvisio::VSDSVGGenerator::m_vec [private] |