akregator
Akregator::ActionManager Class Reference
interface for accessing actions, popup menus etc. More...
#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 42 of file actionmanager.h.
Constructor & Destructor Documentation
| Akregator::ActionManager::ActionManager | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 46 of file actionmanager.cpp.
| Akregator::ActionManager::~ActionManager | ( | ) | [virtual] |
Definition at line 50 of file actionmanager.cpp.
Member Function Documentation
| virtual QAction* Akregator::ActionManager::action | ( | const char * | name | ) | [pure virtual] |
Implemented in Akregator::ActionManagerImpl.
| virtual QWidget* Akregator::ActionManager::container | ( | const char * | name | ) | [pure virtual] |
Implemented in Akregator::ActionManagerImpl.
| ActionManager * Akregator::ActionManager::getInstance | ( | ) | [static] |
Definition at line 35 of file actionmanager.cpp.
| virtual void Akregator::ActionManager::setArticleActionsEnabled | ( | bool | enabled | ) | [pure virtual] |
Implemented in Akregator::ActionManagerImpl.
| void Akregator::ActionManager::setInstance | ( | ActionManager * | manager | ) | [static] |
Definition at line 40 of file actionmanager.cpp.
The documentation for this class was generated from the following files:
KDE 4.5 API Reference