_ZNK12QPaintEngine16coordinateOffsetEv

Name

QPaintEngine::coordinateOffset -- get the offset from the painters origo to the engines origo

Synopsis

#include <QtGui/qpaintengine.h>

virtual QPoint QPaintEngine::coordinateOffset (void);

Description

The QPaintEngine::coordinateOffset() function shall return the offset from the painters origo to the engines origo. This value is used by QPainter for engines who have internal double buffering.

This function only makes sense when the engine is active.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.