akregator
treenode.cpp
Go to the documentation of this file.
82 assert( d->signalDestroyedEmitted || !"TreeNode subclasses must call emitSignalDestroyed in their destructor" );
virtual QList< const TreeNode * > children() const
returns the (direct) children of this node.
Definition: treenode.cpp:151
void signalDestroyed(Akregator::TreeNode *)
Emitted when this object is deleted.
virtual void nodeModified()
call this if you modified the actual node (title, unread count).
Definition: treenode.cpp:208
Definition: articlejobs.h:108
QList< const TreeNode * > children() const
returns the (direct) children of this node.
Definition: folder.cpp:124
virtual void setParent(Folder *parent)
Sets parent node; Don't call this directly, is done automatically by insertChild-methods in Folder...
Definition: treenode.cpp:173
void signalChanged(Akregator::TreeNode *)
Notification mechanism: emitted, when the node was modified and notification is enabled.
virtual void doArticleNotification()
reimplement this in subclasses to do the actual notification called by articlesModified ...
Definition: treenode.cpp:224
QPoint listViewScrollBarPositions() const
Definition: treenode.cpp:228
Represents a folder (containing feeds and/or other folders)
Definition: folder.h:44
virtual void articlesModified()
call this if the articles in the node were changed.
Definition: treenode.cpp:216
void setListViewScrollBarPositions(const QPoint &pos)
Definition: treenode.cpp:233
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
Definition: treenode.h:59
virtual void setNotificationMode(bool doNotify)
Definition: treenode.cpp:178
Definition: article.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.