42 #ifndef QPIXMAP_MAC_P_H 43 #define QPIXMAP_MAC_P_H 56 #include <QtGui/private/qpixmapdata_p.h> 57 #include <QtGui/private/qpixmapdatafactory_p.h> 58 #include <QtGui/private/qt_mac_p.h> 134 #endif // QPIXMAP_MAC_P_H
void fill(const QColor &color)
The QColor class provides colors based on RGB, HSV or CMYK values.
QPixmap alphaChannel() const
friend IconRef qt_mac_create_iconref(const QPixmap &)
#define QT_END_NAMESPACE
This macro expands to.
void setAlphaChannel(const QPixmap &alphaChannel)
friend void qt_mac_cgimage_data_free(void *, const void *, size_t)
bool hasAlphaChannel() const
void macSetHasAlpha(bool b)
void macReleaseCGImageRef()
struct CGImage * CGImageRef
friend QColor qcolorForThemeTextColor(ThemeTextColor themeColor)
friend int qt_mac_pixmap_get_bytes_per_line(const QPixmap *)
void macSetAlphaChannel(const QMacPixmapData *, bool asMask)
The QBitmap class provides monochrome (1-bit depth) pixmaps.
friend quint32 * qt_mac_pixmap_get_base(const QPixmap *)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QRectF class defines a rectangle in the plane using floating point precision. ...
QMacPixmapData(PixelType type)
QPaintEngine * paintEngine() const
The QImage class provides a hardware-independent image representation that allows direct access to th...
void resize(int width, int height)
static const char * data(const QByteArray &arr)
friend CGImageRef qt_mac_create_imagemask(const QPixmap &, const QRectF &)
The QPaintEngine class provides an abstract definition of how QPainter draws to a given device on a g...
void macGetAlphaChannel(QMacPixmapData *, bool asMask) const
void macCreateCGImageRef()
void copy(const QPixmapData *data, const QRect &rect)
void setMask(const QBitmap &mask)
The QRect class defines a rectangle in the plane using integer precision.
The QPixmap class is an off-screen image representation that can be used as a paint device...
bool scroll(int dx, int dy, const QRect &rect)
struct CGContext * CGContextRef
The QRasterPaintEngine class enables hardware acceleration of painting operations in Qt for Embedded ...
static QSet< QMacPixmapData * > validDataPointers
friend CGContextRef qt_mac_cg_context(const QPaintDevice *)
Returns the CoreGraphics CGContextRef of the paint device.
QPixmapData * createCompatiblePixmapData() const
int metric(QPaintDevice::PaintDeviceMetric metric) const
CGImageRef cg_dataBeingReleased
void fromImage(const QImage &image, Qt::ImageConversionFlags flags)
struct OpaqueIconRef * IconRef