KNewStuff
KNS::EntryHandler Class Reference
#include <entryhandler.h>
Public Member Functions | |
EntryHandler (const QDomElement &entryxml) | |
EntryHandler (const Entry &entry) | |
Entry | entry () |
Entry * | entryptr () |
QDomElement | entryXML () |
bool | isValid () |
void | setCompatibilityFormat () |
Detailed Description
Parser and dumper for KNewStuff data entries.
This class can be used to construct data entry objects from their XML representation. It can also be used for the inverse.
Definition at line 42 of file entryhandler.h.
Constructor & Destructor Documentation
EntryHandler::EntryHandler | ( | const QDomElement & | entryxml | ) |
Definition at line 34 of file entryhandler.cpp.
EntryHandler::EntryHandler | ( | const Entry & | entry | ) |
Definition at line 27 of file entryhandler.cpp.
Member Function Documentation
Entry EntryHandler::entry | ( | ) |
Definition at line 62 of file entryhandler.cpp.
Entry * EntryHandler::entryptr | ( | ) |
Definition at line 67 of file entryhandler.cpp.
QDomElement EntryHandler::entryXML | ( | ) |
Definition at line 57 of file entryhandler.cpp.
bool EntryHandler::isValid | ( | ) |
Definition at line 52 of file entryhandler.cpp.
void EntryHandler::setCompatibilityFormat | ( | ) |
Definition at line 47 of file entryhandler.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:50:49 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:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.