KNewStuff
KNS::EntryHandler Class Reference
Parser and dumper for KNewStuff data entries. More...
#include <entryhandler.h>
Public Member Functions | |
Entry | entry () |
EntryHandler (const Entry &entry) | |
EntryHandler (const QDomElement &entryxml) | |
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.
For internal use only.
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: