7 #ifndef CALLBACK_BOUNDING_RECTS_H
8 #define CALLBACK_BOUNDING_RECTS_H
47 void mergeCoordinateX (
const QPointF &pos,
48 QPointF &boundingRectMin,
49 QPointF &boundingRectMax,
51 void mergeCoordinateY (
const QPointF &pos,
52 QPointF &boundingRectMin,
53 QPointF &boundingRectMax,
59 bool m_isEmptyScreenX;
60 bool m_isEmptyScreenY;
62 QPointF m_boundingRectGraphMin;
63 QPointF m_boundingRectGraphMax;
64 QPointF m_boundingRectScreenMin;
65 QPointF m_boundingRectScreenMax;
68 #endif // CALLBACK_BOUNDING_RECTS_H