Konsole
Konsole::HistoryType Class Reference
#include <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 () |
Detailed Description
Definition at line 261 of file History.h.
Constructor & Destructor Documentation
| HistoryType::HistoryType | ( | ) |
Definition at line 535 of file History.cpp.
| HistoryType::~HistoryType | ( | ) | [virtual] |
Definition at line 539 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:
KDE 4.2 API Reference