#include <WPGSVGGenerator.h>
◆ WPGSVGGenerator()
libwpg::WPGSVGGenerator::WPGSVGGenerator |
( |
std::ostream & |
output_sink | ) |
|
◆ ~WPGSVGGenerator()
libwpg::WPGSVGGenerator::~WPGSVGGenerator |
( |
| ) |
|
◆ drawEllipse()
void libwpg::WPGSVGGenerator::drawEllipse |
( |
const ::WPXPropertyList & |
propList | ) |
|
|
virtual |
◆ drawGraphicObject()
void libwpg::WPGSVGGenerator::drawGraphicObject |
( |
const ::WPXPropertyList & |
propList, |
|
|
const ::WPXBinaryData & |
binaryData |
|
) |
| |
|
virtual |
◆ drawPath()
void libwpg::WPGSVGGenerator::drawPath |
( |
const ::WPXPropertyListVector & |
path | ) |
|
|
virtual |
◆ drawPolygon()
void libwpg::WPGSVGGenerator::drawPolygon |
( |
const ::WPXPropertyListVector & |
vertices | ) |
|
|
virtual |
◆ drawPolyline()
void libwpg::WPGSVGGenerator::drawPolyline |
( |
const ::WPXPropertyListVector & |
vertices | ) |
|
|
virtual |
◆ drawPolySomething()
void libwpg::WPGSVGGenerator::drawPolySomething |
( |
const ::WPXPropertyListVector & |
vertices, |
|
|
bool |
isClosed |
|
) |
| |
|
private |
◆ drawRectangle()
void libwpg::WPGSVGGenerator::drawRectangle |
( |
const ::WPXPropertyList & |
propList | ) |
|
|
virtual |
◆ endEmbeddedGraphics()
void libwpg::WPGSVGGenerator::endEmbeddedGraphics |
( |
| ) |
|
|
inlinevirtual |
◆ endGraphics()
void libwpg::WPGSVGGenerator::endGraphics |
( |
| ) |
|
|
virtual |
◆ endLayer()
void libwpg::WPGSVGGenerator::endLayer |
( |
| ) |
|
|
virtual |
◆ endTextLine()
void libwpg::WPGSVGGenerator::endTextLine |
( |
| ) |
|
|
inlinevirtual |
◆ endTextObject()
void libwpg::WPGSVGGenerator::endTextObject |
( |
| ) |
|
|
virtual |
◆ endTextSpan()
void libwpg::WPGSVGGenerator::endTextSpan |
( |
| ) |
|
|
virtual |
◆ insertText()
void libwpg::WPGSVGGenerator::insertText |
( |
const ::WPXString & |
str | ) |
|
|
virtual |
◆ setStyle()
void libwpg::WPGSVGGenerator::setStyle |
( |
const ::WPXPropertyList & |
propList, |
|
|
const ::WPXPropertyListVector & |
gradient |
|
) |
| |
|
virtual |
◆ startEmbeddedGraphics()
void libwpg::WPGSVGGenerator::startEmbeddedGraphics |
( |
const ::WPXPropertyList & |
| ) |
|
|
inlinevirtual |
◆ startGraphics()
void libwpg::WPGSVGGenerator::startGraphics |
( |
const ::WPXPropertyList & |
propList | ) |
|
|
virtual |
◆ startLayer()
void libwpg::WPGSVGGenerator::startLayer |
( |
const ::WPXPropertyList & |
propList | ) |
|
|
virtual |
◆ startTextLine()
void libwpg::WPGSVGGenerator::startTextLine |
( |
const ::WPXPropertyList & |
| ) |
|
|
inlinevirtual |
◆ startTextObject()
void libwpg::WPGSVGGenerator::startTextObject |
( |
const ::WPXPropertyList & |
propList, |
|
|
const ::WPXPropertyListVector & |
path |
|
) |
| |
|
virtual |
◆ startTextSpan()
void libwpg::WPGSVGGenerator::startTextSpan |
( |
const ::WPXPropertyList & |
propList | ) |
|
|
virtual |
◆ writeStyle()
void libwpg::WPGSVGGenerator::writeStyle |
( |
bool |
isClosed = true | ) |
|
|
private |
◆ m_gradient
::WPXPropertyListVector libwpg::WPGSVGGenerator::m_gradient |
|
private |
◆ m_gradientIndex
int libwpg::WPGSVGGenerator::m_gradientIndex |
|
private |
◆ m_outputSink
std::ostream& libwpg::WPGSVGGenerator::m_outputSink |
|
private |
Referenced by drawEllipse(), drawGraphicObject(), drawPath(), drawPolySomething(), drawRectangle(), endGraphics(), endLayer(), endTextObject(), endTextSpan(), insertText(), setStyle(), startGraphics(), startLayer(), startTextObject(), startTextSpan(), and writeStyle().
◆ m_shadowIndex
int libwpg::WPGSVGGenerator::m_shadowIndex |
|
private |
◆ m_style
::WPXPropertyList libwpg::WPGSVGGenerator::m_style |
|
private |
The documentation for this class was generated from the following files: