akregator/src
Akregator::ListTabWidget Class Reference
#include <listtabwidget.h>
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
- Author:
- Frank Osterfeld
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) | |
virtual | ~ListTabWidget () |
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
|
select the first item in the list
Definition at line 73 of file listtabwidget.cpp. |
|
go one item down
Definition at line 67 of file listtabwidget.cpp. |
|
select last item in the list
Definition at line 79 of file listtabwidget.cpp. |
|
go to parent item
Definition at line 85 of file listtabwidget.cpp. |
|
go to first child
Definition at line 91 of file listtabwidget.cpp. |
|
go one item up
Definition at line 61 of file listtabwidget.cpp. |
The documentation for this class was generated from the following files: