akregator/src

Akregator::ActionManager Class Referenceabstract

#include <actionmanager.h>

Inheritance diagram for Akregator::ActionManager:
Akregator::ActionManagerImpl

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.

Constructor & Destructor Documentation

◆ ActionManager()

Akregator::ActionManager::ActionManager ( TQObject * parent = 0,
const char * name = 0 )

Definition at line 46 of file actionmanager.cpp.

◆ ~ActionManager()

Akregator::ActionManager::~ActionManager ( )
virtual

Definition at line 49 of file actionmanager.cpp.

Member Function Documentation

◆ getInstance()

ActionManager * Akregator::ActionManager::getInstance ( )
static

Definition at line 35 of file actionmanager.cpp.

◆ setInstance()

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: