Konsole
Konsole::UrlFilter Class Reference
#include <Filter.h>
Inheritance diagram for Konsole::UrlFilter:

Detailed Description
A filter which matches URLs in blocks of text.Definition at line 249 of file Filter.h.
Public Member Functions | |
UrlFilter () | |
Protected Member Functions | |
virtual RegExpFilter::HotSpot * | newHotSpot (int, int, int, int) |
Classes | |
class | HotSpot |
Hotspot type created by UrlFilter instances. More... |
Constructor & Destructor Documentation
UrlFilter::UrlFilter | ( | ) |
Definition at line 490 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 402 of file Filter.cpp.
The documentation for this class was generated from the following files: