Definition at line 57 of file qscreentransformed_qws.h.
#include <qscreentransformed_qws.h>

Public Types |
|
| enum | Transformation { None, Rot90, Rot180, Rot270 } |
Public Member Functions |
|
| QTransformedScreen (int display_id) | |
| ~QTransformedScreen () | |
| void | setTransformation (Transformation t) |
| Transformation | transformation () const |
| int | transformOrientation () const |
| QSize | mapToDevice (const QSize &s) const |
| QSize | mapFromDevice (const QSize &s) const |
| QPoint | mapToDevice (const QPoint &, const QSize &) const |
| QPoint | mapFromDevice (const QPoint &, const QSize &) const |
| QRect | mapToDevice (const QRect &, const QSize &) const |
| QRect | mapFromDevice (const QRect &, const QSize &) const |
| QRegion | mapToDevice (const QRegion &, const QSize &) const |
| QRegion | mapFromDevice (const QRegion &, const QSize &) const |
| bool | connect (const QString &displaySpec) |
| bool | isTransformed () const |
| void | exposeRegion (QRegion region, int changing) |
| void | blit (const QImage &img, const QPoint &topLeft, const QRegion ®ion) |
| void | solidFill (const QColor &color, const QRegion ®ion) |
| void | setDirty (const QRect &) |
| QRegion | region () const |
Friends |
|
| class | QTransformedScreenPrivate |
| enum Transformation |
Definition at line 63 of file qscreentransformed_qws.h.
| QTransformedScreen | ( | int | display_id | ) | [explicit] |
| ~QTransformedScreen | ( | ) |
| void setTransformation | ( | Transformation | t | ) |
| Transformation transformation | ( | ) | const |
| int transformOrientation | ( | ) | const [virtual] |
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
| bool connect | ( | const QString & | displaySpec | ) | [virtual] |
Reimplemented from QProxyScreen.
| bool isTransformed | ( | ) | const [inline, virtual] |
Reimplemented from QProxyScreen.
Definition at line 83 of file qscreentransformed_qws.h.
{ return transformation() != None; }
| void exposeRegion | ( | QRegion | region, |
| int | changing | ||
| ) | [virtual] |
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
Reimplemented from QProxyScreen.
| void setDirty | ( | const QRect & | ) | [virtual] |
Reimplemented from QProxyScreen.
| QRegion region | ( | ) | const [virtual] |
Reimplemented from QProxyScreen.
friend class QTransformedScreenPrivate
[friend] |
Definition at line 93 of file qscreentransformed_qws.h.