Konsole
HistorySizeWidget.cpp
Go to the documentation of this file.
void addButton(QAbstractButton *button)
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
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
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-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.