Konsole
HistorySizeWidget.cpp
Go to the documentation of this file.
void historyModeChanged(Enum::HistoryModeEnum) const
Emitted when the history mode is changed.
void setLineCount(int lines)
Sets the number of lines for the fixed size history mode.
Definition: HistorySizeWidget.cpp:104
Enum::HistoryModeEnum mode() const
Returns the history mode chosen by the user.
Definition: HistorySizeWidget.cpp:91
HistoryModeEnum
This enum describes the modes available to remember lines of output produced by the terminal...
Definition: Enumeration.h:38
void historySizeChanged(int) const
Emitted when the history size is changed.
void setMode(Enum::HistoryModeEnum aMode)
Specifies the history mode.
Definition: HistorySizeWidget.cpp:79
virtual ~HistorySizeWidget()
Definition: HistorySizeWidget.cpp:67
All output is remembered for the duration of the session.
Definition: Enumeration.h:51
A fixed number of lines of output are remembered.
Definition: Enumeration.h:46
HistorySizeWidget(QWidget *parent)
Definition: HistorySizeWidget.cpp:33
int lineCount() const
Returns the number of lines of history to remember.
Definition: HistorySizeWidget.cpp:110
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.