Konsole
Konsole::HistoryType Class Reference
#include <History.h>

Detailed Description
Definition at line 261 of file History.h.
Public Member Functions | |
HistoryType () | |
virtual bool | isEnabled () const =0 |
bool | isUnlimited () const |
virtual int | maximumLineCount () const =0 |
virtual HistoryScroll * | scroll (HistoryScroll *) const =0 |
virtual | ~HistoryType () |
Constructor & Destructor Documentation
HistoryType::HistoryType | ( | ) |
Definition at line 534 of file History.cpp.
HistoryType::~HistoryType | ( | ) | [virtual] |
Definition at line 538 of file History.cpp.
Member Function Documentation
virtual bool Konsole::HistoryType::isEnabled | ( | ) | const [pure virtual] |
Returns true if the history is enabled ( can store lines of output ) or false otherwise.
Implemented in Konsole::HistoryTypeNone, Konsole::HistoryTypeBlockArray, Konsole::HistoryTypeFile, and Konsole::HistoryTypeBuffer.
bool Konsole::HistoryType::isUnlimited | ( | ) | const [inline] |
virtual int Konsole::HistoryType::maximumLineCount | ( | ) | const [pure 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.
Implemented in Konsole::HistoryTypeNone, Konsole::HistoryTypeBlockArray, Konsole::HistoryTypeFile, and Konsole::HistoryTypeBuffer.
virtual HistoryScroll* Konsole::HistoryType::scroll | ( | HistoryScroll * | ) | const [pure virtual] |
Implemented in Konsole::HistoryTypeNone, Konsole::HistoryTypeBlockArray, Konsole::HistoryTypeFile, and Konsole::HistoryTypeBuffer.
The documentation for this class was generated from the following files: