#include <TdkCreateMapLayoutObjectEvent.h>
Inheritance diagram for TdkCreateMapLayoutObjectEvent:
Public Member Functions | |
TdkCreateMapLayoutObjectEvent (TeBox position, TdkObjectGID gid) | |
TdkCreateMapLayoutObjectEvent (TdkCreateMapLayoutObjectEvent &event) | |
virtual | ~TdkCreateMapLayoutObjectEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual void | undo () |
virtual void | redo () |
virtual void | commit () |
virtual void | discard () |
virtual void | setViewGID (TdkObjectGID gid) |
virtual TdkObjectGID | getViewGID () |
virtual void | setMapPosition (TeBox &position) |
virtual TeBox & | getMapPosition () |
Protected Attributes | |
TdkObjectGID | gid_ |
TeBox | position_ |
TdkCreateMapLayoutObjectEvent::TdkCreateMapLayoutObjectEvent | ( | TeBox | position, | |
TdkObjectGID | gid | |||
) | [inline] |
TdkCreateMapLayoutObjectEvent::TdkCreateMapLayoutObjectEvent | ( | TdkCreateMapLayoutObjectEvent & | event | ) | [inline] |
virtual TdkCreateMapLayoutObjectEvent::~TdkCreateMapLayoutObjectEvent | ( | ) | [inline, virtual] |
std::string TdkCreateMapLayoutObjectEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkCreateMapLayoutObjectEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
void TdkCreateMapLayoutObjectEvent::undo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkCreateMapLayoutObjectEvent::redo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
virtual void TdkCreateMapLayoutObjectEvent::commit | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
void TdkCreateMapLayoutObjectEvent::discard | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkCreateMapLayoutObjectEvent::setViewGID | ( | TdkObjectGID | gid | ) | [inline, virtual] |
TdkObjectGID TdkCreateMapLayoutObjectEvent::getViewGID | ( | ) | [inline, virtual] |
void TdkCreateMapLayoutObjectEvent::setMapPosition | ( | TeBox & | position | ) | [inline, virtual] |
TeBox & TdkCreateMapLayoutObjectEvent::getMapPosition | ( | ) | [inline, virtual] |
TdkObjectGID TdkCreateMapLayoutObjectEvent::gid_ [protected] |
TeBox TdkCreateMapLayoutObjectEvent::position_ [protected] |