Definition at line 32 of file qwt_layout_metrics.h.
Public Member Functions | |
| QwtMetricsMap () | |
| bool | isIdentity () const |
| void | setMetrics (const QPaintDevice *layoutMetrics, const QPaintDevice *deviceMetrics) |
| int | layoutToDeviceX (int x) const |
| int | deviceToLayoutX (int x) const |
| int | screenToLayoutX (int x) const |
| int | layoutToScreenX (int x) const |
| int | layoutToDeviceY (int y) const |
| int | deviceToLayoutY (int y) const |
| int | screenToLayoutY (int y) const |
| int | layoutToScreenY (int y) const |
| QPoint | layoutToDevice (const QPoint &, const QPainter *=NULL) const |
| QPoint | deviceToLayout (const QPoint &, const QPainter *=NULL) const |
| QPoint | screenToLayout (const QPoint &) const |
| QSize | layoutToDevice (const QSize &) const |
| QSize | deviceToLayout (const QSize &) const |
| QSize | screenToLayout (const QSize &) const |
| QRect | layoutToDevice (const QRect &, const QPainter *=NULL) const |
| QRect | deviceToLayout (const QRect &, const QPainter *=NULL) const |
| QRect | screenToLayout (const QRect &) const |
| QPointArray | layoutToDevice (const QPointArray &, const QPainter *=NULL) const |
| QPointArray | deviceToLayout (const QPointArray &, const QPainter *=NULL) const |
Static Public Member Functions | |
| static QPointArray | translate (const QWMatrix &, const QPointArray &) |
| static QRect | translate (const QWMatrix &, const QRect &) |
1.4.4