• 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
30namespace KParts {
31 class ReadOnlyPart;
32}
33
34namespace KateMDI {
35 class ToolView;
36}
37
38class KateMainWindow;
39
45class 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
KateConsole
KateConsole This class is used for the internal terminal emulator It uses internally the konsole part...
Definition: kateconsole.h:46
KateConsole::showEvent
void showEvent(TQShowEvent *ev)
the konsole get shown
Definition: kateconsole.cpp:96
KateConsole::cd
void cd(const KURL &url)
cd to dir
Definition: kateconsole.cpp:103
KateConsole::sendInput
void sendInput(const TQString &text)
send given text to console
Definition: kateconsole.cpp:112
KateConsole::KateConsole
KateConsole(KateMainWindow *mw, KateMDI::ToolView *parent)
construct us
Definition: kateconsole.cpp:42
KateConsole::~KateConsole
~KateConsole()
destruct us
Definition: kateconsole.cpp:50
KateConsole::slotPipeToConsole
void slotPipeToConsole()
pipe current document to console
Definition: kateconsole.cpp:125

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.9.4
This website is maintained by Timothy Pearson.