#include "History.h"
Public Member Functions | |
HistoryTypeNone () | |
virtual bool | isEnabled () const |
Returns true if the history is enabled ( can store lines of output ) or false otherwise. More... | |
bool | isUnlimited () const |
Returns true if the history size is unlimited. More... | |
virtual int | maximumLineCount () const |
Returns the maximum number of lines which this history type can store or 0 if the history can store an unlimited number of lines. More... | |
virtual HistoryScroll * | scroll (HistoryScroll *) const |
HistoryTypeNone::HistoryTypeNone | ( | ) |
Definition at line 542 of file History.cpp.
|
virtual |
Returns true if the history is enabled ( can store lines of output ) or false otherwise.
Implements HistoryType.
Definition at line 546 of file History.cpp.
|
inlineinherited |
Returns true if the history size is unlimited.
Definition at line 264 of file History.h.
References HistoryType::maximumLineCount().
|
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 HistoryType.
Definition at line 557 of file History.cpp.
|
virtual |
Implements HistoryType.
Definition at line 551 of file History.cpp.