![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qiiofhelpers_p.h>
Public Member Functions | |
| QIIOFHelper (QImageIOHandler *q) | |
| bool | readImage (QImage *out) |
| bool | writeImage (const QImage &in, const QString &uti) |
| QVariant | imageProperty (QImageIOHandler::ImageOption option) |
| void | setOption (QImageIOHandler::ImageOption option, const QVariant &value) |
Protected Member Functions | |
| bool | initRead () |
| bool | getIntProperty (CFStringRef property, int *value) |
Protected Attributes | |
| QImageIOHandler * | q_ptr = nullptr |
| QList< QVariant > | writeOptions |
| QCFType< CGDataProviderRef > | cgDataProvider = nullptr |
| QCFType< CGImageSourceRef > | cgImageSource = nullptr |
| QCFType< CFDictionaryRef > | cfImageDict = nullptr |
Definition at line 39 of file qiiofhelpers_p.h.
| NS_IIOF_HELPERS::QIIOFHelper::QIIOFHelper | ( | QImageIOHandler * | q | ) |
Definition at line 109 of file qiiofhelpers.mm.
References QIIOFHelper().
Referenced by QIIOFHelper().
|
protected |
Definition at line 174 of file qiiofhelpers.mm.
| QVariant NS_IIOF_HELPERS::QIIOFHelper::imageProperty | ( | QImageIOHandler::ImageOption | option | ) |
Definition at line 238 of file qiiofhelpers.mm.
References initRead().
|
protected |
Definition at line 114 of file qiiofhelpers.mm.
References NS_IIOF_HELPERS::cbRelease(), and NS_IIOF_HELPERS::cbRewind().
Referenced by imageProperty(), and readImage().
| bool NS_IIOF_HELPERS::QIIOFHelper::readImage | ( | QImage * | out | ) |
Definition at line 147 of file qiiofhelpers.mm.
References initRead().
| void NS_IIOF_HELPERS::QIIOFHelper::setOption | ( | QImageIOHandler::ImageOption | option, |
| const QVariant & | value ) |
Definition at line 265 of file qiiofhelpers.mm.
Definition at line 272 of file qiiofhelpers.mm.
|
protected |
Definition at line 57 of file qiiofhelpers_p.h.
|
protected |
Definition at line 55 of file qiiofhelpers_p.h.
|
protected |
Definition at line 56 of file qiiofhelpers_p.h.
|
protected |
Definition at line 53 of file qiiofhelpers_p.h.
Definition at line 54 of file qiiofhelpers_p.h.