org.kde.koala

Class KFolderType

public class KFolderType extends KMimeType

Folder mime type. Handles locked folders, for instance.

UNKNOWN: Mimetype for a folder (inode/directory).

Constructor Summary
protected KFolderType(Class dummy)
KFolderType(KDesktopFile config)
Construct a folder mimetype and take all information from a desktop file.
KFolderType(QDataStream _str, int offset)
\internal @short \internal
Method Summary
Stringcomment(String _url, boolean _is_local)
Stringcomment(KURL _url, boolean _is_local)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
Stringicon(String _url, boolean _is_local)
Stringicon(KURL _url, boolean _is_local)
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

KFolderType

protected KFolderType(Class dummy)

KFolderType

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

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

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

KFolderType

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

Method Detail

comment

public String comment(String _url, boolean _is_local)

comment

public String comment(KURL _url, boolean _is_local)

dispose

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

finalize

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

icon

public String icon(String _url, boolean _is_local)

icon

public String icon(KURL _url, boolean _is_local)

isDisposed

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