#include <TdkLayoutMapRectFeedbackEvent.h>
Inheritance diagram for TdkLayoutMapRectFeedbackEvent:

Public Member Functions | |
| TdkLayoutMapRectFeedbackEvent (TdkMapLayoutObject *object, TeBox &rect, TeColor color=TeColor(0, 0, 0), TdkLineSubtype lineType=lnsContinuous, double lineWidth=1.) | |
| TdkLayoutMapRectFeedbackEvent (TdkLayoutMapRectFeedbackEvent &event) | |
| virtual | ~TdkLayoutMapRectFeedbackEvent () |
| virtual std::string | name () |
| virtual std::string | title () |
| virtual TeColor | getColor () |
| virtual void | setColor (TeColor color) |
| virtual TdkLineSubtype | getLineType () |
| virtual void | setLineType (TdkLineSubtype lineType) |
| virtual double | getLineWidth () |
| virtual void | setLineWidth (double lineWidth) |
Protected Attributes | |
| TeColor | color_ |
| TdkLineSubtype | lineType_ |
| double | lineWidth_ |
| TdkLayoutMapRectFeedbackEvent::TdkLayoutMapRectFeedbackEvent | ( | TdkMapLayoutObject * | object, | |
| TeBox & | rect, | |||
| TeColor | color = TeColor(0, 0, 0), |
|||
| TdkLineSubtype | lineType = lnsContinuous, |
|||
| double | lineWidth = 1. | |||
| ) | [inline] |
| TdkLayoutMapRectFeedbackEvent::TdkLayoutMapRectFeedbackEvent | ( | TdkLayoutMapRectFeedbackEvent & | event | ) | [inline] |
| virtual TdkLayoutMapRectFeedbackEvent::~TdkLayoutMapRectFeedbackEvent | ( | ) | [inline, virtual] |
| std::string TdkLayoutMapRectFeedbackEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkLayoutMapRectEvent.
| std::string TdkLayoutMapRectFeedbackEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkLayoutMapRectEvent.
| TeColor TdkLayoutMapRectFeedbackEvent::getColor | ( | ) | [inline, virtual] |
| void TdkLayoutMapRectFeedbackEvent::setColor | ( | TeColor | color | ) | [inline, virtual] |
| TdkLineSubtype TdkLayoutMapRectFeedbackEvent::getLineType | ( | ) | [inline, virtual] |
| void TdkLayoutMapRectFeedbackEvent::setLineType | ( | TdkLineSubtype | lineType | ) | [inline, virtual] |
| double TdkLayoutMapRectFeedbackEvent::getLineWidth | ( | ) | [inline, virtual] |
| void TdkLayoutMapRectFeedbackEvent::setLineWidth | ( | double | lineWidth | ) | [inline, virtual] |
TeColor TdkLayoutMapRectFeedbackEvent::color_ [protected] |
double TdkLayoutMapRectFeedbackEvent::lineWidth_ [protected] |
1.5.2