Konsole
Konsole::HistoryScrollFile Class Reference
#include <History.h>
Inheritance diagram for Konsole::HistoryScrollFile:

Public Member Functions | |
| HistoryScrollFile (const QString &logFileName) | |
| virtual | ~HistoryScrollFile () |
| virtual void | addCells (const Character a[], int count) |
| virtual void | addLine (bool previousWrapped=false) |
| virtual void | getCells (int lineno, int colno, int count, Character res[]) |
| virtual int | getLineLen (int lineno) |
| virtual int | getLines () |
| virtual bool | isWrappedLine (int lineno) |
Public Member Functions inherited from Konsole::HistoryScroll | |
| HistoryScroll (HistoryType *) | |
| virtual | ~HistoryScroll () |
| virtual void | addCellsVector (const QVector< Character > &cells) |
| const HistoryType & | getType () const |
| virtual bool | hasScroll () |
Additional Inherited Members | |
Protected Attributes inherited from Konsole::HistoryScroll | |
| HistoryType * | _historyType |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Definition at line 198 of file History.cpp.
|
virtual |
Definition at line 203 of file History.cpp.
Member Function Documentation
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 246 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 251 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 241 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 212 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 207 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 217 of file History.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:24 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:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from