25#ifndef AKREGATOR_ACTIONMANAGERIMPL_H
26#define AKREGATOR_ACTIONMANAGERIMPL_H
28#include "actionmanager.h"
34class TDEActionCollection;
50class ActionManagerImpl : public ActionManager
56 ActionManagerImpl( Part* part, TQObject* parent=0, const char* name=0);
57 virtual ~ActionManagerImpl();
59 virtual TDEAction* 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 TDEActionCollection* actionCollection();
89 friend class NodeSelectVisitor;
90 class NodeSelectVisitor;
92 class ActionManagerImplPrivate;
93 ActionManagerImplPrivate* d;
void slotUpdateTagActions(bool enabled, const TQStringList &tagIds) fills the remove tag menu with the given tags enables/disables tag menu action according to enabled
This HTML viewer is used to display articles.
This is a RSS Aggregator "Part".
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
This is the main widget of the view, containing tree view, article list, viewer etc.
|