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

Public Member Functions | |
virtual const QString & | getFileName () const |
HistoryTypeFile (const QString &fileName=QString()) | |
virtual bool | isEnabled () const |
virtual int | maximumLineCount () const |
virtual HistoryScroll * | scroll (HistoryScroll *) const |
Protected Attributes | |
QString | m_fileName |
Detailed Description
Definition at line 311 of file History.h.
Constructor & Destructor Documentation
Definition at line 650 of file History.cpp.
Member Function Documentation
const QString & HistoryTypeFile::getFileName | ( | ) | const [virtual] |
Definition at line 660 of file History.cpp.
bool HistoryTypeFile::isEnabled | ( | ) | const [virtual] |
Returns true if the history is enabled ( can store lines of output ) or false otherwise.
Implements Konsole::HistoryType.
Definition at line 655 of file History.cpp.
int HistoryTypeFile::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 697 of file History.cpp.
HistoryScroll * HistoryTypeFile::scroll | ( | HistoryScroll * | old | ) | const [virtual] |
Member Data Documentation
QString Konsole::HistoryTypeFile::m_fileName [protected] |
The documentation for this class was generated from the following files: