25 #ifndef AKREGATOR_ACTIONMANAGERIMPL_H
26 #define AKREGATOR_ACTIONMANAGERIMPL_H
28 #include "actionmanager.h"
34 class KActionCollection;
38 class ArticleListView;
59 virtual KAction* action( const char* name, const char* classname=0);
60 virtual TQWidget* container( const char* name);
62 void initView( View* view);
63 void initTrayIcon(TrayIcon* trayIcon);
65 void initArticleListView(ArticleListView* articleList);
67 void initTabWidget(TabWidget* tabWidget);
68 void setTagSet( TagSet* tagSet);
76 void slotNodeSelected( TreeNode* node);
78 void slotTagAdded( const Tag& tag);
79 void slotTagRemoved( const Tag& tag);
83 KActionCollection* actionCollection();
89 friend class NodeSelectVisitor;
90 class NodeSelectVisitor;
92 class ActionManagerImplPrivate;
93 ActionManagerImplPrivate* d;
98 #endif // AKREGATOR_ACTIONMANAGERIMPL_H
|