#include <TdkRotateEvent.h>
Inheritance diagram for TdkRotateEvent:

Public Member Functions | |
| TdkRotateEvent (double angle, TeCoord2D &fixedCoord, bool geometric=false) | |
| TdkRotateEvent (double angle, int fixedPoint, bool geometric=false) | |
| TdkRotateEvent (TdkRotateEvent &event) | |
| virtual | ~TdkRotateEvent () |
| virtual std::string | name () |
| virtual std::string | title () |
| virtual void | undo () |
| virtual void | redo () |
| virtual void | commit () |
| virtual void | discard () |
| virtual void | setAngle (double angle) |
| virtual double | getAngle () |
| virtual void | setFixedCoord (TeCoord2D &fixedCoord) |
| virtual TeCoord2D & | getFixedCoord () |
| virtual void | setFixedPoint (int fixedPoint) |
| virtual int | getFixedPoint () |
Protected Attributes | |
| double | angle_ |
| TeCoord2D | fixedCoord_ |
| int | fixedPoint_ |
| TdkRotateEvent::TdkRotateEvent | ( | double | angle, | |
| TeCoord2D & | fixedCoord, | |||
| bool | geometric = false | |||
| ) | [inline] |
| TdkRotateEvent::TdkRotateEvent | ( | double | angle, | |
| int | fixedPoint, | |||
| bool | geometric = false | |||
| ) | [inline] |
| TdkRotateEvent::TdkRotateEvent | ( | TdkRotateEvent & | event | ) | [inline] |
| virtual TdkRotateEvent::~TdkRotateEvent | ( | ) | [inline, virtual] |
| std::string TdkRotateEvent::name | ( | ) | [inline, virtual] |
| std::string TdkRotateEvent::title | ( | ) | [inline, virtual] |
| void TdkRotateEvent::undo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
| void TdkRotateEvent::redo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
| void TdkRotateEvent::commit | ( | ) | [virtual] |
Reimplemented from TdkEvent.
| void TdkRotateEvent::discard | ( | ) | [virtual] |
Reimplemented from TdkEvent.
| void TdkRotateEvent::setAngle | ( | double | angle | ) | [inline, virtual] |
| double TdkRotateEvent::getAngle | ( | ) | [inline, virtual] |
| void TdkRotateEvent::setFixedCoord | ( | TeCoord2D & | fixedCoord | ) | [inline, virtual] |
| TeCoord2D & TdkRotateEvent::getFixedCoord | ( | ) | [inline, virtual] |
| void TdkRotateEvent::setFixedPoint | ( | int | fixedPoint | ) | [inline, virtual] |
| int TdkRotateEvent::getFixedPoint | ( | ) | [inline, virtual] |
double TdkRotateEvent::angle_ [protected] |
TeCoord2D TdkRotateEvent::fixedCoord_ [protected] |
int TdkRotateEvent::fixedPoint_ [protected] |
1.5.2