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

Public Types | |
| typedef QVector< Character > | HistoryLine |
Public Member Functions | |
| virtual void | addCells (const Character a[], int count) |
| virtual void | addCellsVector (const QVector< Character > &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 () |
| HistoryScrollBuffer (unsigned int maxNbLines=1000) | |
| virtual bool | isWrappedLine (int lineno) |
| unsigned int | maxNbLines () |
| void | setMaxNbLines (unsigned int nbLines) |
| virtual | ~HistoryScrollBuffer () |
Detailed Description
Definition at line 161 of file History.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| HistoryScrollBuffer::HistoryScrollBuffer | ( | unsigned int | maxNbLines = 1000 |
) |
Definition at line 282 of file History.cpp.
| HistoryScrollBuffer::~HistoryScrollBuffer | ( | ) | [virtual] |
Definition at line 292 of file History.cpp.
Member Function Documentation
| void HistoryScrollBuffer::addCells | ( | const Character | a[], | |
| int | count | |||
| ) | [virtual] |
| void HistoryScrollBuffer::addLine | ( | bool | previousWrapped = false |
) | [virtual] |
| virtual void Konsole::HistoryScrollBuffer::getCells | ( | int | lineno, | |
| int | colno, | |||
| int | count, | |||
| Character | res[] | |||
| ) | [virtual] |
Implements Konsole::HistoryScroll.
| int HistoryScrollBuffer::getLineLen | ( | int | lineno | ) | [virtual] |
| int HistoryScrollBuffer::getLines | ( | ) | [virtual] |
| bool HistoryScrollBuffer::isWrappedLine | ( | int | lineno | ) | [virtual] |
| unsigned int Konsole::HistoryScrollBuffer::maxNbLines | ( | ) | [inline] |
| void HistoryScrollBuffer::setMaxNbLines | ( | unsigned int | nbLines | ) |
Definition at line 379 of file History.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference