8 void findBounds(
const QPoint &start,
const QPoint &end, QPoint &topLeft, QPoint &bottomRight);
10 QRegion
rect(QPoint start, QPoint end);
15 QRegion
line(QPoint start, QPoint end);
19 #endif // SHAPEREGION_H QRegion rect(QPoint start, QPoint end)
Definition: shaperegion.cpp:30
void findBounds(const QPoint &start, const QPoint &end, QPoint &topLeft, QPoint &bottomRight)
Definition: shaperegion.cpp:6
QRegion ellipseOutline(QPoint start, QPoint end)
Definition: shaperegion.cpp:85
Definition: shaperegion.h:6
QRegion line(QPoint start, QPoint end)
Definition: shaperegion.cpp:228
QRegion rectOutline(QPoint start, QPoint end)
Definition: shaperegion.cpp:38