org.kde.koala
public class KMimeSourceFactory extends QMimeSourceFactory
UNKNOWN: An extension to QMimeSourceFactory that uses KIconLoader to find images.
Constructor Summary | |
---|---|
protected | KMimeSourceFactory(Class dummy) |
KMimeSourceFactory(KIconLoader loader)
Constructor. | |
KMimeSourceFactory() |
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? |
String | makeAbsolute(String abs_or_rel_name, String context)
This function is maps an absolute or relative name for a resource to
the absolute one.
|
Parameters: loader is the iconloader used to find images.
UNKNOWN: Constructor.
category
name before the icon
name, in the style
of \"", "
", ...
Parameters: abs_or_rel_name is the absolute or relative pathname. context is the path of the context object for the queried resource. Almost always empty.
UNKNOWN: This function is maps an absolute or relative name for a resource to the absolute one.