Konsole
Filter.h File Reference
#include <QtGui/QAction>#include <QtCore/QList>#include <QtCore/QObject>#include <QtCore/QStringList>#include <QtCore/QHash>#include <QtCore/QRegExp>#include "Character.h"
Include dependency graph for Filter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Konsole::Filter |
| A filter processes blocks of text looking for certain patterns (such as URLs or keywords from a list) and marks the areas which match the filter's patterns as 'hotspots'. More... | |
| class | Konsole::Filter::HotSpot |
| Represents an area of text which matched the pattern a particular filter has been looking for. More... | |
| class | Konsole::FilterChain |
| A chain which allows a group of filters to be processed as one. More... | |
| class | Konsole::FilterObject |
| class | Konsole::RegExpFilter |
| A filter which searches for sections of text matching a regular expression and creates a new RegExpFilter::HotSpot instance for them. More... | |
| class | Konsole::RegExpFilter::HotSpot |
| Type of hotspot created by RegExpFilter. More... | |
| class | Konsole::TerminalImageFilterChain |
| A filter chain which processes character images from terminal displays. More... | |
| class | Konsole::UrlFilter |
| A filter which matches URLs in blocks of text. More... | |
| class | Konsole::UrlFilter::HotSpot |
| Hotspot type created by UrlFilter instances. More... | |
Namespaces | |
| namespace | Konsole |
KDE 4.2 API Reference