Qt 4.8
|
Public Functions | |
bool | operator== (const QPaintDevice *pdev) const |
QPaintDeviceRedirection () | |
QPaintDeviceRedirection (const QPaintDevice *device, QPaintDevice *replacement, const QPoint &offset, int internalWidgetRedirectionIndex) | |
Public Variables | |
const QPaintDevice * | device |
int | internalWidgetRedirectionIndex |
QPoint | offset |
QPaintDevice * | replacement |
Definition at line 8247 of file qpainter.cpp.
|
inline |
Definition at line 8249 of file qpainter.cpp.
|
inline |
Definition at line 8250 of file qpainter.cpp.
|
inline |
Definition at line 8258 of file qpainter.cpp.
const QPaintDevice* QPaintDeviceRedirection::device |
Definition at line 8254 of file qpainter.cpp.
int QPaintDeviceRedirection::internalWidgetRedirectionIndex |
Definition at line 8257 of file qpainter.cpp.
QPoint QPaintDeviceRedirection::offset |
Definition at line 8256 of file qpainter.cpp.
Referenced by QPainter::restoreRedirected().
QPaintDevice* QPaintDeviceRedirection::replacement |
Definition at line 8255 of file qpainter.cpp.
Referenced by QPainter::restoreRedirected().