Konsole
#include <History.h>

Public Member Functions | |
| HistoryScrollNone () | |
| virtual | ~HistoryScrollNone () |
| 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 | hasScroll () |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from Konsole::HistoryScroll | |
| HistoryType * | _historyType |
Detailed Description
Constructor & Destructor Documentation
| HistoryScrollNone::HistoryScrollNone | ( | ) |
Definition at line 264 of file History.cpp.
|
virtual |
Definition at line 269 of file History.cpp.
Member Function Documentation
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 297 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 301 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 293 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 283 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 278 of file History.cpp.
|
virtual |
Reimplemented from Konsole::HistoryScroll.
Definition at line 273 of file History.cpp.
|
virtual |
Implements Konsole::HistoryScroll.
Definition at line 288 of file History.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 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