|
Krita Source Code Documentation
|
This is the complete list of members for KoXmlWriter, including all inherited members.
| addAttribute(const char *attrName, const QString &value) | KoXmlWriter | inline |
| addAttribute(const char *attrName, int value) | KoXmlWriter | inline |
| addAttribute(const char *attrName, uint value) | KoXmlWriter | inline |
| addAttribute(const char *attrName, bool value) | KoXmlWriter | inline |
| addAttribute(const char *attrName, double value) | KoXmlWriter | |
| addAttribute(const char *attrName, float value) | KoXmlWriter | |
| addAttribute(const char *attrName, const QByteArray &value) | KoXmlWriter | |
| addAttribute(const char *attrName, const char *value) | KoXmlWriter | |
| addCompleteElement(QIODevice *dev) | KoXmlWriter | |
| addManifestEntry(const QString &fullPath, const QString &mediaType) | KoXmlWriter | |
| addTextNode(const QString &str) | KoXmlWriter | inline |
| addTextNode(const QByteArray &cstr) | KoXmlWriter | |
| addTextNode(const char *cstr) | KoXmlWriter | |
| baseIndentLevel | KoXmlWriter | |
| canvas | Private | private |
| closeStartElement(Tag &tag) | KoXmlWriter | inlineprivate |
| d | KoXmlWriter | private |
| dev | KoXmlWriter | |
| displayedFrame | Private | private |
| endDocument() | KoXmlWriter | |
| endElement() | KoXmlWriter | |
| escapeBuffer | KoXmlWriter | |
| escapeForXML(const char *source, int length) const | KoXmlWriter | private |
| indentBuffer | KoXmlWriter | |
| intendedFrame | Private | private |
| KoXmlWriter(QIODevice *dev, int indentLevel=0) | KoXmlWriter | explicit |
| KoXmlWriter(const KoXmlWriter &) | KoXmlWriter | private |
| operator=(const KoXmlWriter &) | KoXmlWriter | private |
| prepareForChild(bool indentInside=true) | KoXmlWriter | private |
| prepareForTextNode() | KoXmlWriter | private |
| Private(QIODevice *dev_, int indentLevel=0) | KoXmlWriter | inline |
| Private::Private(KisCanvas2 *c) | Private | inlineprivate |
| startDocument(const char *rootElemName, const char *publicId=0, const char *systemId=0) | KoXmlWriter | |
| startElement(const char *tagName, bool indentInside=true) | KoXmlWriter | |
| tags | KoXmlWriter | |
| writeChar(char c) | KoXmlWriter | private |
| writeCString(const char *cstr) | KoXmlWriter | private |
| writeIndent() | KoXmlWriter | private |
| ~KoXmlWriter() | KoXmlWriter | |
| ~Private() | KoXmlWriter | inline |