KNewStuff
KNS::EntryHandler Class Reference
#include <entryhandler.h>
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 44 of file entryhandler.h.
Public Member Functions | |
Entry | entry () |
EntryHandler (const Entry &entry) | |
EntryHandler (const QDomElement &entryxml) | |
Entry * | entryptr () |
QDomElement | entryXML () |
bool | isValid () |
void | setCompatibilityFormat () |
Constructor & Destructor Documentation
EntryHandler::EntryHandler | ( | const QDomElement & | entryxml | ) |
Definition at line 36 of file entryhandler.cpp.
EntryHandler::EntryHandler | ( | const Entry & | entry | ) |
Definition at line 29 of file entryhandler.cpp.
Member Function Documentation
Entry EntryHandler::entry | ( | ) |
Definition at line 64 of file entryhandler.cpp.
Entry * EntryHandler::entryptr | ( | ) |
Definition at line 69 of file entryhandler.cpp.
QDomElement EntryHandler::entryXML | ( | ) |
Definition at line 59 of file entryhandler.cpp.
bool EntryHandler::isValid | ( | ) |
Definition at line 54 of file entryhandler.cpp.
void EntryHandler::setCompatibilityFormat | ( | ) |
Definition at line 49 of file entryhandler.cpp.
The documentation for this class was generated from the following files: