21 #ifndef __KATE_CONSOLE_H__
22 #define __KATE_CONSOLE_H__
55 KateConsole (KateMainWindow *mw, KateMDI::ToolView* parent);
66 void cd (
const KURL &url);
85 void slotDestroyed ();
90 void loadConsoleIfNeeded();
103 KParts::ReadOnlyPart *m_part;
108 KateMainWindow *m_mw;
113 KateMDI::ToolView *m_toolView;
KateConsole This class is used for the internal terminal emulator It uses internally the konsole part...
void showEvent(TQShowEvent *ev)
the konsole get shown
void cd(const KURL &url)
cd to dir
void sendInput(const TQString &text)
send given text to console
KateConsole(KateMainWindow *mw, KateMDI::ToolView *parent)
construct us
~KateConsole()
destruct us
void slotPipeToConsole()
pipe current document to console