_ZN12QPaintEngine14setPaintDeviceEP12QPaintDevice

Name

QPaintEngine::setPaintDevice -- set the paintdevice that the engine operates on

Synopsis

#include <QtGui/qpaintengine.h>

void QPaintEngine::setPaintDevice (QPaintDevice *device);

Description

The QPaintEngine::setPaintDevice() function shall set the paint device that this engine operates on to device.

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.