akregator/src
Akregator::ActionManagerImpl Class Reference
#include <actionmanagerimpl.h>
Inheritance diagram for Akregator::ActionManagerImpl:

Detailed Description
Akregator-specific implementation of the ActionManager interface.
Definition at line 50 of file actionmanagerimpl.h.
Public Slots | |
| void | slotUpdateTagActions (bool enabled, const QStringList &tagIds) |
| void | slotNodeSelected (TreeNode *node) |
| void | slotTagAdded (const Tag &tag) |
| void | slotTagRemoved (const Tag &tag) |
Public Member Functions | |
| ActionManagerImpl (Part *part, QObject *parent=0, const char *name=0) | |
| virtual | ~ActionManagerImpl () |
| virtual KAction * | action (const char *name, const char *classname=0) |
| virtual QWidget * | container (const char *name) |
| void | initView (View *view) |
| void | initTrayIcon (TrayIcon *trayIcon) |
| void | initArticleViewer (ArticleViewer *articleViewer) |
| void | initArticleListView (ArticleListView *articleList) |
| void | initListTabWidget (ListTabWidget *listTabWidget) |
| void | initTabWidget (TabWidget *tabWidget) |
| void | setTagSet (TagSet *tagSet) |
Protected Member Functions | |
| KActionCollection * | actionCollection () |
Friends | |
| class | NodeSelectVisitor |
Member Function Documentation
| void Akregator::ActionManagerImpl::slotUpdateTagActions | ( | bool | enabled, | |
| const QStringList & | tagIds | |||
| ) | [slot] |
fills the remove tag menu with the given tags enables/disables tag menu action according to enabled
Definition at line 142 of file actionmanagerimpl.cpp.
The documentation for this class was generated from the following files:

