#include <kmimetype.h>
Inheritance diagram for KFolderType:

Public Methods | |
| virtual QString | icon (const QString &_url, bool _is_local) const |
| virtual QString | icon (const KURL &_url, bool _is_local) const |
| virtual QString | comment (const QString &_url, bool _is_local) const |
| virtual QString | comment (const KURL &_url, bool _is_local) const |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 316 of file kmimetype.h.
|
||||||||||||
|
This function differs from the above only in that a KURL may be provided instead of a QString for convenience. Reimplemented from KMimeType. |
|
||||||||||||
|
The arguments are unused, but provided so that KMimeType derived classes can use them.
Reimplemented from KMimeType. |
|
||||||||||||
|
This function differs from the above only in that a KURL may be provided instead of a QString for convenience. Reimplemented from KMimeType. |
|
||||||||||||
|
Return the filename of the icon associated with the mimetype. The arguments are unused, but provided so that KMimeType-derived classes can use them (e.g. KFolderType uses the URL to return one out of 2 icons)
Reimplemented from KMimeType. |
1.2.18