|
Krita Source Code Documentation
|
Public Member Functions | |
| Tag (const char *t=0, bool ind=true) | |
| Tag (const Tag &original) | |
| ~Tag () | |
Public Attributes | |
| bool | hasChildren: 1 |
| element or text children | |
| bool | indentInside: 1 |
| whether to indent the contents of this tag | |
| bool | lastChildIsText: 1 |
| last child is a text node | |
| bool | openingTagClosed: 1 |
| true once the '>' in <tag a="b"> is written out | |
| char * | tagName {0} |
Definition at line 151 of file KoXmlWriter.h.
|
inline |
Definition at line 152 of file KoXmlWriter.h.
|
inline |
Definition at line 162 of file KoXmlWriter.h.
|
inline |
Definition at line 166 of file KoXmlWriter.h.
References hasChildren, indentInside, lastChildIsText, openingTagClosed, and tagName.
| bool KoXmlWriter::Tag::hasChildren |
element or text children
Definition at line 178 of file KoXmlWriter.h.
| bool KoXmlWriter::Tag::indentInside |
whether to indent the contents of this tag
Definition at line 181 of file KoXmlWriter.h.
| bool KoXmlWriter::Tag::lastChildIsText |
last child is a text node
Definition at line 179 of file KoXmlWriter.h.
| bool KoXmlWriter::Tag::openingTagClosed |
true once the '>' in <tag a="b"> is written out
Definition at line 180 of file KoXmlWriter.h.
| char* KoXmlWriter::Tag::tagName {0} |
Definition at line 177 of file KoXmlWriter.h.