KURIFilterPlugin Class Reference
Base class for URI filter plugins.Abstract class for URI filter plugins. More...
#include <kurifilter.h>
Inheritance diagram for KURIFilterPlugin:

Public Member Functions | |
KURIFilterPlugin (QObject *parent=0, const char *name=0, double pri=1.0) | |
virtual QString | name () const |
virtual double | priority () const |
virtual bool | filterURI (KURIFilterData &data) const =0 |
virtual KCModule * | configModule (QWidget *, const char *) const |
virtual QString | configName () const |
Protected Member Functions | |
void | setFilteredURI (KURIFilterData &data, const KURL &uri) const |
void | setErrorMsg (KURIFilterData &data, const QString &errmsg) const |
void | setURIType (KURIFilterData &data, KURIFilterData::URITypes type) const |
void | setArguments (KURIFilterData &data, const QString &args) const |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
QString | m_strName |
double | m_dblPriority |
Detailed Description
Base class for URI filter plugins.Abstract class for URI filter plugins.This class applies a single filter to a URI. All plugins designed to provide URI filtering service should inherit from this abstract class and provide a concrete implementation.
All inheriting classes need to implement the pure virtual function filterURI.
Definition at line 344 of file kurifilter.h.
Constructor & Destructor Documentation
|
Constructs a filter plugin with a given name and priority.
Definition at line 35 of file kurifilter.cpp. References QString::fromLatin1(), m_dblPriority, and m_strName. |
Member Function Documentation
|
Returns the filter's name.
Definition at line 365 of file kurifilter.h. |
|
Returns the filter's priority. 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.
Definition at line 375 of file kurifilter.h. |
|
Filters a URI.
|
|
Creates a configuration module for the filter. It is the responsibility of the caller to delete the module once it is not needed anymore.
Definition at line 393 of file kurifilter.h. |
|
Returns the name of the configuration module for the filter.
Definition at line 400 of file kurifilter.h. References QObject::name(). |
|
Sets the the URL in
Definition at line 42 of file kurifilter.cpp. References KURIFilterData::m_bChanged, KURIFilterData::m_pURI, and KURIFilterData::uri(). |
|
Sets the error message in
Definition at line 412 of file kurifilter.h. References KURIFilterData::m_strErrMsg. |
|
Sets the URI type in
Definition at line 419 of file kurifilter.h. References KURIFilterData::m_bChanged, and KURIFilterData::m_iType. |
|
Sets the arguments and options string in
Definition at line 200 of file kurifilter.cpp. References KURIFilterData::d. |
The documentation for this class was generated from the following files: