Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgWriter Member List

This is the complete list of members for SvgWriter, including all inherited members.

m_documentDescriptionSvgWriterprivate
m_documentTitleSvgWriterprivate
m_toplevelShapesSvgWriterprivate
m_writeInlineImagesSvgWriterprivate
save(QIODevice &outputDevice, const QSizeF &pageSize)SvgWriter
save(const QString &filename, const QSizeF &pageSize, bool writeInlineImages)SvgWriter
saveDetached(QIODevice &outputDevice)SvgWriter
saveDetached(SvgSavingContext &savingContext)SvgWriter
saveGeneric(KoShape *shape, SvgSavingContext &context)SvgWriterprivate
saveGroup(KoShapeGroup *group, SvgSavingContext &context)SvgWriterprivate
saveLayer(KoShapeLayer *layer, SvgSavingContext &context)SvgWriterprivate
savePath(KoPathShape *path, SvgSavingContext &context)SvgWriterprivate
saveShape(KoShape *shape, SvgSavingContext &context)SvgWriterprivate
saveShapes(const QList< KoShape * > shapes, SvgSavingContext &savingContext)SvgWriterprivate
setDocumentDescription(QString description)SvgWriter
setDocumentTitle(QString title)SvgWriter
SvgWriter(const QList< KoShapeLayer * > &layers)SvgWriter
SvgWriter(const QList< KoShape * > &toplevelShapes)SvgWriter
~SvgWriter()SvgWritervirtual