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

Detailed Description
Definition at line 161 of file History.h.
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 () |
Member Typedef Documentation
Constructor & Destructor Documentation
HistoryScrollBuffer::HistoryScrollBuffer | ( | unsigned int | maxNbLines = 1000 |
) |
Definition at line 281 of file History.cpp.
HistoryScrollBuffer::~HistoryScrollBuffer | ( | ) | [virtual] |
Definition at line 291 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 378 of file History.cpp.
The documentation for this class was generated from the following files: