Konsole
Konsole::UrlFilter Class Reference
#include <Filter.h>
Inheritance diagram for Konsole::UrlFilter:
Classes | |
class | HotSpot |
Public Member Functions | |
UrlFilter () | |
Public Member Functions inherited from Konsole::RegExpFilter | |
RegExpFilter () | |
virtual void | process () |
QRegExp | regExp () const |
void | setRegExp (const QRegExp &text) |
Public Member Functions inherited from Konsole::Filter | |
Filter () | |
virtual | ~Filter () |
HotSpot * | hotSpotAt (int line, int column) const |
QList< HotSpot * > | hotSpots () const |
QList< HotSpot * > | hotSpotsAtLine (int line) const |
void | reset () |
void | setBuffer (const QString *buffer, const QList< int > *linePositions) |
Protected Member Functions | |
virtual RegExpFilter::HotSpot * | newHotSpot (int, int, int, int) |
Protected Member Functions inherited from Konsole::Filter | |
void | addHotSpot (HotSpot *) |
const QString * | buffer () |
void | getLineColumn (int position, int &startLine, int &startColumn) |
Detailed Description
Constructor & Destructor Documentation
UrlFilter::UrlFilter | ( | ) |
Definition at line 443 of file Filter.cpp.
Member Function Documentation
|
protectedvirtual |
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 373 of file Filter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:25 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:25 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.