#include <TdkEventComposite.h>
Inheritance diagram for TdkEventComposite:
Public Member Functions | |
TdkEventComposite (std::string name) | |
virtual | ~TdkEventComposite () |
virtual std::string | name () |
virtual std::string | title () |
virtual void | undo () |
virtual void | redo () |
virtual void | commit () |
virtual void | discard () |
Protected Attributes | |
std::string | name_ |
TdkEventComposite::TdkEventComposite | ( | std::string | name | ) |
TdkEventComposite::~TdkEventComposite | ( | ) | [virtual] |
virtual std::string TdkEventComposite::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
virtual std::string TdkEventComposite::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
void TdkEventComposite::undo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkEventComposite::redo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkEventComposite::commit | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkEventComposite::discard | ( | ) | [virtual] |
Reimplemented from TdkEvent.
std::string TdkEventComposite::name_ [protected] |