#include <TdkPasteLayoutObjectEvent.h>
Inheritance diagram for TdkPasteLayoutObjectsEvent:
Public Member Functions | |
TdkPasteLayoutObjectsEvent () | |
TdkPasteLayoutObjectsEvent (TdkPasteLayoutObjectsEvent &event) | |
virtual | ~TdkPasteLayoutObjectsEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual void | undo () |
virtual void | redo () |
virtual void | commit () |
virtual TdkLayoutObject * | getObject () |
virtual void | setObject (TdkLayoutObject *object) |
virtual int | getPosition () |
virtual void | setPosition (int pos) |
Private Attributes | |
TdkLayoutObject * | object_ |
int | position_ |
TdkPasteLayoutObjectsEvent::TdkPasteLayoutObjectsEvent | ( | ) | [inline] |
TdkPasteLayoutObjectsEvent::TdkPasteLayoutObjectsEvent | ( | TdkPasteLayoutObjectsEvent & | event | ) | [inline] |
virtual TdkPasteLayoutObjectsEvent::~TdkPasteLayoutObjectsEvent | ( | ) | [inline, virtual] |
std::string TdkPasteLayoutObjectsEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkPasteLayoutObjectsEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
void TdkPasteLayoutObjectsEvent::undo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkPasteLayoutObjectsEvent::redo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkPasteLayoutObjectsEvent::commit | ( | ) | [virtual] |
Reimplemented from TdkEvent.
TdkLayoutObject * TdkPasteLayoutObjectsEvent::getObject | ( | ) | [inline, virtual] |
void TdkPasteLayoutObjectsEvent::setObject | ( | TdkLayoutObject * | object | ) | [inline, virtual] |
int TdkPasteLayoutObjectsEvent::getPosition | ( | ) | [inline, virtual] |
void TdkPasteLayoutObjectsEvent::setPosition | ( | int | pos | ) | [inline, virtual] |
int TdkPasteLayoutObjectsEvent::position_ [private] |