libkdeedu/keduvocdocument
KEduVocKvtml2Writer Class Reference
#include <keduvockvtml2writer.h>
Public Member Functions | |
KEduVocKvtml2Writer (QFile *file) | |
QByteArray | toByteArray (KEduVocDocument *doc, const QString &generator) |
bool | writeDoc (KEduVocDocument *doc, const QString &generator) |
Static Public Member Functions | |
static void | appendTextElement (QDomElement &parent, const QString &elementName, const QString &text) |
Detailed Description
Class to write kvtml2 data files from KEduVocDocument.
Definition at line 38 of file keduvockvtml2writer.h.
Constructor & Destructor Documentation
KEduVocKvtml2Writer::KEduVocKvtml2Writer | ( | QFile * | file | ) |
Definition at line 31 of file keduvockvtml2writer.cpp.
Member Function Documentation
|
static |
Helper function, appends a new element AND a text child to parent
Only appends if text
is NOT empty.
- Parameters
-
parent elementName text
Definition at line 654 of file keduvockvtml2writer.cpp.
QByteArray KEduVocKvtml2Writer::toByteArray | ( | KEduVocDocument * | doc, |
const QString & | generator | ||
) |
Definition at line 47 of file keduvockvtml2writer.cpp.
bool KEduVocKvtml2Writer::writeDoc | ( | KEduVocDocument * | doc, |
const QString & | generator | ||
) |
Definition at line 37 of file keduvockvtml2writer.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.