org.kde.koala
public class KURIFilterPlugin extends QObject
UNKNOWN: Abstract class for URI filter plugins.
| Constructor Summary | |
|---|---|
| protected | KURIFilterPlugin(Class dummy) |
| Method Summary | |
|---|---|
| String | className() |
| KCModule | configModule(QWidget arg1, String arg2)
Creates a configuration module for the filter.
|
| String | configName()
Returns the name of the configuration module for the filter. |
| boolean | filterURI(KURIFilterData data)
Filters a URI. |
| QMetaObject | metaObject() |
| String | name()
Returns the filter's name. |
| double | priority()
Returns the filter's priority.
|
Returns: A configuration module, 0 if the filter isn't configurable.
UNKNOWN: Creates a configuration module for the filter.
Returns: the name of a configuration module or null if none.
UNKNOWN: Returns the name of the configuration module for the filter.
Parameters: data the URI data to be filtered.
Returns: A boolean indicating whether the URI has been changed.
UNKNOWN: Filters a URI.
Returns: A string naming the filter.
UNKNOWN: Returns the filter's name.
Returns: The priority of the filter.
UNKNOWN: Returns the filter's priority.