Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
NS_IIOF_HELPERS Namespace Reference

Classes

class  QIIOFHelper
class  QIIOFHelpers

Functions

static size_t cbGetBytes (void *info, void *buffer, size_t count)
static off_t cbSkipForward (void *info, off_t count)
static void cbRewind (void *info)
static size_t cbPutBytes (void *info, const void *buffer, size_t count)
static void cbRelease (void *info)
static QImageIOHandler::Transformations exif2Qt (int exifOrientation)
static int qt2Exif (QImageIOHandler::Transformations transformation)

Function Documentation

◆ cbGetBytes()

size_t NS_IIOF_HELPERS::cbGetBytes ( void * info,
void * buffer,
size_t count )
static

Definition at line 25 of file qiiofhelpers.mm.

◆ cbPutBytes()

size_t NS_IIOF_HELPERS::cbPutBytes ( void * info,
const void * buffer,
size_t count )
static

Definition at line 63 of file qiiofhelpers.mm.

◆ cbRelease()

void NS_IIOF_HELPERS::cbRelease ( void * info)
static

Definition at line 74 of file qiiofhelpers.mm.

Referenced by NS_IIOF_HELPERS::QIIOFHelper::initRead().

Here is the caller graph for this function:

◆ cbRewind()

void NS_IIOF_HELPERS::cbRewind ( void * info)
static

Definition at line 56 of file qiiofhelpers.mm.

Referenced by NS_IIOF_HELPERS::QIIOFHelper::initRead().

Here is the caller graph for this function:

◆ cbSkipForward()

off_t NS_IIOF_HELPERS::cbSkipForward ( void * info,
off_t count )
static

Definition at line 36 of file qiiofhelpers.mm.

◆ exif2Qt()

QImageIOHandler::Transformations NS_IIOF_HELPERS::exif2Qt ( int exifOrientation)
static

Definition at line 191 of file qiiofhelpers.mm.

◆ qt2Exif()

int NS_IIOF_HELPERS::qt2Exif ( QImageIOHandler::Transformations transformation)
static

Definition at line 214 of file qiiofhelpers.mm.