Konsole
Konsole::TerminalImageFilterChain Class Reference
#include <Filter.h>
Inheritance diagram for Konsole::TerminalImageFilterChain:
Public Member Functions | |
TerminalImageFilterChain () | |
virtual | ~TerminalImageFilterChain () |
void | setImage (const Character *const image, int lines, int columns, const QVector< LineProperty > &lineProperties) |
Public Member Functions inherited from Konsole::FilterChain | |
virtual | ~FilterChain () |
void | addFilter (Filter *filter) |
void | clear () |
Filter::HotSpot * | hotSpotAt (int line, int column) const |
QList< Filter::HotSpot * > | hotSpots () const |
QList< Filter::HotSpot > | hotSpotsAtLine (int line) const |
void | process () |
void | removeFilter (Filter *filter) |
void | reset () |
void | setBuffer (const QString *buffer, const QList< int > *linePositions) |
Detailed Description
A filter chain which processes character images from terminal displays.
Constructor & Destructor Documentation
TerminalImageFilterChain::TerminalImageFilterChain | ( | ) |
Definition at line 106 of file Filter.cpp.
|
virtual |
Definition at line 112 of file Filter.cpp.
Member Function Documentation
void TerminalImageFilterChain::setImage | ( | const Character *const | image, |
int | lines, | ||
int | columns, | ||
const QVector< LineProperty > & | lineProperties | ||
) |
Set the current terminal image to image
.
- Parameters
-
image The terminal image lines The number of lines in the terminal image columns The number of columns in the terminal image lineProperties The line properties to set for image
Definition at line 118 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.