Public Types |
Public Slots |
Signals |
Public Member Functions |
Protected Slots |
List of all members
Akregator::ListTabWidget Class Reference
#include <listtabwidget.h>
Inherits TQWidget.
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 *) |
Protected Slots | |
void | slotRootNodeChanged (NodeListView *, TreeNode *) |
void | slotTabClicked (int id) |
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.
Member Function Documentation
◆ slotItemBegin
|
slot |
select the first item in the list
Definition at line 73 of file listtabwidget.cpp.
◆ slotItemDown
|
slot |
go one item down
Definition at line 67 of file listtabwidget.cpp.
◆ slotItemEnd
|
slot |
select last item in the list
Definition at line 79 of file listtabwidget.cpp.
◆ slotItemLeft
|
slot |
go to parent item
Definition at line 85 of file listtabwidget.cpp.
◆ slotItemRight
|
slot |
go to first child
Definition at line 91 of file listtabwidget.cpp.
◆ slotItemUp
|
slot |
go one item up
Definition at line 61 of file listtabwidget.cpp.
The documentation for this class was generated from the following files: