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

Public Functions

 QImageWriterPrivate (QImageWriter *qq)
 

Public Variables

int compression
 
bool deleteDevice
 
QString description
 
QIODevicedevice
 
QString errorString
 
QByteArray format
 
float gamma
 
QImageIOHandlerhandler
 
QImageWriter::ImageWriterError imageWriterError
 
QImageWriterq
 
int quality
 
QString text
 

Detailed Description

Definition at line 251 of file qimagewriter.cpp.

Constructors and Destructors

◆ QImageWriterPrivate()

QImageWriterPrivate::QImageWriterPrivate ( QImageWriter qq)
Warning
This function is not part of the public interface.

Definition at line 279 of file qimagewriter.cpp.

280 {
281  device = 0;
282  deleteDevice = false;
283  handler = 0;
284  quality = -1;
285  compression = 0;
286  gamma = 0.0;
289 
290  q = qq;
291 }
#define QT_TRANSLATE_NOOP(scope, x)
Marks the string literal sourceText for dynamic translation in the given context; i...
Definition: qglobal.h:2487
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
QImageIOHandler * handler
The QImageWriter class provides a format independent interface for writing images to files or other d...
Definition: qimagewriter.h:59
QImageWriter::ImageWriterError imageWriterError
QImageWriter * q

Properties

◆ compression

int QImageWriterPrivate::compression

◆ deleteDevice

bool QImageWriterPrivate::deleteDevice

◆ description

QString QImageWriterPrivate::description

◆ device

QIODevice* QImageWriterPrivate::device

◆ errorString

QString QImageWriterPrivate::errorString

◆ format

QByteArray QImageWriterPrivate::format

◆ gamma

float QImageWriterPrivate::gamma

◆ handler

QImageIOHandler* QImageWriterPrivate::handler

◆ imageWriterError

QImageWriter::ImageWriterError QImageWriterPrivate::imageWriterError

◆ q

QImageWriter* QImageWriterPrivate::q

Definition at line 273 of file qimagewriter.cpp.

Referenced by QImageWriterPrivate().

◆ quality

int QImageWriterPrivate::quality

◆ text

QString QImageWriterPrivate::text

Definition at line 267 of file qimagewriter.cpp.


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