syndication/atom
Syndication::Atom::Generator Class Reference
Description of the agent used to generate the feed. More...
#include <generator.h>
Inherits ElementWrapper.
Public Member Functions | |
QString | debugInfo () const |
Generator (const QDomElement &element) | |
Generator () | |
QString | name () const |
QString | uri () const |
QString | version () const |
Detailed Description
Description of the agent used to generate the feed.
Definition at line 39 of file generator.h.
Constructor & Destructor Documentation
Syndication::Atom::Generator::Generator | ( | ) |
default constructor, creates a null generator
Definition at line 31 of file generator.cpp.
Syndication::Atom::Generator::Generator | ( | const QDomElement & | element | ) | [explicit] |
creates a Generator wrapping an atom:generator element.
- Parameters:
-
element a DOM element, should be a atom:generator element (although not enforced), otherwise this object will not parse anything useful
Definition at line 35 of file generator.cpp.
Member Function Documentation
QString Syndication::Atom::Generator::debugInfo | ( | ) | const |
a description of this generator for debugging purposes.
- Returns:
- debug info
Definition at line 54 of file generator.cpp.
QString Syndication::Atom::Generator::name | ( | ) | const |
human-readable name of the generator.
(optional)
- Returns:
- generator name as plain text
Definition at line 44 of file generator.cpp.
QString Syndication::Atom::Generator::uri | ( | ) | const |
QString Syndication::Atom::Generator::version | ( | ) | const |
version of the agent (optional)
Definition at line 49 of file generator.cpp.
The documentation for this class was generated from the following files: