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

Public Member Functions | |
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 () |
HistoryScrollBlockArray (size_t size) | |
virtual bool | isWrappedLine (int lineno) |
virtual | ~HistoryScrollBlockArray () |
Protected Attributes | |
BlockArray | m_blockArray |
QHash< int, size_t > | m_lineLengths |
Detailed Description
Definition at line 238 of file History.h.
Constructor & Destructor Documentation
HistoryScrollBlockArray::HistoryScrollBlockArray | ( | size_t | size | ) |
Definition at line 462 of file History.cpp.
HistoryScrollBlockArray::~HistoryScrollBlockArray | ( | ) | [virtual] |
Definition at line 468 of file History.cpp.
Member Function Documentation
void HistoryScrollBlockArray::addCells | ( | const Character | a[], | |
int | count | |||
) | [virtual] |
void HistoryScrollBlockArray::addLine | ( | bool | previousWrapped = false |
) | [virtual] |
void HistoryScrollBlockArray::getCells | ( | int | lineno, | |
int | colno, | |||
int | count, | |||
Character | res[] | |||
) | [virtual] |
int HistoryScrollBlockArray::getLineLen | ( | int | lineno | ) | [virtual] |
int HistoryScrollBlockArray::getLines | ( | ) | [virtual] |
bool HistoryScrollBlockArray::isWrappedLine | ( | int | lineno | ) | [virtual] |
Member Data Documentation
QHash<int,size_t> Konsole::HistoryScrollBlockArray::m_lineLengths [protected] |
The documentation for this class was generated from the following files: