Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
NS_IIOF_HELPERS::QIIOFHelpers Class Reference

#include <qiiofhelpers_p.h>

+ Collaboration diagram for NS_IIOF_HELPERS::QIIOFHelpers:

Static Public Member Functions

static QImageIOPlugin::Capabilities systemCapabilities (const QString &uti)
 
static bool readImage (QImageIOHandler *q_ptr, QImage *out)
 
static bool writeImage (QImageIOHandler *q_ptr, const QImage &in, const QString &uti)
 

Detailed Description

Definition at line 31 of file qiiofhelpers_p.h.

Member Function Documentation

◆ readImage()

bool NS_IIOF_HELPERS::QIIOFHelpers::readImage ( QImageIOHandler * q_ptr,
QImage * out )
static

Definition at line 82 of file qiiofhelpers.cpp.

References out.

Referenced by QMacJp2Handler::read().

+ Here is the caller graph for this function:

◆ systemCapabilities()

QImageIOPlugin::Capabilities NS_IIOF_HELPERS::QIIOFHelpers::systemCapabilities ( const QString & uti)
static

Definition at line 64 of file qiiofhelpers.cpp.

References QImageIOPlugin::CanRead, and QImageIOPlugin::CanWrite.

Referenced by QMacHeifPlugin::capabilities().

+ Here is the caller graph for this function:

◆ writeImage()

bool NS_IIOF_HELPERS::QIIOFHelpers::writeImage ( QImageIOHandler * q_ptr,
const QImage & in,
const QString & uti )
static

Definition at line 88 of file qiiofhelpers.cpp.

Referenced by QMacJp2Handler::write().

+ Here is the caller graph for this function:

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