21 #ifndef __KATE_CONSOLE_H__ 22 #define __KATE_CONSOLE_H__ 55 KateConsole (KateMainWindow *mw, KateMDI::ToolView* parent);
66 void cd (
const KURL &url);
72 void sendInput(
const TQString& text );
78 void slotPipeToConsole ();
85 void slotDestroyed ();
90 void loadConsoleIfNeeded();
97 void showEvent(TQShowEvent *ev);
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...