kexi
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) | |
virtual | ~KexiAction () |
KexiMainWindow * | mainWin () const |
Constructor & Destructor Documentation
KexiAction::KexiAction | ( | const QString & | name, | |
const QString & | text | |||
) |
Constructor.
- Parameters:
-
name The unique name the KoMacro::Action has. This name will be used to identify the action. text The i18n-caption text used for display purposes.
Definition at line 28 of file kexiaction.cpp.
KexiAction::~KexiAction | ( | ) | [virtual] |
Member Function Documentation
KexiMainWindow * KexiAction::mainWin | ( | ) | const |
- Returns:
- the KexiMainWindow instance we are running in.
Definition at line 45 of file kexiaction.cpp.
The documentation for this class was generated from the following files: