KexiFormEventAction::ActionData Class Reference
#include <kexiformeventhandler.h>
Detailed Description
A structure used in currentActionName().
Definition at line 61 of file kexiformeventhandler.h.
Public Member Functions | |
| ActionData () | |
| KexiPart::Info * | decodeString (QString &actionType, QString &actionArg, bool &ok) const |
| bool | isEmpty () const |
Public Attributes | |
| QString | string |
| action string with prefix, like "kaction:edit_copy" or "table:<tableName>" | |
| QString | option |
| option used when name is "table/query/etc. | |
Constructor & Destructor Documentation
|
|
Definition at line 37 of file kexiformeventhandler.cpp. |
Member Function Documentation
|
||||||||||||||||
|
Decodes action string into action type/action argument parts. Action string has to be in a form of "actiontype:actionarg"
Definition at line 46 of file kexiformeventhandler.cpp. References Kexi::partManager(), and string. Referenced by KexiActionSelectionDialog::KexiActionSelectionDialog(), and KexiFormEventHandler::setMainWidgetForEventHandling(). |
|
|
Definition at line 41 of file kexiformeventhandler.cpp. References string. Referenced by KexiFormEventHandler::setMainWidgetForEventHandling(). |
Member Data Documentation
|
|
option used when name is "table/query/etc. :<objectName>" is set; can be set to "open", "design", "editText", etc.
Definition at line 82 of file kexiformeventhandler.h. Referenced by KexiActionSelectionDialog::currentAction(), KexiActionSelectionDialog::KexiActionSelectionDialog(), KexiFormEventHandler::setMainWidgetForEventHandling(), and KexiFormPart::slotAssignAction(). |
|
|
action string with prefix, like "kaction:edit_copy" or "table:<tableName>"
Definition at line 80 of file kexiformeventhandler.h. Referenced by KexiActionSelectionDialog::currentAction(), decodeString(), isEmpty(), KexiFormEventHandler::setMainWidgetForEventHandling(), and KexiFormPart::slotAssignAction(). |
The documentation for this class was generated from the following files:
