_ZNK12QPaintEngine10systemClipEv

Name

QPaintEngine::systemClip -- get the system clip

Synopsis

#include <QtGui/qpaintengine.h>

QRegion QPaintEngine::systemClip (void);

Description

The QPaintEngine::systemClip() function shall return the system clip. The system clip is read only while the painter is active. An empty region indicates that system clip is not in use.

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.