Qt.QWindowsMime Class

public class QWindowsMime: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QWindowsMime

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QWindowsMime Constructors

QWindowsMime Constructor

QWindowsMime Methods

QWindowsMime.CanConvert Method
QWindowsMime.Cf Method
QWindowsMime.CfFor Method
QWindowsMime.CfToMime Method
QWindowsMime.ConvertFromMime Method
QWindowsMime.ConvertToMime Method
QWindowsMime.Convertor Method
QWindowsMime.ConvertorName Method
QWindowsMime.CountCf Method
QWindowsMime.Finalize Method
QWindowsMime.Initialize Method
QWindowsMime.MimeFor Method
QWindowsMime.RegisterMimeType Method


QWindowsMime Constructor

public void QWindowsMime(void * ptr);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.CanConvert Method

public bool CanConvert(System.String mime, int cf);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.Cf Method

public int Cf(int index);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.CfFor Method

public int CfFor(System.String arg1);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.CfToMime Method

public static System.String CfToMime(int cf);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.ConvertFromMime Method

public byte[] ConvertFromMime(byte[] data, System.String mime, int cf);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.ConvertToMime Method

public byte[] ConvertToMime(byte[] data, System.String mime, int cf);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.Convertor Method

public static Qt.QWindowsMime Convertor(System.String mime, int cf);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.ConvertorName Method

public System.String ConvertorName();

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.CountCf Method

public int CountCf();

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.Finalize Method

protected override void Finalize();

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.Initialize Method

public static void Initialize();

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.MimeFor Method

public System.String MimeFor(int cf);

See Also

Qt.QWindowsMime Class, Qt Namespace

QWindowsMime.RegisterMimeType Method

public static int RegisterMimeType(System.String mime);

See Also

Qt.QWindowsMime Class, Qt Namespace