27 #include "../canvas/MapDisplay.h" 31 #include <QMouseEvent> 40 m_pen.setColor(QColor(100, 177, 216));
42 m_brush = QColor(100, 177, 216, 80);
58 draft->fill(Qt::transparent);
60 QPainter painter(draft);
61 painter.setPen(
m_pen);
73 draft->fill(Qt::transparent);
This is a utility class tool that provides a rectangle that can indicate a boundary.