#include <TdkPanEvent.h>
Inheritance diagram for TdkPanEvent:
Public Member Functions | |
TdkPanEvent (int x1, int y1, int x2, int y2) | |
TdkPanEvent (TdkPanEvent &event) | |
virtual | ~TdkPanEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual int | getX1 () |
virtual int | getY1 () |
virtual int | getX2 () |
virtual int | getY2 () |
Protected Attributes | |
int | x1_ |
int | y1_ |
int | x2_ |
int | y2_ |
TdkPanEvent::TdkPanEvent | ( | int | x1, | |
int | y1, | |||
int | x2, | |||
int | y2 | |||
) | [inline] |
TdkPanEvent::TdkPanEvent | ( | TdkPanEvent & | event | ) | [inline] |
virtual TdkPanEvent::~TdkPanEvent | ( | ) | [inline, virtual] |
std::string TdkPanEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
Reimplemented in TdkLayoutMapPanEvent, TdkLayoutMapPanFeedbackEvent, and TdkPanFeedbackEvent.
std::string TdkPanEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
Reimplemented in TdkLayoutMapPanEvent, TdkLayoutMapPanFeedbackEvent, and TdkPanFeedbackEvent.
int TdkPanEvent::getX1 | ( | ) | [inline, virtual] |
int TdkPanEvent::getY1 | ( | ) | [inline, virtual] |
int TdkPanEvent::getX2 | ( | ) | [inline, virtual] |
int TdkPanEvent::getY2 | ( | ) | [inline, virtual] |
int TdkPanEvent::x1_ [protected] |
int TdkPanEvent::y1_ [protected] |
int TdkPanEvent::x2_ [protected] |
int TdkPanEvent::y2_ [protected] |