KateConsole Class Reference
#include <kateconsole.h>
Inherits TQVBox.
Public Slots | |
void | slotPipeToConsole () |
Public Member Functions | |
KateConsole (KateMainWindow *mw, KateMDI::ToolView *parent) | |
~KateConsole () | |
void | cd (const KURL &url) |
void | sendInput (const TQString &text) |
Protected Member Functions | |
void | showEvent (TQShowEvent *ev) |
Detailed Description
KateConsole This class is used for the internal terminal emulator It uses internally the konsole part, thx to konsole devs :)
Definition at line 45 of file kateconsole.h.
Constructor & Destructor Documentation
◆ KateConsole()
KateConsole::KateConsole | ( | KateMainWindow * | mw, |
KateMDI::ToolView * | parent | ||
) |
◆ ~KateConsole()
KateConsole::~KateConsole | ( | ) |
destruct us
Definition at line 50 of file kateconsole.cpp.
Member Function Documentation
◆ cd()
void KateConsole::cd | ( | const KURL & | url | ) |
◆ sendInput()
void KateConsole::sendInput | ( | const TQString & | text | ) |
send given text to console
- Parameters
-
text commands for console
Definition at line 112 of file kateconsole.cpp.
◆ showEvent()
|
protected |
◆ slotPipeToConsole
|
slot |
pipe current document to console
Definition at line 125 of file kateconsole.cpp.
The documentation for this class was generated from the following files: