libs/flake
KoEventActionRegistry Class Reference
#include <KoEventActionRegistry.h>
Public Member Functions | |
| ~KoEventActionRegistry () | |
| void | addPresentationEventAction (KoEventActionFactory *factory) |
| void | addScriptEventAction (KoEventActionFactory *factory) |
| QList< KoEventAction * > | createEventActionsFromOdf (const KoXmlElement &e, KoShapeLoadingContext &context) const |
| QList< KoEventActionFactory * > | presentationEventActions () |
| QList< KoEventActionFactory * > | scriptEventActions () |
Static Public Member Functions | |
| static KoEventActionRegistry * | instance () |
Detailed Description
Definition at line 31 of file KoEventActionRegistry.h.
Constructor & Destructor Documentation
| KoEventActionRegistry::~KoEventActionRegistry | ( | ) |
Definition at line 67 of file KoEventActionRegistry.cpp.
Member Function Documentation
| void KoEventActionRegistry::addPresentationEventAction | ( | KoEventActionFactory * | factory | ) |
Add presentation event action.
Definition at line 72 of file KoEventActionRegistry.cpp.
| void KoEventActionRegistry::addScriptEventAction | ( | KoEventActionFactory * | factory | ) |
Add script event action.
Definition at line 81 of file KoEventActionRegistry.cpp.
| QList< KoEventAction * > KoEventActionRegistry::createEventActionsFromOdf | ( | const KoXmlElement & | e, | |
| KoShapeLoadingContext & | context | |||
| ) | const |
Create action events for the elements given.
Definition at line 113 of file KoEventActionRegistry.cpp.
| KoEventActionRegistry * KoEventActionRegistry::instance | ( | ) | [static] |
Return an instance of the KoEventActionRegistry.
Definition at line 52 of file KoEventActionRegistry.cpp.
| QList< KoEventActionFactory * > KoEventActionRegistry::presentationEventActions | ( | ) |
Get presentation event actions.
Definition at line 86 of file KoEventActionRegistry.cpp.
| QList< KoEventActionFactory * > KoEventActionRegistry::scriptEventActions | ( | ) |
Get script event actions.
Definition at line 91 of file KoEventActionRegistry.cpp.
The documentation for this class was generated from the following files:
