#include <TdkLayoutMapPropertiesEvent.h>
Inheritance diagram for TdkLayoutMapPropertiesEvent:
Public Member Functions | |
TdkLayoutMapPropertiesEvent () | |
TdkLayoutMapPropertiesEvent (TdkLayoutMapPropertiesEvent &event) | |
virtual | ~TdkLayoutMapPropertiesEvent () |
TdkLayoutMapPropertiesEvent & | operator= (TdkLayoutMapPropertiesEvent &other) |
virtual std::string | name () |
virtual std::string | title () |
virtual void | undo () |
virtual void | redo () |
virtual void | setHGrid (double hGrid) |
virtual double | getHGrid () |
virtual void | setVGrid (double vGrid) |
virtual double | getVGrid () |
virtual void | setDrawGrid (bool draw) |
virtual bool | getDrawGrid () |
virtual void | setPageScale (double pageScale) |
virtual double | getPageScale () |
virtual void | setFixedPageScale (bool fixedPageScale) |
virtual bool | getFixedPageScale () |
Protected Attributes | |
double | hGrid_ |
double | vGrid_ |
bool | drawGrid_ |
double | pageScale_ |
bool | fixedPageScale_ |
bool | changedPageScale_ |
TdkLayoutMapPropertiesEvent::TdkLayoutMapPropertiesEvent | ( | ) | [inline] |
TdkLayoutMapPropertiesEvent::TdkLayoutMapPropertiesEvent | ( | TdkLayoutMapPropertiesEvent & | event | ) | [inline] |
virtual TdkLayoutMapPropertiesEvent::~TdkLayoutMapPropertiesEvent | ( | ) | [inline, virtual] |
TdkLayoutMapPropertiesEvent & TdkLayoutMapPropertiesEvent::operator= | ( | TdkLayoutMapPropertiesEvent & | other | ) | [inline] |
std::string TdkLayoutMapPropertiesEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkLayoutObjectPropertiesEvent.
std::string TdkLayoutMapPropertiesEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkLayoutObjectPropertiesEvent.
void TdkLayoutMapPropertiesEvent::undo | ( | ) | [virtual] |
Tecgraf - GIS development team
Tdk Framework
@(#) TdkLayoutMapPropertiesEvent.cpp
Reimplemented from TdkEvent.
void TdkLayoutMapPropertiesEvent::redo | ( | ) | [virtual] |
Reimplemented from TdkEvent.
void TdkLayoutMapPropertiesEvent::setHGrid | ( | double | hGrid | ) | [inline, virtual] |
double TdkLayoutMapPropertiesEvent::getHGrid | ( | ) | [inline, virtual] |
void TdkLayoutMapPropertiesEvent::setVGrid | ( | double | vGrid | ) | [inline, virtual] |
double TdkLayoutMapPropertiesEvent::getVGrid | ( | ) | [inline, virtual] |
void TdkLayoutMapPropertiesEvent::setDrawGrid | ( | bool | draw | ) | [inline, virtual] |
bool TdkLayoutMapPropertiesEvent::getDrawGrid | ( | ) | [inline, virtual] |
void TdkLayoutMapPropertiesEvent::setPageScale | ( | double | pageScale | ) | [inline, virtual] |
double TdkLayoutMapPropertiesEvent::getPageScale | ( | ) | [inline, virtual] |
void TdkLayoutMapPropertiesEvent::setFixedPageScale | ( | bool | fixedPageScale | ) | [inline, virtual] |
bool TdkLayoutMapPropertiesEvent::getFixedPageScale | ( | ) | [inline, virtual] |
double TdkLayoutMapPropertiesEvent::hGrid_ [protected] |
double TdkLayoutMapPropertiesEvent::vGrid_ [protected] |
bool TdkLayoutMapPropertiesEvent::drawGrid_ [protected] |
double TdkLayoutMapPropertiesEvent::pageScale_ [protected] |
bool TdkLayoutMapPropertiesEvent::fixedPageScale_ [protected] |
bool TdkLayoutMapPropertiesEvent::changedPageScale_ [protected] |