![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QMacPattern () | |
~QMacPattern () | |
int | width () |
int | height () |
Public Attributes | ||
QColor | foreground | |
bool | as_mask | |
struct { | ||
QPixmap pixmap | ||
const uchar * bytes | ||
} | data | |
QPaintDevice * | pdev | |
CGImageRef | image | |
Definition at line 213 of file qpaintengine_mac.mm.
|
inline |
Definition at line 216 of file qpaintengine_mac.mm.
|
inline |
Definition at line 217 of file qpaintengine_mac.mm.
|
inline |
Definition at line 225 of file qpaintengine_mac.mm.
References QMACPATTERN_MASK_MULTIPLIER.
Referenced by QCoreGraphicsPaintEngine::drawTiledPixmap(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().
|
inline |
Definition at line 218 of file qpaintengine_mac.mm.
References QMACPATTERN_MASK_MULTIPLIER.
Referenced by QCoreGraphicsPaintEngine::drawTiledPixmap(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().
bool QMacPattern::as_mask |
Definition at line 235 of file qpaintengine_mac.mm.
Referenced by qt_mac_draw_pattern(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().
const uchar* QMacPattern::bytes |
Definition at line 238 of file qpaintengine_mac.mm.
Referenced by qt_mac_draw_pattern(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().
struct { ... } QMacPattern::data |
QColor QMacPattern::foreground |
Definition at line 234 of file qpaintengine_mac.mm.
Referenced by QCoreGraphicsPaintEngine::drawTiledPixmap(), qt_mac_draw_pattern(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().
CGImageRef QMacPattern::image |
Definition at line 242 of file qpaintengine_mac.mm.
Referenced by qt_mac_draw_pattern().
QPaintDevice* QMacPattern::pdev |
Definition at line 240 of file qpaintengine_mac.mm.
Referenced by QCoreGraphicsPaintEngine::drawTiledPixmap(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().
QPixmap QMacPattern::pixmap |
Definition at line 237 of file qpaintengine_mac.mm.
Referenced by QCoreGraphicsPaintEngine::drawTiledPixmap(), qt_mac_draw_pattern(), and QCoreGraphicsPaintEnginePrivate::setFillBrush().