

Definition at line 35 of file qwindowsurface_raster.cpp.
Public Member Functions | |
| int | metric (PaintDeviceMetric m) const |
| int MetricAccessor::metric | ( | PaintDeviceMetric | m | ) | const [inline, virtual] |
Internal implementation of the virtual QPaintDevice::metric() function.
m is the metric to get.
Reimplemented from QWidget.
Definition at line 37 of file qwindowsurface_raster.cpp.
References QWidget::metric().
00037 { return QWidget::metric(m); }
Here is the call graph for this function:

1.5.1