akregator
Akregator::ActionManager Class Referenceabstract
#include <actionmanager.h>
Inheritance diagram for Akregator::ActionManager:
Public Member Functions | |
ActionManager (QObject *parent=0) | |
virtual | ~ActionManager () |
virtual QAction * | action (const char *name)=0 |
virtual QWidget * | container (const char *name)=0 |
virtual void | setArticleActionsEnabled (bool enabled)=0 |
Static Public Member Functions | |
static ActionManager * | getInstance () |
static void | setInstance (ActionManager *manager) |
Detailed Description
interface for accessing actions, popup menus etc.
from widgets. (Extracted from the implementation to avoid dependencies between widgets and Akregator::Part).
Definition at line 44 of file actionmanager.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 46 of file actionmanager.cpp.
|
virtual |
Definition at line 50 of file actionmanager.cpp.
Member Function Documentation
|
pure virtual |
Implemented in Akregator::ActionManagerImpl.
|
pure virtual |
Implemented in Akregator::ActionManagerImpl.
|
static |
Definition at line 35 of file actionmanager.cpp.
|
pure virtual |
Implemented in Akregator::ActionManagerImpl.
|
static |
Definition at line 40 of file actionmanager.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.