akregator_view.h
92 View(Akregator::Part *part, TQWidget *parent, ActionManagerImpl* actionManager, const char* name);
292 void slotOpenURLReply(const KURL& url, Akregator::Viewer* currentViewer, Akregator::BrowserRun::OpeningMode mode);
297 void slotOpenURL(const KURL& url, Akregator::Viewer* currentViewer, Akregator::BrowserRun::OpeningMode mode);
Akregator-specific implementation of the ActionManager interface.
Definition: actionmanagerimpl.h:51
A proxy class for RSS::Article with some additional methods to assist sorting.
Definition: article.h:58
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
Definition: treenode.h:52
This is the main widget of the view, containing tree view, article list, viewer etc.
Definition: akregator_view.h:81
void slotMouseButtonPressed(int button, const Article &article, const TQPoint &pos, int c)
special behaviour in article list view (TODO: move code there?)
Definition: akregator_view.cpp:1110
void slotFeedURLDropped(KURL::List &urls, TreeNode *after, Folder *parent)
called when URLs are dropped into the tree view
Definition: akregator_view.cpp:1284
bool importFeeds(const TQDomDocument &doc)
Adds the feeds in doc to the "Imported Folder".
Definition: akregator_view.cpp:513
void slotUrlClickedInViewer(const KURL &url, Viewer *viewer, bool newTab, bool background)
HACK: part of the url opening hack for 3.5.
Definition: akregator_view.cpp:850
void slotSetSelectedArticleRead()
marks the currently selected article as read
Definition: akregator_view.cpp:1374
void slotOpenCurrentArticle()
opens current article in new tab, background/foreground depends on settings TODO: use selected instea...
Definition: akregator_view.cpp:1219
void slotMouseOverInfo(const KFileItem *kifi)
displays a URL in the status bar when the user moves the mouse over a link
Definition: akregator_view.cpp:1444
void slotOpenCurrentArticleExternal()
opens the current article (currentItem) in external browser TODO: use selected instead of current?
Definition: akregator_view.cpp:1238
void slotSetCurrentArticleReadDelayed()
marks the currenctly selected article as read after a user-set delay
Definition: akregator_view.cpp:1434
void slotPrevUnreadArticle()
selects the previous unread article in the article list
Definition: akregator_view.cpp:1011
void slotFeedTreeContextMenu(TDEListView *, TreeNode *, const TQPoint &)
Shows requested popup menu for feed tree.
Definition: akregator_view.cpp:726
void slotOpenArticleExternal(const Article &article, const TQPoint &, int)
opens article of item in external browser
Definition: akregator_view.cpp:1212
void slotNodeSelected(TreeNode *node)
selected tree node has changed
Definition: akregator_view.cpp:793
void slotSetSelectedArticleUnread()
marks the currently selected article as unread
Definition: akregator_view.cpp:1412
void slotArticleToggleKeepFlag(bool enabled)
toggles the keep flag of the currently selected article
Definition: akregator_view.cpp:1358
View(Akregator::Part *part, TQWidget *parent, ActionManagerImpl *actionManager, const char *name)
constructor
Definition: akregator_view.cpp:215
void slotOpenCurrentArticleBackgroundTab()
opens the current article (currentItem) in background tab TODO: use selected instead of current?
Definition: akregator_view.cpp:1243
void slotCopyLinkAddress()
copies the link of current article to clipboard
Definition: akregator_view.cpp:1263
void slotSetSelectedArticleNew()
marks the currently selected article as new
Definition: akregator_view.cpp:1423
void slotCaptionChanged(const TQString &)
sets the window caption after a frame change
Definition: akregator_view.cpp:483
void signalUnreadCountChanged(int)
emitted when the unread count of "All Feeds" was changed
void slotOpenNewTab(const KURL &url, bool background=false)
opens a page viewer in a new tab and loads an URL
Definition: akregator_view.cpp:432
void slotFeedRemove()
removes the currently selected feed (ask for confirmation)
Definition: akregator_view.cpp:980
void slotOpenURLReply(const KURL &url, Akregator::Viewer *currentViewer, Akregator::BrowserRun::OpeningMode mode)
HACK: receives signal from browserrun when the browserrun detects an HTML mimetype and actually loads...
Definition: akregator_view.cpp:864
void addFeedToGroup(const TQString &url, const TQString &group)
Add a feed to a group.
Definition: akregator_view.cpp:611
void slotMarkAllRead()
marks all articles in the currently selected feed as read
Definition: akregator_view.cpp:1028
void slotFrameChanged(Frame *f)
called when another part/frame is activated.
Definition: akregator_view.cpp:693
void slotStatusText(const TQString &)
sets the status bar text to a given string
Definition: akregator_view.cpp:477
void slotToggleShowQuickFilter()
toggles the visibility of the filter bar
Definition: akregator_view.cpp:1293
void slotFeedModify()
calls the properties dialog for feeds, starts renaming for feed groups
Definition: akregator_view.cpp:991
void slotOpenHomepage()
opens the homepage of the currently selected feed
Definition: akregator_view.cpp:1034
void slotTextToSpeechRequest()
reads the currently selected articles using KTTSD
Definition: akregator_view.cpp:1385
void slotArticleSelected(const Article &)
the article selection has changed
Definition: akregator_view.cpp:1175
void slotFeedFetched(Feed *)
Feed has been fetched, populate article view if needed and update counters.
Definition: akregator_view.cpp:1092
bool loadFeeds(const TQDomDocument &doc, Folder *parent=0)
Parse OPML presentation of feeds and read in articles archive, if present.
Definition: akregator_view.cpp:545
void slotMarkAllFeedsRead()
marks all articles in all feeds in the tree as read
Definition: akregator_view.cpp:1023
void slotNextUnreadArticle()
selects the next unread article in the article list
Definition: akregator_view.cpp:999