Konsole
#include <HistorySizeWidget.h>
Signals | |
void | historyModeChanged (Enum::HistoryModeEnum) const |
void | historySizeChanged (int) const |
Public Member Functions | |
HistorySizeWidget (QWidget *parent) | |
virtual | ~HistorySizeWidget () |
int | lineCount () const |
Enum::HistoryModeEnum | mode () const |
void | setLineCount (int lines) |
void | setMode (Enum::HistoryModeEnum aMode) |
Detailed Description
A widget for controlling history related options.
Definition at line 42 of file HistorySizeWidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 33 of file HistorySizeWidget.cpp.
|
virtual |
Definition at line 67 of file HistorySizeWidget.cpp.
Member Function Documentation
|
signal |
Emitted when the history mode is changed.
|
signal |
Emitted when the history size is changed.
int HistorySizeWidget::lineCount | ( | ) | const |
Returns the number of lines of history to remember.
This is only valid when mode() == FixedSizeHistory, and returns 0 otherwise.
Definition at line 110 of file HistorySizeWidget.cpp.
Enum::HistoryModeEnum HistorySizeWidget::mode | ( | ) | const |
Returns the history mode chosen by the user.
Definition at line 91 of file HistorySizeWidget.cpp.
void HistorySizeWidget::setLineCount | ( | int | lines | ) |
Sets the number of lines for the fixed size history mode.
Definition at line 104 of file HistorySizeWidget.cpp.
void HistorySizeWidget::setMode | ( | Enum::HistoryModeEnum | aMode | ) |
Specifies the history mode.
Definition at line 79 of file HistorySizeWidget.cpp.
The documentation for this class was generated from the following files:
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.