|
Krita Source Code Documentation
|
#include <KoStoreDevice.h>
Inheritance diagram for KoStoreDevice:Public Member Functions | |
| bool | atEnd () const override |
| void | close () override |
| bool | isSequential () const override |
| KoStoreDevice (KoStore *store) | |
| Note: KoStore::open() should be called before calling this. | |
| bool | open (OpenMode m) override |
| qint64 | pos () const override |
| bool | seek (qint64 pos) override |
| qint64 | size () const override |
| ~KoStoreDevice () override | |
Protected Member Functions | |
| qint64 | readData (char *data, qint64 maxlen) override |
| qint64 | writeData (const char *data, qint64 len) override |
Protected Attributes | |
| KoStore * | m_store |
This class implements a QIODevice around KoStore, so that it can be used to create a QDomDocument from it, to be written or read using QDataStream or to be written using QTextStream
Definition at line 19 of file KoStoreDevice.h.
|
inlineexplicit |
Note: KoStore::open() should be called before calling this.
Definition at line 24 of file KoStoreDevice.h.
References KoStore::Read.
|
override |
Definition at line 9 of file KoStoreDevice.cpp.
|
inlineoverride |
Definition at line 58 of file KoStoreDevice.h.
|
inlineoverride |
Definition at line 42 of file KoStoreDevice.h.
|
inlineoverride |
Definition at line 30 of file KoStoreDevice.h.
|
inlineoverride |
Definition at line 34 of file KoStoreDevice.h.
References KoStore::Read, and KoStore::Write.
|
inlineoverride |
Definition at line 52 of file KoStoreDevice.h.
|
inlineoverrideprotected |
|
inlineoverride |
Definition at line 55 of file KoStoreDevice.h.
|
inlineoverride |
Definition at line 44 of file KoStoreDevice.h.
References KoStore::Read.
|
inlineoverrideprotected |
|
protected |
Definition at line 63 of file KoStoreDevice.h.