• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kate
 

kate

  • kate
  • app
kateconsole.h
1 /* This file is part of the KDE project
2  Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
3  Copyright (C) 2002 Joseph Wenninger <jowenn@kde.org>
4  Copyright (C) 2002 Anders Lund <anders.lund@lund.tdcadsl.dk>
5 
6  This library is free software; you can redistribute it and/or
7  modify it under the terms of the GNU Library General Public
8  License version 2 as published by the Free Software Foundation.
9 
10  This library 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 GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef __KATE_CONSOLE_H__
22 #define __KATE_CONSOLE_H__
23 
24 #include "katemain.h"
25 
26 #include <kurl.h>
27 
28 #include <tqvbox.h>
29 
30 namespace KParts {
31  class ReadOnlyPart;
32 }
33 
34 namespace KateMDI {
35  class ToolView;
36 }
37 
38 class KateMainWindow;
39 
45 class KateConsole : public TQVBox
46 {
47  TQ_OBJECT
48 
49  public:
55  KateConsole (KateMainWindow *mw, KateMDI::ToolView* parent);
56 
60  ~KateConsole ();
61 
66  void cd (const KURL &url);
67 
72  void sendInput( const TQString& text );
73 
74  public slots:
78  void slotPipeToConsole ();
79 
80  private slots:
85  void slotDestroyed ();
86 
90  void loadConsoleIfNeeded();
91 
92  protected:
97  void showEvent(TQShowEvent *ev);
98 
99  private:
103  KParts::ReadOnlyPart *m_part;
104 
108  KateMainWindow *m_mw;
109 
113  KateMDI::ToolView *m_toolView;
114 };
115 
116 #endif
KateMDI
Definition: kateconsole.h:34
KParts
Definition: kateconsole.h:30
KateConsole
KateConsole This class is used for the internal terminal emulator It uses internally the konsole part...
Definition: kateconsole.h:45

kate

Skip menu "kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kate

Skip menu "kate"
  • kate
  • libkonq
  • twin
  •   lib
Generated for kate by doxygen 1.8.13
This website is maintained by Timothy Pearson.