• 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
RenameTabDialog.h
Go to the documentation of this file.
1 /*
2  Copyright 2010 by Kurt Hindenburg <kurt.hindenburg@gmail.com>
3 
4  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or
7  (at your option) any later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17  02110-1301 USA.
18 */
19 
20 #ifndef RENAMETABDIALOG_H
21 #define RENAMETABDIALOG_H
22 
23 // KDE
24 #include <KDialog>
25 
26 namespace Ui
27 {
28 class RenameTabDialog;
29 }
30 
31 namespace Konsole
32 {
33 class RenameTabDialog : public KDialog
34 {
35  Q_OBJECT
36 
37 public:
38  explicit RenameTabDialog(QWidget* parent = 0);
39  ~RenameTabDialog();
40 
41  QString tabTitleText() const;
42  QString remoteTabTitleText() const;
43  void setTabTitleText(const QString&);
44  void setRemoteTabTitleText(const QString&);
45 
46  void focusTabTitleText();
47  void focusRemoteTabTitleText();
48 
49 private:
50  Ui::RenameTabDialog* _ui;
51 };
52 }
53 
54 #endif
Konsole::RenameTabDialog::tabTitleText
QString tabTitleText() const
Definition: RenameTabDialog.cpp:65
QWidget
Konsole::RenameTabDialog::focusTabTitleText
void focusTabTitleText()
Definition: RenameTabDialog.cpp:45
KDialog
Konsole::RenameTabDialog
Definition: RenameTabDialog.h:33
Konsole::RenameTabDialog::setTabTitleText
void setTabTitleText(const QString &)
Definition: RenameTabDialog.cpp:55
Konsole::RenameTabDialog::focusRemoteTabTitleText
void focusRemoteTabTitleText()
Definition: RenameTabDialog.cpp:50
QString
Konsole::RenameTabDialog::RenameTabDialog
RenameTabDialog(QWidget *parent=0)
Definition: RenameTabDialog.cpp:28
Konsole::RenameTabDialog::~RenameTabDialog
~RenameTabDialog()
Definition: RenameTabDialog.cpp:40
Konsole::RenameTabDialog::setRemoteTabTitleText
void setRemoteTabTitleText(const QString &)
Definition: RenameTabDialog.cpp:60
Konsole::RenameTabDialog::remoteTabTitleText
QString remoteTabTitleText() const
Definition: RenameTabDialog.cpp:70
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