_ZNK12QPaintEngine10systemRectEv

Name

QPaintEngine::systemRect -- retrieve the rect for drawing within the backing store

Synopsis

#include <QtGui/qpaintengine.h>

QRect QPaintEngine::systemRect (void);

Description

The QPaintEngine::systemRect() function shall retrieve the rectangle for drawing within the backing store.

This function should only be used by the backing store, but may appear among application dependencies as a result of usage of other functions and macros.