Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QMacPattern Class Reference
+ Collaboration diagram for QMacPattern:

Public Member Functions

 QMacPattern ()
 
 ~QMacPattern ()
 
int width ()
 
int height ()
 

Public Attributes

QColor foreground
 
bool as_mask
 
struct { 
 
   QPixmap   pixmap 
 
   const uchar *   bytes 
 
data 
 
QPaintDevicepdev
 
CGImageRef image
 

Detailed Description

Definition at line 213 of file qpaintengine_mac.mm.

Constructor & Destructor Documentation

◆ QMacPattern()

QMacPattern::QMacPattern ( )
inline

Definition at line 216 of file qpaintengine_mac.mm.

◆ ~QMacPattern()

QMacPattern::~QMacPattern ( )
inline

Definition at line 217 of file qpaintengine_mac.mm.

Member Function Documentation

◆ height()

int QMacPattern::height ( )
inline

Definition at line 225 of file qpaintengine_mac.mm.

References QMACPATTERN_MASK_MULTIPLIER.

Referenced by QCoreGraphicsPaintEngine::drawTiledPixmap(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().

+ Here is the caller graph for this function:

◆ width()

int QMacPattern::width ( )
inline

Definition at line 218 of file qpaintengine_mac.mm.

References QMACPATTERN_MASK_MULTIPLIER.

Referenced by QCoreGraphicsPaintEngine::drawTiledPixmap(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().

+ Here is the caller graph for this function:

Member Data Documentation

◆ as_mask

bool QMacPattern::as_mask

◆ bytes

const uchar* QMacPattern::bytes

◆ [struct]

◆ foreground

◆ image

CGImageRef QMacPattern::image

Definition at line 242 of file qpaintengine_mac.mm.

Referenced by qt_mac_draw_pattern().

◆ pdev

◆ pixmap


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