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