org.kde.qt
public class QMimeSourceFactory extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QMimeSourceFactory(Class dummy) |
| QMimeSourceFactory() | |
| Method Summary | |
|---|---|
| static void | addFactory(QMimeSourceFactory f) |
| void | addFilePath(String arg1) |
| QMimeSourceInterface | data(String abs_name) |
| QMimeSourceInterface | data(String abs_or_rel_name, String context) |
| static QMimeSourceFactory | defaultFactory() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| ArrayList | filePath() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| String | makeAbsolute(String abs_or_rel_name, String context) |
| static void | removeFactory(QMimeSourceFactory f) |
| void | setData(String abs_name, QMimeSourceInterface data) |
| static void | setDefaultFactory(QMimeSourceFactory arg1) |
| void | setExtensionType(String ext, String mimetype) |
| void | setFilePath(String[] arg1) |
| void | setImage(String abs_name, QImage im) |
| void | setPixmap(String abs_name, QPixmap pm) |
| void | setText(String abs_name, String text) |
| static QMimeSourceFactory | takeDefaultFactory() |