#include "History.h"
Public Member Functions | |
HistoryTypeFile (const QString &fileName=QString()) | |
virtual const QString & | getFileName () const |
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 | |
QString | m_fileName |
HistoryTypeFile::HistoryTypeFile | ( | const QString & | fileName = QString() | ) |
Definition at line 647 of file History.cpp.
|
virtual |
Definition at line 657 of file History.cpp.
References m_fileName.
|
virtual |
Returns true if the history is enabled ( can store lines of output ) or false otherwise.
Implements HistoryType.
Definition at line 652 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 694 of file History.cpp.
|
virtual |
Implements HistoryType.
Definition at line 662 of file History.cpp.
References HistoryScroll::addCells(), HistoryScroll::addLine(), HistoryScroll::getCells(), HistoryScroll::getLineLen(), HistoryScroll::getLines(), HistoryScroll::isWrappedLine(), LINE_SIZE, and m_fileName.
|
protected |
Definition at line 312 of file History.h.
Referenced by getFileName(), and scroll().