Eneboo - Documentación para desarrolladores
|
A Map to translate between layout, screen and paint device metrics. Más...
#include <qwt_layout_metrics.h>
A Map to translate between layout, screen and paint device metrics.
QwtMetricsMap::QwtMetricsMap | ( | ) |
QPoint QwtMetricsMap::deviceToLayout | ( | const QPoint & | point, |
const QPainter * | painter = NULL |
||
) | const |
QwtPolygon QwtMetricsMap::deviceToLayout | ( | const QwtPolygon & | pa, |
const QPainter * | painter = NULL |
||
) | const |
bool QwtMetricsMap::isIdentity | ( | ) | const [inline] |
QPoint QwtMetricsMap::layoutToDevice | ( | const QPoint & | point, |
const QPainter * | painter = NULL |
||
) | const |
QwtPolygon QwtMetricsMap::layoutToDevice | ( | const QwtPolygon & | pa, |
const QPainter * | painter = NULL |
||
) | const |
void QwtMetricsMap::setMetrics | ( | const QPaintDevice * | layoutMetrics, |
const QPaintDevice * | deviceMetrics | ||
) |
static QwtPolygon QwtMetricsMap::translate | ( | const QWMatrix & | , |
const QwtPolygon & | |||
) | [static] |