Public Member Functions | |
| PathInfo () | |
| PathInfo (const QRectF &pointRect, const QRectF &boundingRect, bool scalablePen) | |
| QRectF | scaledBoundingRect (double sx, double sy, bool scalePens) const |
| double | scaleFactorX (const QRectF &pathRect, const QRectF &targetRect, bool scalePens) const |
| double | scaleFactorY (const QRectF &pathRect, const QRectF &targetRect, bool scalePens) const |
Private Attributes | |
| QRectF | d_boundingRect |
| QRectF | d_pointRect |
| bool | d_scalablePen |
Definition at line 203 of file qwt_graphic.cpp.
| QwtGraphic::PathInfo::PathInfo | ( | ) | [inline] |
Definition at line 206 of file qwt_graphic.cpp.
| QwtGraphic::PathInfo::PathInfo | ( | const QRectF & | pointRect, |
| const QRectF & | boundingRect, | ||
| bool | scalablePen | ||
| ) | [inline] |
Definition at line 212 of file qwt_graphic.cpp.
| QRectF QwtGraphic::PathInfo::scaledBoundingRect | ( | double | sx, |
| double | sy, | ||
| bool | scalePens | ||
| ) | const [inline] |
Definition at line 220 of file qwt_graphic.cpp.
| double QwtGraphic::PathInfo::scaleFactorX | ( | const QRectF & | pathRect, |
| const QRectF & | targetRect, | ||
| bool | scalePens | ||
| ) | const [inline] |
Definition at line 249 of file qwt_graphic.cpp.
| double QwtGraphic::PathInfo::scaleFactorY | ( | const QRectF & | pathRect, |
| const QRectF & | targetRect, | ||
| bool | scalePens | ||
| ) | const [inline] |
Definition at line 280 of file qwt_graphic.cpp.
QRectF QwtGraphic::PathInfo::d_boundingRect [private] |
Definition at line 313 of file qwt_graphic.cpp.
QRectF QwtGraphic::PathInfo::d_pointRect [private] |
Definition at line 312 of file qwt_graphic.cpp.
bool QwtGraphic::PathInfo::d_scalablePen [private] |
Definition at line 314 of file qwt_graphic.cpp.