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

Detailed Description
Definition at line 327 of file History.h.
Public Member Functions | |
HistoryTypeBuffer (unsigned int nbLines) | |
virtual bool | isEnabled () const |
virtual int | maximumLineCount () const |
virtual HistoryScroll * | scroll (HistoryScroll *) const |
Protected Attributes | |
unsigned int | m_nbLines |
Constructor & Destructor Documentation
HistoryTypeBuffer::HistoryTypeBuffer | ( | unsigned int | nbLines | ) |
Definition at line 590 of file History.cpp.
Member Function Documentation
bool HistoryTypeBuffer::isEnabled | ( | ) | const [virtual] |
Returns true if the history is enabled ( can store lines of output ) or false otherwise.
Implements Konsole::HistoryType.
Definition at line 595 of file History.cpp.
int HistoryTypeBuffer::maximumLineCount | ( | ) | const [virtual] |
Returns the maximum number of lines which this history type can store or 0 if the history can store an unlimited number of lines.
Implements Konsole::HistoryType.
Definition at line 600 of file History.cpp.
HistoryScroll * HistoryTypeBuffer::scroll | ( | HistoryScroll * | old | ) | const [virtual] |
Member Data Documentation
unsigned int Konsole::HistoryTypeBuffer::m_nbLines [protected] |
The documentation for this class was generated from the following files: