KexiSharedActionClient Class Reference
#include <kexisharedactionclient.h>
Inheritance diagram for KexiSharedActionClient:

Detailed Description
See KexiTableView and KexiFormScrollView for example usage.
Definition at line 31 of file kexisharedactionclient.h.
Public Member Functions | |
| KexiSharedActionClient () | |
| virtual | ~KexiSharedActionClient () |
| void | plugSharedAction (KAction *a) |
Protected Attributes | |
| QAsciiDict< KAction > | m_sharedActions |
| Actions pluged for this widget using plugSharedAction(), available by name. | |
Constructor & Destructor Documentation
|
|
Definition at line 24 of file kexisharedactionclient.cpp. |
|
|
Definition at line 29 of file kexisharedactionclient.cpp. |
Member Function Documentation
|
|
Plugs action a for a widget. The action will be later looked up (by name) on key press event, to get proper shortcut. If found, we know that the action is already performed at main window's level, so we should give up. Otherwise - default shortcut will be used (example: Shift+Enter key for "data_save_row" action).
Definition at line 33 of file kexisharedactionclient.cpp. References m_sharedActions. Referenced by KexiDataAwareView::initActions(). |
Member Data Documentation
|
|
Actions pluged for this widget using plugSharedAction(), available by name.
Definition at line 46 of file kexisharedactionclient.h. Referenced by plugSharedAction(), and KexiTableView::shortCutPressed(). |
The documentation for this class was generated from the following files:
