KexiMacro::KexiAction Class Reference
#include <kexiaction.h>
Inheritance diagram for KexiMacro::KexiAction:

Detailed Description
Template class to offer common functionality needed by all KoMacro::Action implementations Kexi provides.All the actions Kexi provides are inherited from this template class.
Definition at line 43 of file kexiaction.h.
Public Member Functions | |
| KexiAction (const QString &name, const QString &text) | |
| Constructor. | |
| virtual | ~KexiAction () |
| Destructor. | |
| KexiMainWindow * | mainWin () const |
Constructor & Destructor Documentation
|
||||||||||||
|
Constructor.
Definition at line 28 of file kexiaction.cpp. References KoMacro::Manager::self(), and KoMacro::Action::setText(). |
|
|
Destructor.
Definition at line 41 of file kexiaction.cpp. |
Member Function Documentation
|
|
Definition at line 45 of file kexiaction.cpp. Referenced by KexiMacro::OpenAction::activate(), KexiMacro::NavigateAction::activate(), KexiMacro::MessageAction::activate(), KexiMacro::ExecuteAction::activate(), and KexiMacro::DataTableAction::activate(). |
The documentation for this class was generated from the following files:
