GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
HistoryScrollNone Class Reference

#include "History.h"

Inheritance diagram for HistoryScrollNone:
Inheritance graph
[legend]
Collaboration diagram for HistoryScrollNone:
Collaboration graph
[legend]

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 HistoryTypegetType ()
 
virtual bool hasScroll ()
 
virtual bool isWrappedLine (int lineno)
 

Protected Attributes

HistoryTypem_histType
 

Detailed Description

Definition at line 207 of file History.h.

Constructor & Destructor Documentation

HistoryScrollNone::HistoryScrollNone ( )

Definition at line 415 of file History.cpp.

HistoryScrollNone::~HistoryScrollNone ( )
virtual

Definition at line 420 of file History.cpp.

Member Function Documentation

void HistoryScrollNone::addCells ( const Character  a[],
int  count 
)
virtual

Implements HistoryScroll.

Definition at line 448 of file History.cpp.

virtual void HistoryScroll::addCellsVector ( const QVector< Character > &  cells)
inlinevirtualinherited

Reimplemented in HistoryScrollBuffer.

Definition at line 100 of file History.h.

References HistoryScroll::addCells().

Referenced by Screen::addHistLine().

void HistoryScrollNone::addLine ( bool  previousWrapped = false)
virtual

Implements HistoryScroll.

Definition at line 452 of file History.cpp.

Character HistoryScroll::getCell ( int  lineno,
int  colno 
)
inlineinherited

Definition at line 94 of file History.h.

References HistoryScroll::getCells().

void HistoryScrollNone::getCells ( int  lineno,
int  colno,
int  count,
Character  res[] 
)
virtual

Implements HistoryScroll.

Definition at line 444 of file History.cpp.

int HistoryScrollNone::getLineLen ( int  lineno)
virtual

Implements HistoryScroll.

Definition at line 434 of file History.cpp.

int HistoryScrollNone::getLines ( )
virtual

Implements HistoryScroll.

Definition at line 429 of file History.cpp.

const HistoryType& HistoryScroll::getType ( )
inlineinherited

Definition at line 112 of file History.h.

References HistoryScroll::m_histType.

Referenced by Screen::getScroll().

bool HistoryScrollNone::hasScroll ( )
virtual

Reimplemented from HistoryScroll.

Definition at line 424 of file History.cpp.

bool HistoryScrollNone::isWrappedLine ( int  lineno)
virtual

Implements HistoryScroll.

Definition at line 439 of file History.cpp.

Member Data Documentation

HistoryType* HistoryScroll::m_histType
protectedinherited

Definition at line 115 of file History.h.

Referenced by HistoryScroll::getType(), and HistoryScroll::~HistoryScroll().


The documentation for this class was generated from the following files: