org.kde.qt

Class QImageDecoder

public class QImageDecoder extends Object implements QtSupport

Constructor Summary
protected QImageDecoder(Class dummy)
QImageDecoder(QImageConsumer c)
Method Summary
intdecode(char[] buffer, int length)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
static QImageFormatTypeformat(String name)
static StringformatName(char[] buffer, int length)
QImageimage()
static ArrayListinputFormats()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
static voidregisterDecoderFactory(QImageFormatType arg1)
static voidunregisterDecoderFactory(QImageFormatType arg1)

Constructor Detail

QImageDecoder

protected QImageDecoder(Class dummy)

QImageDecoder

public QImageDecoder(QImageConsumer c)

Method Detail

decode

public int decode(char[] buffer, int length)

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

format

public static QImageFormatType format(String name)

formatName

public static String formatName(char[] buffer, int length)

image

public QImage image()

inputFormats

public static ArrayList inputFormats()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

registerDecoderFactory

public static void registerDecoderFactory(QImageFormatType arg1)

unregisterDecoderFactory

public static void unregisterDecoderFactory(QImageFormatType arg1)