25 #ifndef AKREGATOR_LISTTABWIDGET_H 26 #define AKREGATOR_LISTTABWIDGET_H 56 enum ViewMode { single, verticalTabs }; 58 void setViewMode(ViewMode mode); 59 ViewMode viewMode() const; 61 void addView(NodeListView* view, const TQString& caption, const TQPixmap& icon); 63 NodeListView* activeView() const; 82 void slotPrevUnreadFeed(); 83 void slotNextUnreadFeed(); 90 void slotRootNodeChanged(NodeListView*, TreeNode*); 91 void slotTabClicked( int id); 94 class ListTabWidgetPrivate; 95 ListTabWidgetPrivate* d; 100 #endif // AKREGATOR_LISTTABWIDGET_H
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
|