Krita Source Code Documentation
Loading...
Searching...
No Matches
HtmlSavingContext::Private Struct Reference

Public Member Functions

 Private (QIODevice *_shapeDevice)
 

Public Attributes

QBuffer shapeBuffer
 
QIODevice * shapeDevice
 
QScopedPointer< KoXmlWritershapeWriter
 

Detailed Description

Definition at line 12 of file HtmlSavingContext.cpp.

Constructor & Destructor Documentation

◆ Private()

HtmlSavingContext::Private::Private ( QIODevice * _shapeDevice)
inline

Definition at line 14 of file HtmlSavingContext.cpp.

15 : shapeDevice(_shapeDevice)
16 , shapeWriter(0)
17 {
18 shapeWriter.reset(new KoXmlWriter(&shapeBuffer, 1));
19 }
QScopedPointer< KoXmlWriter > shapeWriter

References shapeBuffer, and shapeWriter.

Member Data Documentation

◆ shapeBuffer

QBuffer HtmlSavingContext::Private::shapeBuffer

Definition at line 22 of file HtmlSavingContext.cpp.

◆ shapeDevice

QIODevice* HtmlSavingContext::Private::shapeDevice

Definition at line 21 of file HtmlSavingContext.cpp.

◆ shapeWriter

QScopedPointer<KoXmlWriter> HtmlSavingContext::Private::shapeWriter

Definition at line 23 of file HtmlSavingContext.cpp.


The documentation for this struct was generated from the following file: