akregator/src
Akregator::ListTabWidget Class Reference
#include <listtabwidget.h>
Inherits QWidget.
Detailed Description
A widget containing multiple list views, e.g.feed list, tag list etc. It also forwards slot calls triggered by keyboard shortcuts to the currently active view. Lists are added to a tab widget
Definition at line 45 of file listtabwidget.h.
Public Types | |
| enum | ViewMode { single, verticalTabs } |
Public Slots | |
| void | slotItemUp () |
| void | slotItemDown () |
| void | slotItemBegin () |
| void | slotItemEnd () |
| void | slotItemLeft () |
| void | slotItemRight () |
| void | slotPrevFeed () |
| void | slotNextFeed () |
| void | slotPrevUnreadFeed () |
| void | slotNextUnreadFeed () |
Signals | |
| void | signalNodeSelected (TreeNode *) |
Public Member Functions | |
| ListTabWidget (QWidget *parent=0, const char *name=0) | |
| void | setViewMode (ViewMode mode) |
| ViewMode | viewMode () const |
| void | addView (NodeListView *view, const QString &caption, const QPixmap &icon) |
| NodeListView * | activeView () const |
Protected Slots | |
| void | slotRootNodeChanged (NodeListView *, TreeNode *) |
| void | slotTabClicked (int id) |
Member Function Documentation
| void Akregator::ListTabWidget::slotItemUp | ( | ) | [slot] |
| void Akregator::ListTabWidget::slotItemDown | ( | ) | [slot] |
| void Akregator::ListTabWidget::slotItemBegin | ( | ) | [slot] |
| void Akregator::ListTabWidget::slotItemEnd | ( | ) | [slot] |
| void Akregator::ListTabWidget::slotItemLeft | ( | ) | [slot] |
| void Akregator::ListTabWidget::slotItemRight | ( | ) | [slot] |
The documentation for this class was generated from the following files:

