org.kde.koala
public class KExecMimeType extends KMimeType
UNKNOWN: MimeType for any executable, like /bin/ls.
| Constructor Summary | |
|---|---|
| protected | KExecMimeType(Class dummy) |
| KExecMimeType(KDesktopFile config)
Construct a executable mimetype and take all information from a desktop file. | |
| KExecMimeType(QDataStream _str, int offset) \internal @short \internal | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
Parameters: config the desktop configuration file that describes the mime type
UNKNOWN: Construct a executable mimetype and take all information from a desktop file.