#include <TdkPointInteractor.h>
Inheritance diagram for TdkPointInteractor:
Public Member Functions | |
virtual TePoint & | getPoint () |
virtual void | setPoint (TePoint &point) |
Protected Member Functions | |
virtual void | handleVSEvent (TdkEvent &event) |
virtual void | handleVSEvent (TdkRedrawDoneEvent &event) |
virtual void | handleVSEvent (TdkStartEvent &event) |
virtual void | handleVSEvent (TdkStopEvent &event) |
virtual void | handleVSEvent (TdkMouseClickEvent &event) |
virtual void | handleVSEvent (TdkMouseMoveEvent &event) |
virtual void | handleVSEvent (TdkEnterWindowEvent &event) |
virtual void | handleVSEvent (TdkLeaveWindowEvent &event) |
virtual void | handleVOEvent (TdkEvent &event) |
virtual void | handleVOEvent (TdkRedrawDoneEvent &event) |
virtual void | reset () |
virtual void | draw () |
Protected Attributes | |
TePoint | point_ |
TePoint & TdkPointInteractor::getPoint | ( | ) | [inline, virtual] |
void TdkPointInteractor::setPoint | ( | TePoint & | point | ) | [inline, virtual] |
void TdkPointInteractor::handleVSEvent | ( | TdkEvent & | event | ) | [protected, virtual] |
Tecgraf - GIS development team
Tdk Framework
Reimplemented from TdkInteractor.
Reimplemented in TdkCreatePointByCoordInteractor.
void TdkPointInteractor::handleVSEvent | ( | TdkRedrawDoneEvent & | event | ) | [protected, virtual] |
void TdkPointInteractor::handleVSEvent | ( | TdkStartEvent & | event | ) | [protected, virtual] |
void TdkPointInteractor::handleVSEvent | ( | TdkStopEvent & | event | ) | [protected, virtual] |
void TdkPointInteractor::handleVSEvent | ( | TdkMouseClickEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
Reimplemented in TdkCreatePointByCoordInteractor, TdkLayoutMapPointInteractor, and TdkZoomOutInteractor.
void TdkPointInteractor::handleVSEvent | ( | TdkMouseMoveEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
void TdkPointInteractor::handleVSEvent | ( | TdkEnterWindowEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
void TdkPointInteractor::handleVSEvent | ( | TdkLeaveWindowEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
void TdkPointInteractor::handleVOEvent | ( | TdkEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkEventHandler.
void TdkPointInteractor::handleVOEvent | ( | TdkRedrawDoneEvent & | event | ) | [protected, virtual] |
void TdkPointInteractor::reset | ( | ) | [protected, virtual] |
Reimplemented in TdkLayoutMapPointInteractor.
void TdkPointInteractor::draw | ( | ) | [protected, virtual] |
TePoint TdkPointInteractor::point_ [protected] |