kexi
KexiUserActionMethod Class Reference
#include <kexiuseractionmethod.h>
Detailed Description
describes a UserActionCommand
Definition at line 12 of file kexiuseractionmethod.h.
Public Member Functions | |
| KexiUserActionMethod (int method, ArgTypes types, ArgNames names) | |
| int | method () |
| ArgTypes | types () |
| ArgNames | names () |
Static Public Member Functions | |
| static QString | methodName (int method) |
| static QString | typeName (int type) |
Constructor & Destructor Documentation
| KexiUserActionMethod::KexiUserActionMethod | ( | int | method, | |
| ArgTypes | types, | |||
| ArgNames | names | |||
| ) |
constructs a UserActionCommand describtion
Definition at line 6 of file kexiuseractionmethod.cpp.
Member Function Documentation
| int KexiUserActionMethod::method | ( | ) | [inline] |
| ArgTypes KexiUserActionMethod::types | ( | ) | [inline] |
- Returns:
- argument type information of this method
Definition at line 22 of file kexiuseractionmethod.h.
| ArgNames KexiUserActionMethod::names | ( | ) | [inline] |
| QString KexiUserActionMethod::methodName | ( | int | method | ) | [static] |
| static QString KexiUserActionMethod::typeName | ( | int | type | ) | [static] |
- Returns:
- an i18n string for type
The documentation for this class was generated from the following files:

