MetricAccessor Class Reference

Inheritance diagram for MetricAccessor:

Inheritance graph
[legend]
Collaboration diagram for MetricAccessor:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 35 of file qwindowsurface_raster.cpp.

Public Member Functions

int metric (PaintDeviceMetric m) const


Member Function Documentation

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:


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 15:13:02 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1