Konsole
#include <History.h>
Public Member Functions | |
CompactHistoryScroll (unsigned int maxNbLines=1000) | |
virtual | ~CompactHistoryScroll () |
virtual void | addCells (const Character a[], int count) |
virtual void | addCellsVector (const TextLine &cells) |
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) |
void | setMaxNbLines (unsigned int nbLines) |
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 463 of file History.cpp.
|
virtual |
Definition at line 472 of file History.cpp.
Member Function Documentation
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 489 of file History.cpp.
|
virtual |
Definition at line 478 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 496 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 520 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 508 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 503 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 540 of file History.cpp.
void CompactHistoryScroll::setMaxNbLines | ( | unsigned int | nbLines | ) |
Definition at line 530 of file History.cpp.
The documentation for this class was generated from the following files:
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.