org.kde.koala
public class KFolderType extends KMimeType
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 | |
|---|---|
| String | comment(String _url, boolean _is_local) |
| String | comment(KURL _url, boolean _is_local) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| String | icon(String _url, boolean _is_local) |
| String | icon(KURL _url, boolean _is_local) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
Parameters: config the desktop configuration file that describes the mime type
UNKNOWN: Construct a folder mimetype and take all information from a desktop file.