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

Public Member Functions | |
| HistoryTypeBlockArray (size_t size) | |
| virtual bool | isEnabled () const |
| virtual int | maximumLineCount () const |
| virtual HistoryScroll * | scroll (HistoryScroll *) const |
Protected Attributes | |
| size_t | m_size |
Detailed Description
Definition at line 296 of file History.h.
Constructor & Destructor Documentation
| HistoryTypeBlockArray::HistoryTypeBlockArray | ( | size_t | size | ) |
Definition at line 567 of file History.cpp.
Member Function Documentation
| bool HistoryTypeBlockArray::isEnabled | ( | ) | const [virtual] |
Returns true if the history is enabled ( can store lines of output ) or false otherwise.
Implements Konsole::HistoryType.
Definition at line 572 of file History.cpp.
| int HistoryTypeBlockArray::maximumLineCount | ( | ) | const [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 Konsole::HistoryType.
Definition at line 577 of file History.cpp.
| HistoryScroll * HistoryTypeBlockArray::scroll | ( | HistoryScroll * | old | ) | const [virtual] |
Member Data Documentation
size_t Konsole::HistoryTypeBlockArray::m_size [protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference