libs/flake
KoEventActionWidget Class Reference
Widget used for configuring an event action. More...
#include <KoEventActionWidget.h>
Inheritance diagram for KoEventActionWidget:

Signals | |
| void | addCommand (QUndoCommand *command) |
Public Member Functions | |
| KoEventActionWidget (QWidget *parent=0) | |
| virtual | ~KoEventActionWidget () |
| virtual void | setData (KoEventActionData *eventActionData)=0 |
Detailed Description
Widget used for configuring an event action.
Each event action needs to implement this widget to make it configurable
Definition at line 35 of file KoEventActionWidget.h.
Constructor & Destructor Documentation
| KoEventActionWidget::KoEventActionWidget | ( | QWidget * | parent = 0 |
) | [explicit] |
Definition at line 22 of file KoEventActionWidget.cpp.
| KoEventActionWidget::~KoEventActionWidget | ( | ) | [virtual] |
Definition at line 27 of file KoEventActionWidget.cpp.
Member Function Documentation
| void KoEventActionWidget::addCommand | ( | QUndoCommand * | command | ) | [signal] |
Send signal to add the created command to the command history.
| virtual void KoEventActionWidget::setData | ( | KoEventActionData * | eventActionData | ) | [pure virtual] |
Set the data for the widget.
The documentation for this class was generated from the following files:
