#include <TdkLayoutMapObjectScaleEvent.h>
Inheritance diagram for TdkLayoutMapObjectScaleEvent:
Public Member Functions | |
TdkLayoutMapObjectScaleEvent () | |
virtual std::string | name () |
virtual std::string | title () |
virtual void | setScaleX (double scale) |
virtual double | getScaleX () |
virtual void | setScaleY (double scale) |
virtual double | getScaleY () |
Protected Attributes | |
double | scaleX_ |
double | scaleY_ |
double | width_ |
TdkLayoutMapObjectScaleEvent::TdkLayoutMapObjectScaleEvent | ( | ) | [inline] |
std::string TdkLayoutMapObjectScaleEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkLayoutMapObjectScaleEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
void TdkLayoutMapObjectScaleEvent::setScaleX | ( | double | scale | ) | [inline, virtual] |
double TdkLayoutMapObjectScaleEvent::getScaleX | ( | ) | [inline, virtual] |
void TdkLayoutMapObjectScaleEvent::setScaleY | ( | double | scale | ) | [inline, virtual] |
double TdkLayoutMapObjectScaleEvent::getScaleY | ( | ) | [inline, virtual] |
double TdkLayoutMapObjectScaleEvent::scaleX_ [protected] |
double TdkLayoutMapObjectScaleEvent::scaleY_ [protected] |
double TdkLayoutMapObjectScaleEvent::width_ [protected] |