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

Detailed Description
Definition at line 285 of file History.h.
Public Member Functions | |
HistoryTypeNone () | |
virtual bool | isEnabled () const |
virtual int | maximumLineCount () const |
virtual HistoryScroll * | scroll (HistoryScroll *) const |
Constructor & Destructor Documentation
HistoryTypeNone::HistoryTypeNone | ( | ) |
Definition at line 544 of file History.cpp.
Member Function Documentation
bool HistoryTypeNone::isEnabled | ( | ) | const [virtual] |
Returns true if the history is enabled ( can store lines of output ) or false otherwise.
Implements Konsole::HistoryType.
Definition at line 548 of file History.cpp.
int HistoryTypeNone::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 559 of file History.cpp.
HistoryScroll * HistoryTypeNone::scroll | ( | HistoryScroll * | old | ) | const [virtual] |
The documentation for this class was generated from the following files: