Qt.QImageDecoder Class

public class QImageDecoder: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QImageDecoder

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QImageDecoder Constructors

QImageDecoder(Qt.QImageConsumer) Constructor
QImageDecoder(void *) Constructor

QImageDecoder Methods

QImageDecoder.Decode Method
QImageDecoder.Finalize Method
QImageDecoder.Format Method
QImageDecoder.FormatName Method
QImageDecoder.Image Method
QImageDecoder.InputFormats Method
QImageDecoder.RegisterDecoderFactory Method
QImageDecoder.UnregisterDecoderFactory Method


QImageDecoder(Qt.QImageConsumer) Constructor

public void QImageDecoder(Qt.QImageConsumer c);

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder(void *) Constructor

public void QImageDecoder(void * ptr);

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.Decode Method

public int Decode(System.String buffer, int length);

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.Finalize Method

protected override void Finalize();

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.Format Method

public static Qt.QImageFormatType Format(System.String name);

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.FormatName Method

public static System.String FormatName(System.String buffer, int length);

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.Image Method

public Qt.QImage Image();

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.InputFormats Method

public static Qt.QStrList InputFormats();

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.RegisterDecoderFactory Method

public static void RegisterDecoderFactory(Qt.QImageFormatType arg1);

See Also

Qt.QImageDecoder Class, Qt Namespace

QImageDecoder.UnregisterDecoderFactory Method

public static void UnregisterDecoderFactory(Qt.QImageFormatType arg1);

See Also

Qt.QImageDecoder Class, Qt Namespace