|
|
Filters a URI.
The KURIFilterPlugin class applies a single filter to a URI.
|
Constructor to create a filter plugin with a given name and priority.
Parameters:
pname | The name of the plugin. |
pri | The priority of the plugin. |
QString |
[const virtual]
Return the filter's name.
Returns: A string naming the filter.
Reimplemented from QObject
double |
[const virtual]
Return the filter's . Each filter has an assigned priority, a float from 0 to 1. Filters with the lowest priority are first given a chance to filter a URI.
Returns: The priority of the filter.
bool |
[virtual]
Filter a URI.
Parameters:
uri | The URI to be filtered. |
Returns: A boolean indicating whether the URI has been changed or not.
bool |
[virtual]
Filter a string representing a URI.
Parameters:
uri | The URI to be filtered. |
Returns: A boolean indicating whether the URI has been changed or not.
KCModule * |
[const pure virtual]
Return a configuration module for the filter. It is the responsability of the caller to delete the module once it is not needed anymore.
Returns: A configuration module, or 0 if the filter isn't configurable.
QString |
[const virtual]
Return a configuration module for the filter. It is the responsability of the caller to delete the module once it is not needed anymore.
Returns: A configuration module, or 0 if the filter isn't configurable.
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |