Qt 4.8
Public Functions | Public Variables | List of all members
QImageIOHandlerPrivate Class Reference

Public Functions

 QImageIOHandlerPrivate (QImageIOHandler *q)
 
virtual ~QImageIOHandlerPrivate ()
 

Public Variables

QIODevicedevice
 
QByteArray format
 
QImageIOHandlerq_ptr
 

Detailed Description

Definition at line 242 of file qimageiohandler.cpp.

Constructors and Destructors

◆ QImageIOHandlerPrivate()

QImageIOHandlerPrivate::QImageIOHandlerPrivate ( QImageIOHandler q)

Definition at line 255 of file qimageiohandler.cpp.

256 {
257  device = 0;
258  q_ptr = q;
259 }
QImageIOHandler * q_ptr

◆ ~QImageIOHandlerPrivate()

QImageIOHandlerPrivate::~QImageIOHandlerPrivate ( )
virtual

Definition at line 261 of file qimageiohandler.cpp.

262 {
263 }

Properties

◆ device

QIODevice* QImageIOHandlerPrivate::device

Definition at line 249 of file qimageiohandler.cpp.

Referenced by QImageIOHandlerPrivate().

◆ format

QByteArray QImageIOHandlerPrivate::format
mutable

Definition at line 250 of file qimageiohandler.cpp.

◆ q_ptr

QImageIOHandler* QImageIOHandlerPrivate::q_ptr

Definition at line 252 of file qimageiohandler.cpp.

Referenced by QImageIOHandlerPrivate().


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