|
Krita Source Code Documentation
|
An interface providing svg loading and saving routines. More...
#include <SvgShape.h>
Inheritance diagram for SvgShape:Public Member Functions | |
| virtual bool | loadSvg (const QDomElement &element, SvgLoadingContext &context) |
| Loads data from specified svg element. | |
| void | saveMetadata (SvgSavingContext &context) |
| virtual bool | saveSvg (SvgSavingContext &context) |
| Saves data utilizing specified svg saving context. | |
| virtual | ~SvgShape () |
An interface providing svg loading and saving routines.
Definition at line 17 of file SvgShape.h.
|
virtual |
Definition at line 10 of file SvgShape.cpp.
|
virtual |
Loads data from specified svg element.
Reimplemented in ImageShape, EllipseShape, and RectangleShape.
Definition at line 19 of file SvgShape.cpp.
| void SvgShape::saveMetadata | ( | SvgSavingContext & | context | ) |
|
virtual |
Saves data utilizing specified svg saving context.
Reimplemented in KoSvgTextShape, ImageShape, EllipseShape, and RectangleShape.
Definition at line 14 of file SvgShape.cpp.