Public Member Functions | |
RVNGSVGDrawingGeneratorPrivate (RVNGStringVector &vec, const RVNGString &nmSpace) | |
void | setStyle (const RVNGPropertyList &propList) |
void | writeStyle (bool isClosed=true) |
void | drawPolySomething (const RVNGPropertyListVector &vertices, bool isClosed) |
std::string const & | getNamespaceAndDelim () const |
return the namespace and the delimiter |
Public Attributes | |
std::map< int, RVNGPropertyList > | m_idSpanMap |
RVNGPropertyListVector | m_gradient |
RVNGPropertyList | m_style |
int | m_gradientIndex |
int | m_shadowIndex |
int | m_patternIndex |
index uses when fill=bitmap | |
int | m_arrowStartIndex |
start arrow index | |
int | m_arrowEndIndex |
end arrow index | |
int | m_groupId |
groupId used if svg:id is not defined when calling openGroup | |
int | m_layerId |
layerId used if svg:id is not defined when calling startLayer | |
std::string | m_nmSpace |
a prefix used to define the svg namespace | |
std::string | m_nmSpaceAndDelim |
a prefix used to define the svg namespace with delimiter | |
std::ostringstream | m_outputSink |
RVNGStringVector & | m_vec |
RVNGString | m_masterName |
the actual master name | |
std::map< RVNGString, std::string > | m_masterNameToContentMap |
a map master name to master content | |
std::shared_ptr< Table > | m_table |
the actual opened table |
librevenge::RVNGSVGDrawingGeneratorPrivate::RVNGSVGDrawingGeneratorPrivate | ( | RVNGStringVector & | vec, |
const RVNGString & | nmSpace ) |
void librevenge::RVNGSVGDrawingGeneratorPrivate::drawPolySomething | ( | const RVNGPropertyListVector & | vertices, |
bool | isClosed ) |
|
inline |
return the namespace and the delimiter
Referenced by drawPolySomething(), and setStyle().
void librevenge::RVNGSVGDrawingGeneratorPrivate::setStyle | ( | const RVNGPropertyList & | propList | ) |
void librevenge::RVNGSVGDrawingGeneratorPrivate::writeStyle | ( | bool | isClosed = true | ) |
Referenced by drawPolySomething().
int librevenge::RVNGSVGDrawingGeneratorPrivate::m_arrowEndIndex |
end arrow index
Referenced by RVNGSVGDrawingGeneratorPrivate(), setStyle(), and writeStyle().
int librevenge::RVNGSVGDrawingGeneratorPrivate::m_arrowStartIndex |
start arrow index
Referenced by RVNGSVGDrawingGeneratorPrivate(), setStyle(), and writeStyle().
RVNGPropertyListVector librevenge::RVNGSVGDrawingGeneratorPrivate::m_gradient |
Referenced by RVNGSVGDrawingGeneratorPrivate(), and setStyle().
int librevenge::RVNGSVGDrawingGeneratorPrivate::m_gradientIndex |
Referenced by RVNGSVGDrawingGeneratorPrivate(), setStyle(), and writeStyle().
int librevenge::RVNGSVGDrawingGeneratorPrivate::m_groupId |
groupId used if svg:id is not defined when calling openGroup
Referenced by RVNGSVGDrawingGeneratorPrivate().
std::map<int, RVNGPropertyList> librevenge::RVNGSVGDrawingGeneratorPrivate::m_idSpanMap |
Referenced by RVNGSVGDrawingGeneratorPrivate().
int librevenge::RVNGSVGDrawingGeneratorPrivate::m_layerId |
layerId used if svg:id is not defined when calling startLayer
Referenced by RVNGSVGDrawingGeneratorPrivate().
RVNGString librevenge::RVNGSVGDrawingGeneratorPrivate::m_masterName |
the actual master name
Referenced by RVNGSVGDrawingGeneratorPrivate().
std::map<RVNGString, std::string> librevenge::RVNGSVGDrawingGeneratorPrivate::m_masterNameToContentMap |
a map master name to master content
Referenced by RVNGSVGDrawingGeneratorPrivate().
std::string librevenge::RVNGSVGDrawingGeneratorPrivate::m_nmSpace |
a prefix used to define the svg namespace
Referenced by RVNGSVGDrawingGeneratorPrivate().
std::string librevenge::RVNGSVGDrawingGeneratorPrivate::m_nmSpaceAndDelim |
a prefix used to define the svg namespace with delimiter
Referenced by getNamespaceAndDelim(), and RVNGSVGDrawingGeneratorPrivate().
std::ostringstream librevenge::RVNGSVGDrawingGeneratorPrivate::m_outputSink |
Referenced by drawPolySomething(), RVNGSVGDrawingGeneratorPrivate(), setStyle(), and writeStyle().
int librevenge::RVNGSVGDrawingGeneratorPrivate::m_patternIndex |
index uses when fill=bitmap
Referenced by RVNGSVGDrawingGeneratorPrivate(), setStyle(), and writeStyle().
int librevenge::RVNGSVGDrawingGeneratorPrivate::m_shadowIndex |
Referenced by RVNGSVGDrawingGeneratorPrivate(), setStyle(), and writeStyle().
RVNGPropertyList librevenge::RVNGSVGDrawingGeneratorPrivate::m_style |
Referenced by RVNGSVGDrawingGeneratorPrivate(), setStyle(), and writeStyle().
std::shared_ptr<Table> librevenge::RVNGSVGDrawingGeneratorPrivate::m_table |
the actual opened table
Referenced by RVNGSVGDrawingGeneratorPrivate().
RVNGStringVector& librevenge::RVNGSVGDrawingGeneratorPrivate::m_vec |
Referenced by RVNGSVGDrawingGeneratorPrivate().