syndication/atom
Syndication::Atom::Generator Class Reference
  #include <generator.h>
Inherits ElementWrapper.
Public Member Functions | |
| Generator () | |
| Generator (const QDomElement &element) | |
| QString | debugInfo () const | 
| 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.
      
  | 
  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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference