#include "History.h"
Public Member Functions | |
HistoryScrollNone () | |
virtual | ~HistoryScrollNone () |
virtual void | addCells (const Character a[], int count) |
virtual void | addCellsVector (const QVector< Character > &cells) |
virtual void | addLine (bool previousWrapped=false) |
Character | getCell (int lineno, int colno) |
virtual void | getCells (int lineno, int colno, int count, Character res[]) |
virtual int | getLineLen (int lineno) |
virtual int | getLines () |
const HistoryType & | getType () |
virtual bool | hasScroll () |
virtual bool | isWrappedLine (int lineno) |
Protected Attributes | |
HistoryType * | m_histType |
HistoryScrollNone::HistoryScrollNone | ( | ) |
Definition at line 416 of file History.cpp.
|
virtual |
Definition at line 421 of file History.cpp.
|
virtual |
Implements HistoryScroll.
Definition at line 449 of file History.cpp.
|
inlinevirtualinherited |
Reimplemented in HistoryScrollBuffer.
Definition at line 100 of file History.h.
References HistoryScroll::addCells().
Referenced by Screen::addHistLine().
|
virtual |
Implements HistoryScroll.
Definition at line 453 of file History.cpp.
|
inlineinherited |
Definition at line 94 of file History.h.
References HistoryScroll::getCells().
|
virtual |
Implements HistoryScroll.
Definition at line 445 of file History.cpp.
|
virtual |
Implements HistoryScroll.
Definition at line 435 of file History.cpp.
|
virtual |
Implements HistoryScroll.
Definition at line 430 of file History.cpp.
|
inlineinherited |
Definition at line 112 of file History.h.
References HistoryScroll::m_histType.
Referenced by Screen::getScroll().
|
virtual |
Reimplemented from HistoryScroll.
Definition at line 425 of file History.cpp.
|
virtual |
Implements HistoryScroll.
Definition at line 440 of file History.cpp.
|
protectedinherited |
Definition at line 115 of file History.h.
Referenced by HistoryScroll::~HistoryScroll(), and HistoryScroll::getType().