GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 415 of file History.cpp.
|
virtual |
Definition at line 420 of file History.cpp.
Implements HistoryScroll.
Definition at line 448 of file History.cpp.
|
inlinevirtualinherited |
Reimplemented in HistoryScrollBuffer.
Definition at line 100 of file History.h.
References HistoryScroll::addCells().
Referenced by Screen::addHistLine().
Implements HistoryScroll.
Definition at line 452 of file History.cpp.
Definition at line 94 of file History.h.
References HistoryScroll::getCells().
Implements HistoryScroll.
Definition at line 444 of file History.cpp.
Implements HistoryScroll.
Definition at line 434 of file History.cpp.
|
virtual |
Implements HistoryScroll.
Definition at line 429 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 424 of file History.cpp.
Implements HistoryScroll.
Definition at line 439 of file History.cpp.
|
protectedinherited |
Definition at line 115 of file History.h.
Referenced by HistoryScroll::getType(), and HistoryScroll::~HistoryScroll().