! Sets whether the pixmap will be scaled to fit the rectangle defined by the \a topLeft and \a bottomRight positions. */
| 29401 | bottomRight positions. |
| 29402 | */ |
| 29403 | void QCPItemPixmap::setScaled(bool scaled, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformationMode) |
| 29404 | { |
| 29405 | mScaled = scaled; |
| 29406 | mAspectRatioMode = aspectRatioMode; |
| 29407 | mTransformationMode = transformationMode; |
| 29408 | mScaledPixmapInvalidated = true; |
| 29409 | } |
| 29410 | |
| 29411 | /*! |
| 29412 | Sets the pen that will be used to draw a border around the pixmap. |
nothing calls this directly
no outgoing calls
no test coverage detected