#include <TdkZoomAreaEvent.h>
Inheritance diagram for TdkZoomAreaEvent:
Public Member Functions | |
TdkZoomAreaEvent (double xmin, double ymin, double xmax, double ymax, bool wc=false) | |
TdkZoomAreaEvent (TeBox &rect, bool wc=false, TdkButton button=btnLeft, TdkButtonState buttonState=btsPressed, TdkKeyboardState keyboardState=kbsNone) | |
TdkZoomAreaEvent (TdkZoomAreaEvent &event) | |
virtual | ~TdkZoomAreaEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual void | worldCoordinates (bool wc) |
virtual bool | worldCoordinates () |
Protected Attributes | |
bool | wc_ |
TdkZoomAreaEvent::TdkZoomAreaEvent | ( | double | xmin, | |
double | ymin, | |||
double | xmax, | |||
double | ymax, | |||
bool | wc = false | |||
) | [inline] |
TdkZoomAreaEvent::TdkZoomAreaEvent | ( | TeBox & | rect, | |
bool | wc = false , |
|||
TdkButton | button = btnLeft , |
|||
TdkButtonState | buttonState = btsPressed , |
|||
TdkKeyboardState | keyboardState = kbsNone | |||
) | [inline] |
TdkZoomAreaEvent::TdkZoomAreaEvent | ( | TdkZoomAreaEvent & | event | ) | [inline] |
virtual TdkZoomAreaEvent::~TdkZoomAreaEvent | ( | ) | [inline, virtual] |
std::string TdkZoomAreaEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkRectEvent.
std::string TdkZoomAreaEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkRectEvent.
void TdkZoomAreaEvent::worldCoordinates | ( | bool | wc | ) | [inline, virtual] |
bool TdkZoomAreaEvent::worldCoordinates | ( | ) | [inline, virtual] |
bool TdkZoomAreaEvent::wc_ [protected] |