_ZN7QPixmap19x11SetDefaultScreenEi

Name

QPixmap::x11SetDefaultScreen -- sets the default screen of the QPixmap object

Synopsis

#include <QtGui/qpixmap.h>

static int QPixmap::x11SetDefaultScreen (int screen);

Description

The QPixmap::x11SetDefaultScreen() function shall set the internal 'defaultScreen' property of the QPixmap object to screen.

The function shall return the previous defaultScreen value.

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.