#include "History.h"
Public Member Functions | |
HistoryTypeBlockArray (size_t size) | |
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 |
Protected Attributes | |
size_t | m_size |
HistoryTypeBlockArray::HistoryTypeBlockArray | ( | size_t | size | ) |
Definition at line 564 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 569 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 574 of file History.cpp.
References m_size.
|
virtual |
|
protected |
Definition at line 296 of file History.h.
Referenced by maximumLineCount(), and scroll().