|
enum | DisposalMethod {
Unspecified
, NoDisposal
, RestoreBackground
, RestoreImage
,
Unspecified
, NoDisposal
, RestoreBackground
, RestoreImage
} |
enum | DisposalMethod {
Unspecified
, NoDisposal
, RestoreBackground
, RestoreImage
,
Unspecified
, NoDisposal
, RestoreBackground
, RestoreImage
} |
|
| QPNGImageWriter (QIODevice *) |
| ~QPNGImageWriter () |
void | setDisposalMethod (DisposalMethod) |
void | setLooping (int loops=0) |
void | setFrameDelay (int msecs) |
void | setGamma (float) |
bool | writeImage (const QImage &img, int x, int y) |
bool | writeImage (const QImage &img, int compression_in, const QString &description, int x, int y) |
bool | writeImage (const QImage &img) |
bool | writeImage (const QImage &img, int compression, const QString &description) |
QIODevice * | device () |
| QPNGImageWriter (QIODevice *) |
| ~QPNGImageWriter () |
void | setDisposalMethod (DisposalMethod) |
void | setLooping (int loops=0) |
void | setFrameDelay (int msecs) |
void | setGamma (float) |
bool | writeImage (const QImage &img, int x, int y) |
bool | writeImage (const QImage &img, int compression_in, const QString &description, int x, int y) |
bool | writeImage (const QImage &img) |
bool | writeImage (const QImage &img, int compression, const QString &description) |
QIODevice * | device () |
Definition at line 108 of file qpnghandler.cpp.
◆ DisposalMethod [1/2]
Enumerator |
---|
Unspecified | |
NoDisposal | |
RestoreBackground | |
RestoreImage | |
Unspecified | |
NoDisposal | |
RestoreBackground | |
RestoreImage | |
Definition at line 113 of file qpnghandler.cpp.
◆ DisposalMethod [2/2]
Enumerator |
---|
Unspecified | |
NoDisposal | |
RestoreBackground | |
RestoreImage | |
Unspecified | |
NoDisposal | |
RestoreBackground | |
RestoreImage | |
Definition at line 113 of file qpnghandler.cpp.
◆ QPNGImageWriter() [1/2]
QPNGImageWriter::QPNGImageWriter |
( |
QIODevice * | iod | ) |
|
|
explicit |
◆ ~QPNGImageWriter() [1/2]
QPNGImageWriter::~QPNGImageWriter |
( |
| ) |
|
◆ QPNGImageWriter() [2/2]
QPNGImageWriter::QPNGImageWriter |
( |
QIODevice * | | ) |
|
|
explicit |
◆ ~QPNGImageWriter() [2/2]
QPNGImageWriter::~QPNGImageWriter |
( |
| ) |
|
◆ device() [1/2]
◆ device() [2/2]
◆ setDisposalMethod() [1/2]
◆ setDisposalMethod() [2/2]
◆ setFrameDelay() [1/2]
void QPNGImageWriter::setFrameDelay |
( |
int | msecs | ) |
|
◆ setFrameDelay() [2/2]
void QPNGImageWriter::setFrameDelay |
( |
int | msecs | ) |
|
◆ setGamma() [1/2]
void QPNGImageWriter::setGamma |
( |
float | g | ) |
|
◆ setGamma() [2/2]
void QPNGImageWriter::setGamma |
( |
float | | ) |
|
◆ setLooping() [1/2]
void QPNGImageWriter::setLooping |
( |
int | loops = 0 | ) |
|
◆ setLooping() [2/2]
void QPNGImageWriter::setLooping |
( |
int | loops = 0 | ) |
|
◆ writeImage() [1/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img | ) |
|
|
inline |
◆ writeImage() [2/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img | ) |
|
|
inline |
◆ writeImage() [3/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img, |
|
|
int | compression, |
|
|
const QString & | description ) |
|
inline |
◆ writeImage() [4/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img, |
|
|
int | compression, |
|
|
const QString & | description ) |
|
inline |
◆ writeImage() [5/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img, |
|
|
int | compression_in, |
|
|
const QString & | description, |
|
|
int | x, |
|
|
int | y ) |
◆ writeImage() [6/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img, |
|
|
int | compression_in, |
|
|
const QString & | description, |
|
|
int | x, |
|
|
int | y ) |
◆ writeImage() [7/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img, |
|
|
int | x, |
|
|
int | y ) |
◆ writeImage() [8/8]
bool QPNGImageWriter::writeImage |
( |
const QImage & | img, |
|
|
int | x, |
|
|
int | y ) |
The documentation for this class was generated from the following file: