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

Detailed Description
Definition at line 39 of file feedlistview.h.
Public Slots | |
void | slotItemUp () |
void | slotItemDown () |
void | slotItemBegin () |
void | slotItemEnd () |
void | slotItemLeft () |
void | slotItemRight () |
void | slotPrevFeed () |
void | slotNextFeed () |
void | slotPrevUnreadFeed () |
void | slotNextUnreadFeed () |
Signals | |
void | signalDropped (KURL::List &, TreeNode *, Folder *) |
void | signalNodeSelected (TreeNode *) |
void | signalRootNodeChanged (NodeListView *, TreeNode *) |
void | signalContextMenu (KListView *, TreeNode *, const QPoint &) |
Public Member Functions | |
NodeListView (QWidget *parent=0, const char *name=0) | |
virtual | ~NodeListView () |
void | setNodeList (NodeList *nodeList) |
Folder * | rootNode () |
TreeNode * | selectedNode () |
void | setSelectedNode (TreeNode *node) |
TreeNode * | findNodeByTitle (const QString &title) |
void | ensureNodeVisible (TreeNode *node) |
void | startNodeRenaming (TreeNode *node) |
virtual void | clear () |
void | setShowTagFolders (bool enabled) |
TreeNodeItem * | findNodeItem (TreeNode *node) |
virtual TreeNodeItem * | findItemByTitle (const QString &text, int column, ComparisonFlags compare=ExactMatch|CaseSensitive) const |
virtual void | connectToNode (TreeNode *node) |
virtual void | disconnectFromNode (TreeNode *node) |
virtual void | connectToNodeList (NodeList *list) |
virtual void | disconnectFromNodeList (NodeList *list) |
virtual void | drawContentsOffset (QPainter *p, int ox, int oy, int cx, int cy, int cw, int ch) |
virtual void | contentsDragMoveEvent (QDragMoveEvent *event) |
virtual bool | acceptDrag (QDropEvent *event) const |
virtual void | movableDropEvent (QListViewItem *parent, QListViewItem *afterme) |
virtual QDragObject * | dragObject () |
Public Attributes | |
NodeListViewPrivate * | d |
Protected Slots | |
void | slotDropped (QDropEvent *e, QListViewItem *after) |
void | slotRootNodeChanged (TreeNode *) |
virtual void | slotSelectionChanged (QListViewItem *item) |
virtual void | slotContextMenu (KListView *list, QListViewItem *item, const QPoint &p) |
virtual void | slotItemRenamed (QListViewItem *item, int col, const QString &text) |
virtual void | slotFeedFetchStarted (Feed *feed) |
virtual void | slotFeedFetchAborted (Feed *feed) |
virtual void | slotFeedFetchError (Feed *feed) |
virtual void | slotFeedFetchCompleted (Feed *feed) |
void | openFolder () |
virtual void | slotNodeAdded (TreeNode *node) |
virtual void | slotNodeRemoved (Folder *parent, TreeNode *node) |
virtual void | slotNodeDestroyed (TreeNode *node) |
virtual void | slotNodeChanged (TreeNode *node) |
virtual void | slotNodeListDestroyed (NodeList *) |
Friends | |
class | ConnectNodeVisitor |
class | DisconnectNodeVisitor |
class | CreateItemVisitor |
class | DeleteItemVisitor |
class | DragAndDropVisitor |
Member Function Documentation
|
reimplemented: clears the view and creates the root node ("All Feeds")
Definition at line 482 of file feedlistview.cpp. |
|
observe
Definition at line 936 of file feedlistview.cpp. |
|
stop observing
Definition at line 960 of file feedlistview.cpp. |
|
ensures that
Definition at line 468 of file feedlistview.cpp. |
|
reimplemented to return TreeNodeItem*
Definition at line 463 of file feedlistview.cpp. |
|
Find first node with title
Definition at line 449 of file feedlistview.cpp. |
|
Find item belonging to tree node
Definition at line 458 of file feedlistview.cpp. |
|
Returns root node ("All Feeds").
Definition at line 430 of file feedlistview.cpp. |
|
Returns the currently selected node,
Definition at line 435 of file feedlistview.cpp. |
|
sets the feed list to show. Disconnects from the old feed list, if there is any. Definition at line 406 of file feedlistview.cpp. |
|
selects
Definition at line 442 of file feedlistview.cpp. |
|
if enabled, the view shows tag folders
Definition at line 550 of file feedlistview.cpp. |
|
select the first item in the list
Definition at line 695 of file feedlistview.cpp. |
|
go one item down
Definition at line 686 of file feedlistview.cpp. |
|
select last item in the list
Definition at line 701 of file feedlistview.cpp. |
|
go to parent item
Definition at line 711 of file feedlistview.cpp. |
|
go to first child
Definition at line 729 of file feedlistview.cpp. |
|
go one item up
Definition at line 677 of file feedlistview.cpp. |
|
called when a node is added to the tree. If no item for the node exists, it will be created Definition at line 924 of file feedlistview.cpp. |
|
update the item belonging to the node
Definition at line 985 of file feedlistview.cpp. |
|
deletes the item belonging to the deleted node
Definition at line 974 of file feedlistview.cpp. |
|
Called when a node in the tree is taken out of the tree (parent->removeChild()). Removes a node and its children from the tree. Note that it doesn't delete the corresponding view items (get deleted only when the node itself gets deleted) Definition at line 930 of file feedlistview.cpp. |
|
activates in-place renaming for the item of
Definition at line 473 of file feedlistview.cpp. |
The documentation for this class was generated from the following files: