org.kde.qt
public class QImageDecoder extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QImageDecoder(Class dummy) |
| QImageDecoder(QImageConsumer c) | |
| Method Summary | |
|---|---|
| int | decode(char[] buffer, int length) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| static QImageFormatType | format(String name) |
| static String | formatName(char[] buffer, int length) |
| QImage | image() |
| static ArrayList | inputFormats() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| static void | registerDecoderFactory(QImageFormatType arg1) |
| static void | unregisterDecoderFactory(QImageFormatType arg1) |