#include <TdkPointSetInteractor.h>
Inheritance diagram for TdkPointSetInteractor:
Public Member Functions | |
virtual TePointSet & | getPointSet () |
virtual void | setPointSet (TePointSet &point_set) |
Protected Member Functions | |
virtual void | handleVSEvent (TdkEvent &event) |
virtual void | handleVSEvent (TdkRedrawEvent &event) |
virtual void | handleVSEvent (TdkRedrawDoneEvent &event) |
virtual void | handleVSEvent (TdkStartEvent &event) |
virtual void | handleVSEvent (TdkStopEvent &event) |
virtual void | handleVSEvent (TdkMouseMoveEvent &event) |
virtual void | handleVSEvent (TdkMouseClickEvent &event) |
virtual void | handleVSEvent (TdkZoomOutEvent &event) |
virtual void | handleVSEvent (TdkZoomInEvent &event) |
virtual void | handleVOEvent (TdkEvent &event) |
virtual void | handleVOEvent (TdkRedrawDoneEvent &event) |
virtual void | reset () |
virtual void | draw () |
Protected Attributes | |
TePointSet | points_ |
TePointSet & TdkPointSetInteractor::getPointSet | ( | ) | [inline, virtual] |
void TdkPointSetInteractor::setPointSet | ( | TePointSet & | point_set | ) | [inline, virtual] |
void TdkPointSetInteractor::handleVSEvent | ( | TdkEvent & | event | ) | [protected, virtual] |
Tecgraf - GIS development team
Tdk Framework
@(#) TdkPointSetInteractor.cpp
Reimplemented from TdkInteractor.
void TdkPointSetInteractor::handleVSEvent | ( | TdkRedrawEvent & | event | ) | [protected, virtual] |
void TdkPointSetInteractor::handleVSEvent | ( | TdkRedrawDoneEvent & | event | ) | [protected, virtual] |
void TdkPointSetInteractor::handleVSEvent | ( | TdkStartEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
void TdkPointSetInteractor::handleVSEvent | ( | TdkStopEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
void TdkPointSetInteractor::handleVSEvent | ( | TdkMouseMoveEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
void TdkPointSetInteractor::handleVSEvent | ( | TdkMouseClickEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkInteractor.
void TdkPointSetInteractor::handleVSEvent | ( | TdkZoomOutEvent & | event | ) | [protected, virtual] |
void TdkPointSetInteractor::handleVSEvent | ( | TdkZoomInEvent & | event | ) | [protected, virtual] |
void TdkPointSetInteractor::handleVOEvent | ( | TdkEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkEventHandler.
void TdkPointSetInteractor::handleVOEvent | ( | TdkRedrawDoneEvent & | event | ) | [protected, virtual] |
void TdkPointSetInteractor::reset | ( | ) | [protected, virtual] |
void TdkPointSetInteractor::draw | ( | ) | [protected, virtual] |
TePointSet TdkPointSetInteractor::points_ [protected] |