public class QMimeSourceFactory: QtSupport, System.IDisposable
System.Object
QtSupport
QMimeSourceFactoryThis type implements System.IDisposable.
Qt Namespace
QMimeSourceFactory Constructors
QMimeSourceFactory() Constructor
QMimeSourceFactory(void *) Constructor
QMimeSourceFactory Methods
QMimeSourceFactory.AddFactory Method
QMimeSourceFactory.AddFilePath Method
QMimeSourceFactory.Data(System.String) Method
QMimeSourceFactory.Data(System.String, System.String) Method
QMimeSourceFactory.DefaultFactory Method
QMimeSourceFactory.FilePath Method
QMimeSourceFactory.Finalize Method
QMimeSourceFactory.MakeAbsolute Method
QMimeSourceFactory.RemoveFactory Method
QMimeSourceFactory.SetData Method
QMimeSourceFactory.SetDefaultFactory Method
QMimeSourceFactory.SetExtensionType Method
QMimeSourceFactory.SetFilePath Method
QMimeSourceFactory.SetImage Method
QMimeSourceFactory.SetPixmap Method
QMimeSourceFactory.SetText Method
QMimeSourceFactory.TakeDefaultFactory Method
public void QMimeSourceFactory();
Qt.QMimeSourceFactory Class, Qt Namespace
public void QMimeSourceFactory(void * ptr);
Qt.QMimeSourceFactory Class, Qt Namespace
public static void AddFactory(Qt.QMimeSourceFactory f);
Qt.QMimeSourceFactory Class, Qt Namespace
public void AddFilePath(System.String arg1);
Qt.QMimeSourceFactory Class, Qt Namespace
public Qt.QMimeSource Data(System.String abs_name);
Qt.QMimeSourceFactory Class, Qt Namespace
public Qt.QMimeSource Data(System.String abs_or_rel_name, System.String context);
Qt.QMimeSourceFactory Class, Qt Namespace
public static Qt.QMimeSourceFactory DefaultFactory();
Qt.QMimeSourceFactory Class, Qt Namespace
public Qt.QStringList FilePath();
Qt.QMimeSourceFactory Class, Qt Namespace
protected override void Finalize();
Qt.QMimeSourceFactory Class, Qt Namespace
public System.String MakeAbsolute(System.String abs_or_rel_name, System.String context);
Qt.QMimeSourceFactory Class, Qt Namespace
public static void RemoveFactory(Qt.QMimeSourceFactory f);
Qt.QMimeSourceFactory Class, Qt Namespace
public void SetData(System.String abs_name, Qt.QMimeSource data);
Qt.QMimeSourceFactory Class, Qt Namespace
public static void SetDefaultFactory(Qt.QMimeSourceFactory arg1);
Qt.QMimeSourceFactory Class, Qt Namespace
public void SetExtensionType(System.String ext, System.String mimetype);
Qt.QMimeSourceFactory Class, Qt Namespace
public void SetFilePath(Qt.QStringList arg1);
Qt.QMimeSourceFactory Class, Qt Namespace
public void SetImage(System.String abs_name, Qt.QImage im);
Qt.QMimeSourceFactory Class, Qt Namespace
public void SetPixmap(System.String abs_name, Qt.QPixmap pm);
Qt.QMimeSourceFactory Class, Qt Namespace
public void SetText(System.String abs_name, System.String text);
Qt.QMimeSourceFactory Class, Qt Namespace
public static Qt.QMimeSourceFactory TakeDefaultFactory();
Qt.QMimeSourceFactory Class, Qt Namespace