org.kde.koala

Class KExecMimeType

public class KExecMimeType extends KMimeType

The mime type for executable files.

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
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

KExecMimeType

protected KExecMimeType(Class dummy)

KExecMimeType

public KExecMimeType(KDesktopFile config)
Construct a executable mimetype and take all information from a desktop file.

Parameters: config the desktop configuration file that describes the mime type

UNKNOWN: Construct a executable mimetype and take all information from a desktop file.

KExecMimeType

public KExecMimeType(QDataStream _str, int offset)
\internal @short \internal

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?