akregator/src
Akregator::TagFolder Class Reference
Inheritance diagram for Akregator::TagFolder:

Detailed Description
Definition at line 37 of file tagfolder.h.
Public Member Functions | |
| TagFolder (const QString &title=QString::null) | |
| virtual | ~TagFolder () |
| virtual bool | accept (TreeNodeVisitor *visitor) |
| virtual QDomElement | toOPML (QDomElement parent, QDomDocument document) const |
Member Function Documentation
| QDomElement Akregator::TagFolder::toOPML | ( | QDomElement | parent, | |
| QDomDocument | document | |||
| ) | const [virtual] |
converts the feed group into OPML format for save and export and appends it to node parent in document .
Children are processed and appended recursively.
- Parameters:
-
parent The parent element document The DOM document
- Returns:
- The newly created element representing this feed group
Reimplemented from Akregator::Folder.
Definition at line 55 of file tagfolder.cpp.
The documentation for this class was generated from the following files:

