• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • applications API Reference
  • KDE Home
  • Contact Us
 

Konsole

  • kde-4.14
  • applications
  • konsole
  • src
HistorySizeDialog.h
Go to the documentation of this file.
1 /*
2  Copyright 2007-2008 by Robert Knight <robertknight@gmail.com>
3  Copyright 2012 by Kurt Hindenburg <kurt.hindenburg@gmail.com>
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software
17  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18  02110-1301 USA.
19 */
20 
21 #ifndef HISTORYSIZEDIALOG_H
22 #define HISTORYSIZEDIALOG_H
23 
24 // KDE
25 #include <KDialog>
26 
27 // Konsole
28 #include "Enumeration.h"
29 
30 namespace Ui
31 {
32 class HistorySizeDialog;
33 }
34 
35 namespace Konsole
36 {
37 class HistorySizeDialog : public KDialog
38 {
39  Q_OBJECT
40 
41 public:
42  explicit HistorySizeDialog(QWidget* parent = 0);
43  ~HistorySizeDialog();
44 
46  void setMode(Enum::HistoryModeEnum aMode);
47 
49  Enum::HistoryModeEnum mode() const;
50 
52  void setLineCount(int lines);
53 
55  int lineCount() const;
56 
57 private:
58  Ui::HistorySizeDialog* _ui;
59 };
60 }
61 
62 #endif // HISTORYSIZEDIALOG_H
QWidget
Konsole::HistorySizeDialog
Definition: HistorySizeDialog.h:37
Konsole::HistorySizeDialog::~HistorySizeDialog
~HistorySizeDialog()
Definition: HistorySizeDialog.cpp:48
KDialog
Konsole::HistorySizeDialog::lineCount
int lineCount() const
See HistorySizeWidget::lineCount.
Definition: HistorySizeDialog.cpp:63
Konsole::HistorySizeDialog::HistorySizeDialog
HistorySizeDialog(QWidget *parent=0)
Definition: HistorySizeDialog.cpp:29
Enumeration.h
Konsole::Enum::HistoryModeEnum
HistoryModeEnum
This enum describes the modes available to remember lines of output produced by the terminal...
Definition: Enumeration.h:38
Konsole::HistorySizeDialog::mode
Enum::HistoryModeEnum mode() const
See HistorySizeWidget::mode.
Definition: HistorySizeDialog.cpp:58
Konsole::HistorySizeDialog::setMode
void setMode(Enum::HistoryModeEnum aMode)
See HistorySizeWidget::setMode.
Definition: HistorySizeDialog.cpp:53
Konsole::HistorySizeDialog::setLineCount
void setLineCount(int lines)
See HistorySizeWidget::setLineCount.
Definition: HistorySizeDialog.cpp:68
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

KDE's Doxygen guidelines are available online.

Konsole

Skip menu "Konsole"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

applications API Reference

Skip menu "applications API Reference"
  •   kate
  •       kate
  •   KTextEditor
  •   Kate
  • Konsole

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal