libs/flake
KoEventActionData Class Reference
Data passed to an event action in setData. More...
#include <KoEventActionData.h>
Public Member Functions | |
| KoEventActionData (KoShape *shape, KoEventAction *eventAction) | |
| virtual | ~KoEventActionData () |
| KoEventAction * | eventAction () |
| KoShape * | shape () |
Detailed Description
Data passed to an event action in setData.
Applications can extend that to pass additional data to the event action.
Definition at line 33 of file KoEventActionData.h.
Constructor & Destructor Documentation
| KoEventActionData::KoEventActionData | ( | KoShape * | shape, | |
| KoEventAction * | eventAction | |||
| ) |
Definition at line 34 of file KoEventActionData.cpp.
| KoEventActionData::~KoEventActionData | ( | ) | [virtual] |
Definition at line 39 of file KoEventActionData.cpp.
Member Function Documentation
| KoEventAction * KoEventActionData::eventAction | ( | ) |
Get the event action.
- Returns:
- the event action or 0 if there is none
Definition at line 49 of file KoEventActionData.cpp.
| KoShape * KoEventActionData::shape | ( | ) |
Get the shape.
- Returns:
- the shape or 0 if there is none.
Definition at line 44 of file KoEventActionData.cpp.
The documentation for this class was generated from the following files:
