akregator
#include <actionmanagerimpl.h>
Public Slots | |
void | slotNodeSelected (Akregator::TreeNode *node) |
Public Member Functions | |
ActionManagerImpl (Part *part, QObject *parent=0) | |
virtual | ~ActionManagerImpl () |
virtual QAction * | action (const char *name) |
virtual QWidget * | container (const char *name) |
void | initArticleListView (ArticleListView *articleList) |
void | initArticleViewer (ArticleViewer *articleViewer) |
void | initFrameManager (FrameManager *frameManager) |
void | initMainWidget (MainWidget *mainWidget) |
void | initSubscriptionListView (SubscriptionListView *subscriptionListView) |
void | initTabWidget (TabWidget *tabWidget) |
void | setArticleActionsEnabled (bool enabled) |
void | setTrayIcon (TrayIcon *trayIcon) |
Public Member Functions inherited from Akregator::ActionManager | |
ActionManager (QObject *parent=0) | |
virtual | ~ActionManager () |
Protected Member Functions | |
KActionCollection * | actionCollection () |
Additional Inherited Members | |
Static Public Member Functions inherited from Akregator::ActionManager | |
static ActionManager * | getInstance () |
static void | setInstance (ActionManager *manager) |
Detailed Description
Akregator-specific implementation of the ActionManager interface.
Definition at line 50 of file actionmanagerimpl.h.
Constructor & Destructor Documentation
Definition at line 131 of file actionmanagerimpl.cpp.
|
virtual |
Definition at line 148 of file actionmanagerimpl.cpp.
Member Function Documentation
|
virtual |
Implements Akregator::ActionManager.
Definition at line 634 of file actionmanagerimpl.cpp.
|
protected |
Definition at line 629 of file actionmanagerimpl.cpp.
|
virtual |
Implements Akregator::ActionManager.
Definition at line 619 of file actionmanagerimpl.cpp.
void Akregator::ActionManagerImpl::initArticleListView | ( | ArticleListView * | articleList | ) |
Definition at line 447 of file actionmanagerimpl.cpp.
void Akregator::ActionManagerImpl::initArticleViewer | ( | ArticleViewer * | articleViewer | ) |
Definition at line 427 of file actionmanagerimpl.cpp.
void Akregator::ActionManagerImpl::initFrameManager | ( | FrameManager * | frameManager | ) |
Definition at line 585 of file actionmanagerimpl.cpp.
void Akregator::ActionManagerImpl::initMainWidget | ( | MainWidget * | mainWidget | ) |
Definition at line 198 of file actionmanagerimpl.cpp.
void Akregator::ActionManagerImpl::initSubscriptionListView | ( | SubscriptionListView * | subscriptionListView | ) |
Definition at line 464 of file actionmanagerimpl.cpp.
void Akregator::ActionManagerImpl::initTabWidget | ( | TabWidget * | tabWidget | ) |
Definition at line 526 of file actionmanagerimpl.cpp.
|
virtual |
Implements Akregator::ActionManager.
Definition at line 639 of file actionmanagerimpl.cpp.
void Akregator::ActionManagerImpl::setTrayIcon | ( | TrayIcon * | trayIcon | ) |
Definition at line 155 of file actionmanagerimpl.cpp.
|
slot |
Definition at line 125 of file actionmanagerimpl.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.