|
Krita Source Code Documentation
|
The HtmlSavingContext class provides context for saving a flake-based document to html. More...
#include <HtmlSavingContext.h>
Classes | |
| struct | Private |
Public Member Functions | |
| HtmlSavingContext (QIODevice &shapeDevice) | |
| KoXmlWriter & | shapeWriter () |
| Provides access to the shape writer. | |
| virtual | ~HtmlSavingContext () |
Private Attributes | |
| const QScopedPointer< Private > | d |
The HtmlSavingContext class provides context for saving a flake-based document to html.
Definition at line 23 of file HtmlSavingContext.h.
| HtmlSavingContext::HtmlSavingContext | ( | QIODevice & | shapeDevice | ) |
Definition at line 26 of file HtmlSavingContext.cpp.
|
virtual |
Definition at line 31 of file HtmlSavingContext.cpp.
References d.
| KoXmlWriter & HtmlSavingContext::shapeWriter | ( | ) |
Provides access to the shape writer.
Definition at line 36 of file HtmlSavingContext.cpp.
References d.
|
private |
Definition at line 34 of file HtmlSavingContext.h.