lib
Kross::Api::EventAction Class Reference
#include <eventaction.h>
Inheritance diagram for Kross::Api::EventAction:

Detailed Description
The EventAction class is used to wrap KAction instances into the Kross object hierachy and provide access to them.Definition at line 40 of file eventaction.h.
Public Types | |
typedef KSharedPtr< EventAction > | Ptr |
Public Member Functions | |
EventAction (const QString &name, KAction *action) | |
virtual | ~EventAction () |
virtual const QString | getClassName () const |
Member Typedef Documentation
typedef KSharedPtr<EventAction> Kross::Api::EventAction::Ptr |
Shared pointer to implement reference-counting.
Reimplemented from Kross::Api::Callable.
Definition at line 48 of file eventaction.h.
Constructor & Destructor Documentation
EventAction::EventAction | ( | const QString & | name, | |
KAction * | action | |||
) |
EventAction::~EventAction | ( | ) | [virtual] |
Member Function Documentation
const QString EventAction::getClassName | ( | ) | const [virtual] |
- See also:
- Kross::Api::Object::getClassName()
Reimplemented from Kross::Api::Callable.
Definition at line 45 of file eventaction.cpp.
The documentation for this class was generated from the following files: