akregator/src
Akregator::ActionManager Class Reference
interface for accessing actions, popup menus etc. More...
#include <actionmanager.h>
Inheritance diagram for Akregator::ActionManager:
Public Member Functions | |
| ActionManager (TQObject *parent=0, const char *name=0) | |
| virtual TDEAction * | action (const char *name, const char *classname=0)=0 |
| virtual TQWidget * | container (const char *name)=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 39 of file actionmanager.h.
The documentation for this class was generated from the following files:
