#include <TdkEditEvent.h>
Inheritance diagram for TdkEditEvent:
Public Member Functions | |
TdkEditEvent (TdkObject *line, TeGeomRep geomType_, int geomId, TeCoord2D oldCoord, int vertId, int ringId) | |
TdkEditEvent (TdkEditEvent &event) | |
virtual std::string | name () |
virtual std::string | title () |
virtual void | undo () |
virtual void | redo () |
Protected Member Functions | |
virtual void | undoRedoPoints () |
virtual void | undoRedoLines () |
virtual void | undoRedoPolygons () |
Protected Attributes | |
TdkObject * | object_ |
int | geomId_ |
TeGeomRep | geomType_ |
TeCoord2D | oldCoord_ |
int | vertId_ |
int | ringId_ |
TdkEditEvent::TdkEditEvent | ( | TdkObject * | line, | |
TeGeomRep | geomType_, | |||
int | geomId, | |||
TeCoord2D | oldCoord, | |||
int | vertId, | |||
int | ringId | |||
) | [inline] |
TdkEditEvent::TdkEditEvent | ( | TdkEditEvent & | event | ) | [inline] |
std::string TdkEditEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkEditEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
void TdkEditEvent::undo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkEditEvent::redo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkEditEvent::undoRedoPoints | ( | ) | [protected, virtual] |
void TdkEditEvent::undoRedoLines | ( | ) | [protected, virtual] |
void TdkEditEvent::undoRedoPolygons | ( | ) | [protected, virtual] |
TdkObject* TdkEditEvent::object_ [protected] |
int TdkEditEvent::geomId_ [protected] |
TeGeomRep TdkEditEvent::geomType_ [protected] |
TeCoord2D TdkEditEvent::oldCoord_ [protected] |
int TdkEditEvent::vertId_ [protected] |
int TdkEditEvent::ringId_ [protected] |