Qt.QImageIO Class

public class QImageIO: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QImageIO

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QImageIO Constructors

QImageIO() Constructor
QImageIO(Qt.QIODevice, System.String) Constructor
QImageIO(System.String, System.String) Constructor
QImageIO(void *) Constructor

QImageIO Methods

QImageIO.DefineIOHandler Method
QImageIO.Description Method
QImageIO.FileName Method
QImageIO.Finalize Method
QImageIO.Format Method
QImageIO.Gamma Method
QImageIO.Image Method
QImageIO.ImageFormat(System.String) Method
QImageIO.ImageFormat(Qt.QIODevice) Method
QImageIO.InputFormats Method
QImageIO.IoDevice Method
QImageIO.OutputFormats Method
QImageIO.Parameters Method
QImageIO.Quality Method
QImageIO.Read Method
QImageIO.SetDescription Method
QImageIO.SetFileName Method
QImageIO.SetFormat Method
QImageIO.SetGamma Method
QImageIO.SetIODevice Method
QImageIO.SetImage Method
QImageIO.SetParameters Method
QImageIO.SetQuality Method
QImageIO.SetStatus Method
QImageIO.Status Method
QImageIO.Write Method


QImageIO() Constructor

public void QImageIO();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO(Qt.QIODevice, System.String) Constructor

public void QImageIO(Qt.QIODevice ioDevice, System.String format);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO(System.String, System.String) Constructor

public void QImageIO(System.String fileName, System.String format);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO(void *) Constructor

public void QImageIO(void * ptr);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.DefineIOHandler Method

public static void DefineIOHandler(System.String format, System.String header, System.String flags, int read_image, int write_image);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Description Method

public System.String Description();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.FileName Method

public System.String FileName();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Finalize Method

protected override void Finalize();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Format Method

public System.String Format();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Gamma Method

public float Gamma();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Image Method

public Qt.QImage Image();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.ImageFormat(System.String) Method

public static System.String ImageFormat(System.String fileName);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.ImageFormat(Qt.QIODevice) Method

public static System.String ImageFormat(Qt.QIODevice arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.InputFormats Method

public static Qt.QStrList InputFormats();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.IoDevice Method

public Qt.QIODevice IoDevice();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.OutputFormats Method

public static Qt.QStrList OutputFormats();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Parameters Method

public System.String Parameters();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Quality Method

public int Quality();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Read Method

public bool Read();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetDescription Method

public void SetDescription(System.String arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetFileName Method

public void SetFileName(System.String arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetFormat Method

public void SetFormat(System.String arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetGamma Method

public void SetGamma(float arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetIODevice Method

public void SetIODevice(Qt.QIODevice arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetImage Method

public void SetImage(Qt.QImage arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetParameters Method

public void SetParameters(System.String arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetQuality Method

public void SetQuality(int arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.SetStatus Method

public void SetStatus(int arg1);

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Status Method

public int Status();

See Also

Qt.QImageIO Class, Qt Namespace

QImageIO.Write Method

public bool Write();

See Also

Qt.QImageIO Class, Qt Namespace