org.kde.qt
public class QImageIO extends Object implements QtSupport
Constructor Summary | |
---|---|
protected | QImageIO(Class dummy) |
QImageIO() | |
QImageIO(QIODeviceInterface ioDevice, String format) | |
QImageIO(String fileName, String format) |
Method Summary | |
---|---|
String | description() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
String | fileName() |
protected void | finalize() Deletes the wrapped C++ instance |
String | format() |
float | gamma() |
QImage | image() |
static String | imageFormat(String fileName) |
static String | imageFormat(QIODeviceInterface arg1) |
static ArrayList | inputFormats() |
QIODeviceInterface | ioDevice() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
static ArrayList | outputFormats() |
String | parameters() |
int | quality() |
boolean | read() |
void | setDescription(String arg1) |
void | setFileName(String arg1) |
void | setFormat(String arg1) |
void | setGamma(float arg1) |
void | setImage(QImage arg1) |
void | setIODevice(QIODeviceInterface arg1) |
void | setParameters(String arg1) |
void | setQuality(int arg1) |
void | setStatus(int arg1) |
int | status() |
boolean | write() |