Kexi::ActionCategories Class Reference
#include <kexiactioncategories.h>
Inheritance diagram for Kexi::ActionCategories:

Detailed Description
A set of functions used to declare action categories.Note: we do not declare actions used in design/text view modes, because the categories are used in the data view, for now in the 'assign action to a push button' function.
Definition at line 43 of file kexiactioncategories.h.
Constructor & Destructor Documentation
|
|
Definition at line 76 of file kexiactioncategories.cpp. Referenced by Kexi::actionCategories(). |
|
|
Definition at line 81 of file kexiactioncategories.cpp. References d. |
Member Function Documentation
|
|
Definition at line 137 of file kexiactioncategories.cpp. References d. Referenced by KActionsListViewBase::init(). |
|
||||||||||||
|
Definition at line 143 of file kexiactioncategories.cpp. References d. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Declares action name for categories category (a combination of ActionCategory enum values). The categories is merged with the previous declaration (if any). supportedObjectTypes can be specified for ActionCategory::WindowAction to declare what object types the action allows, it is a combination of KexiPart::ObjectTypes enum values. Definition at line 86 of file kexiactioncategories.cpp. References d. Referenced by KexiMainWindowImpl::initActions(). |
|
|
Definition at line 63 of file kexiactioncategories.h. References Kexi::GlobalActionCategory. |
|
|
Convenience function for adding action of category "part item", uses addAction().
Definition at line 67 of file kexiactioncategories.h. References Kexi::PartItemActionCategory. |
|
||||||||||||||||||||||||||||||||||||||||
|
Convenience function for adding action of category "window", uses addAction(). supportedObjectTypes is a combination of KexiPart::ObjectTypes enum values describing object types supported by the action. Definition at line 73 of file kexiactioncategories.h. References Kexi::WindowActionCategory. Referenced by KexiMainWindowImpl::initActions(). |
|
||||||||||||
|
If set is true, action with name name will support any possible object type that can be checked by actionSupportsObjectType(). Makes sense for action of category Kexi::WindowActionCategory. Definition at line 128 of file kexiactioncategories.cpp. Referenced by KexiMainWindowImpl::initActions(). |
Member Data Documentation
|
|
Definition at line 99 of file kexiactioncategories.h. Referenced by actionCategories(), actionSupportsObjectType(), addAction(), setAllObjectTypesSupported(), and ~ActionCategories(). |
The documentation for this class was generated from the following files:
