AlkDomDocument
AlkDomDocument Class Reference
#include <alkdom.h>
Inheritance diagram for AlkDomDocument:

Public Member Functions | |
| AlkDomDocument (const QString &type=QString()) | |
| AlkDomElement | createElement (const QString &name) |
| QString | toString (bool withIndentation=true, int level=0) const override |
Public Member Functions inherited from AlkDomElement | |
| AlkDomElement (const QString &tag=QString()) | |
| void | appendChild (const AlkDomElement &element) |
| void | setAttribute (const QString &name, const QString &value) |
| void | setAttribute (const QString &name, double value) |
| void | setComment (const QString &comment) |
Protected Attributes | |
| QString | m_type |
Protected Attributes inherited from AlkDomElement | |
| QStringList | m_attributes |
| QList< AlkDomElement > | m_childs |
| QString | m_comment |
| QString | m_tag |
Detailed Description
The class AlkDomDocument is a simple replacement for QDomDocument.
Constructor & Destructor Documentation
◆ AlkDomDocument()
Definition at line 71 of file alkdom.cpp.
◆ ~AlkDomDocument()
|
overridevirtual |
Definition at line 77 of file alkdom.cpp.
Member Function Documentation
◆ createElement()
| AlkDomElement AlkDomDocument::createElement | ( | const QString & | name | ) |
Definition at line 81 of file alkdom.cpp.
◆ toString()
|
overridevirtual |
Reimplemented from AlkDomElement.
Definition at line 86 of file alkdom.cpp.
Member Data Documentation
◆ m_type
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from