![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/private/qcore_mac_p.h>#include <QtCore/qsize.h>#include <QtGui/private/qtguiglobal_p.h>#include <QtGui/qicon.h>#include <QtGui/qpalette.h>#include <QtGui/qregion.h>#include <CoreGraphics/CoreGraphics.h>Go to the source code of this file.
Classes | |
| struct | QCGImageFormat |
| class | QMacCGContext |
Functions | |
| Q_FORWARD_DECLARE_OBJC_CLASS (UIImage) | |
| Q_FORWARD_DECLARE_OBJC_CLASS (NSColor) | |
| Q_GUI_EXPORT std::optional< QCGImageFormat > | qt_mac_cgImageFormatForImage (const QImage &image) |
| Q_GUI_EXPORT CGImageRef | qt_mac_toCGImage (const QImage &qImage) |
| Q_GUI_EXPORT QImage | qt_mac_toQImage (CGImageRef image) |
| Q_GUI_EXPORT QImage | qt_mac_padToSquareImage (const QImage &image) |
| Q_GUI_EXPORT void | qt_mac_drawCGImage (CGContextRef inContext, const CGRect *inBounds, CGImageRef inImage) |
| Q_GUI_EXPORT void | qt_mac_clip_cg (CGContextRef hd, const QRegion &rgn, CGAffineTransform *orig_xform) |
| Q_GUI_EXPORT QColor | qt_mac_toQColor (CGColorRef color) |
| Q_GUI_EXPORT QBrush | qt_mac_toQBrush (CGColorRef color) |
| Q_FORWARD_DECLARE_OBJC_CLASS | ( | NSColor | ) |
| Q_FORWARD_DECLARE_OBJC_CLASS | ( | UIImage | ) |
| Q_GUI_EXPORT std::optional< QCGImageFormat > qt_mac_cgImageFormatForImage | ( | const QImage & | image | ) |
Definition at line 28 of file qcoregraphics.mm.
| Q_GUI_EXPORT void qt_mac_clip_cg | ( | CGContextRef | hd, |
| const QRegion & | rgn, | ||
| CGAffineTransform * | orig_xform ) |
Definition at line 618 of file qcoregraphics.mm.
| Q_GUI_EXPORT void qt_mac_drawCGImage | ( | CGContextRef | inContext, |
| const CGRect * | inBounds, | ||
| CGImageRef | inImage ) |
Definition at line 148 of file qcoregraphics.mm.
Definition at line 304 of file qcoregraphics.mm.
| Q_GUI_EXPORT CGImageRef qt_mac_toCGImage | ( | const QImage & | qImage | ) |
Definition at line 138 of file qcoregraphics.mm.
| Q_GUI_EXPORT QBrush qt_mac_toQBrush | ( | CGColorRef | color | ) |
Definition at line 524 of file qcoregraphics.mm.
| Q_GUI_EXPORT QColor qt_mac_toQColor | ( | CGColorRef | color | ) |
Definition at line 467 of file qcoregraphics.mm.
| Q_GUI_EXPORT QImage qt_mac_toQImage | ( | CGImageRef | image | ) |
Definition at line 261 of file qcoregraphics.mm.