Konsole
Konsole::UrlFilter Class Reference
A filter which matches URLs in blocks of text. More...
#include <Filter.h>
Inheritance diagram for Konsole::UrlFilter:

Classes | |
class | HotSpot |
Hotspot type created by UrlFilter instances. More... | |
Public Member Functions | |
UrlFilter () | |
Protected Member Functions | |
virtual RegExpFilter::HotSpot * | newHotSpot (int, int, int, int) |
Detailed Description
A filter which matches URLs in blocks of text.Definition at line 249 of file Filter.h.
Constructor & Destructor Documentation
UrlFilter::UrlFilter | ( | ) |
Definition at line 491 of file Filter.cpp.
Member Function Documentation
RegExpFilter::HotSpot * UrlFilter::newHotSpot | ( | int | startLine, | |
int | startColumn, | |||
int | endLine, | |||
int | endColumn | |||
) | [protected, virtual] |
Called when a match for the regular expression is encountered.
Subclasses should reimplement this to return custom hotspot types
Reimplemented from Konsole::RegExpFilter.
Definition at line 403 of file Filter.cpp.
The documentation for this class was generated from the following files: