Qt 4.8
Public Functions | Public Variables | List of all members
QTransformedScreenPrivate Class Reference

Public Functions

void configure ()
 
 QTransformedScreenPrivate (QTransformedScreen *parent)
 

Public Variables

QTransformedScreenq
 
QTransformedScreen::Transformation transformation
 

Detailed Description

Definition at line 70 of file qscreentransformed_qws.cpp.

Constructors and Destructors

◆ QTransformedScreenPrivate()

QTransformedScreenPrivate::QTransformedScreenPrivate ( QTransformedScreen parent)

Definition at line 84 of file qscreentransformed_qws.cpp.

86 #ifdef QT_QWS_DEPTH_GENERIC
87  doGenericColors(false),
88 #endif
89  q(parent)
90 {
91 }
QTransformedScreen::Transformation transformation

Functions

◆ configure()

void QTransformedScreenPrivate::configure ( )

Definition at line 172 of file qscreentransformed_qws.cpp.

Referenced by QTransformedScreen::connect().

173 {
174  // ###: works because setTransformation recalculates unconditionally
176 }
void setTransformation(Transformation t)
Rotates this screen object according to the specified transformation.
QTransformedScreen::Transformation transformation

Properties

◆ q

QTransformedScreen* QTransformedScreenPrivate::q

Definition at line 81 of file qscreentransformed_qws.cpp.

◆ transformation

QTransformedScreen::Transformation QTransformedScreenPrivate::transformation

The documentation for this class was generated from the following file: