Qt 4.8
Public Functions | Public Variables | List of all members
QPaintDeviceRedirection Struct Reference

Public Functions

bool operator== (const QPaintDevice *pdev) const
 
 QPaintDeviceRedirection ()
 
 QPaintDeviceRedirection (const QPaintDevice *device, QPaintDevice *replacement, const QPoint &offset, int internalWidgetRedirectionIndex)
 

Public Variables

const QPaintDevicedevice
 
int internalWidgetRedirectionIndex
 
QPoint offset
 
QPaintDevicereplacement
 

Detailed Description

Definition at line 8247 of file qpainter.cpp.

Constructors and Destructors

◆ QPaintDeviceRedirection() [1/2]

QPaintDeviceRedirection::QPaintDeviceRedirection ( )
inline

Definition at line 8249 of file qpainter.cpp.

QPaintDevice * replacement
Definition: qpainter.cpp:8255
const QPaintDevice * device
Definition: qpainter.cpp:8254

◆ QPaintDeviceRedirection() [2/2]

QPaintDeviceRedirection::QPaintDeviceRedirection ( const QPaintDevice device,
QPaintDevice replacement,
const QPoint offset,
int  internalWidgetRedirectionIndex 
)
inline

Definition at line 8250 of file qpainter.cpp.

8252  : device(device), replacement(replacement), offset(offset),
QPaintDevice * replacement
Definition: qpainter.cpp:8255
const QPaintDevice * device
Definition: qpainter.cpp:8254

Functions

◆ operator==()

bool QPaintDeviceRedirection::operator== ( const QPaintDevice pdev) const
inline

Definition at line 8258 of file qpainter.cpp.

8258 { return device == pdev; }
const QPaintDevice * device
Definition: qpainter.cpp:8254

Properties

◆ device

const QPaintDevice* QPaintDeviceRedirection::device

Definition at line 8254 of file qpainter.cpp.

◆ internalWidgetRedirectionIndex

int QPaintDeviceRedirection::internalWidgetRedirectionIndex

Definition at line 8257 of file qpainter.cpp.

◆ offset

QPoint QPaintDeviceRedirection::offset

Definition at line 8256 of file qpainter.cpp.

Referenced by QPainter::restoreRedirected().

◆ replacement

QPaintDevice* QPaintDeviceRedirection::replacement

Definition at line 8255 of file qpainter.cpp.

Referenced by QPainter::restoreRedirected().


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