Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

QProxyScreen Class Reference
[QtGui module]

The QProxyScreen class provides a generic interface to QScreen implementations. More...

 #include <QProxyScreen>

Inherits QScreen.

Public Functions

Additional Inherited Members


Detailed Description

The QProxyScreen class provides a generic interface to QScreen implementations.


Member Function Documentation

QProxyScreen::QProxyScreen ( int displayId, ClassId classId = ProxyClass )

Constructs a proxy screen with the given displayId and classId.

QProxyScreen::~QProxyScreen ()

Destroys the proxy screen.

bool QProxyScreen::initDevice ()   [virtual]

Reimplemented from QScreen.

QScreen * QProxyScreen::screen () const

Returns the real screen used by the proxy screen.

See also setScreen().

void QProxyScreen::setScreen ( QScreen * screen )

Sets the real screen to be used by the proxy screen.

See also screen().


Copyright © 2008 Nokia Trademarks
Qt 4.4.3