Konsole
Konsole::HistoryScrollNone Class Reference
#include <History.h>
Inheritance diagram for Konsole::HistoryScrollNone:

Public Member Functions | |
virtual void | addCells (const Character a[], int count) |
virtual void | addLine (bool previousWrapped=false) |
virtual void | getCells (int lineno, int colno, int count, Character res[]) |
virtual int | getLineLen (int lineno) |
virtual int | getLines () |
virtual bool | hasScroll () |
HistoryScrollNone () | |
virtual bool | isWrappedLine (int lineno) |
virtual | ~HistoryScrollNone () |
Detailed Description
Definition at line 218 of file History.h.
Constructor & Destructor Documentation
HistoryScrollNone::HistoryScrollNone | ( | ) |
Definition at line 419 of file History.cpp.
HistoryScrollNone::~HistoryScrollNone | ( | ) | [virtual] |
Definition at line 424 of file History.cpp.
Member Function Documentation
void HistoryScrollNone::addCells | ( | const Character | a[], | |
int | count | |||
) | [virtual] |
void HistoryScrollNone::addLine | ( | bool | previousWrapped = false |
) | [virtual] |
void HistoryScrollNone::getCells | ( | int | lineno, | |
int | colno, | |||
int | count, | |||
Character | res[] | |||
) | [virtual] |
int HistoryScrollNone::getLineLen | ( | int | lineno | ) | [virtual] |
int HistoryScrollNone::getLines | ( | ) | [virtual] |
bool HistoryScrollNone::hasScroll | ( | ) | [virtual] |
bool HistoryScrollNone::isWrappedLine | ( | int | lineno | ) | [virtual] |
The documentation for this class was generated from the following files: