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

kate

Public Slots | Public Member Functions | Protected Member Functions | List of all members
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 
)

construct us

Parameters
mwmain window
parenttoolview

Definition at line 42 of file kateconsole.cpp.

◆ ~KateConsole()

KateConsole::~KateConsole ( )

destruct us

Definition at line 50 of file kateconsole.cpp.

Member Function Documentation

◆ cd()

void KateConsole::cd ( const KURL &  url)

cd to dir

Parameters
urlgiven dir

Definition at line 103 of file kateconsole.cpp.

◆ sendInput()

void KateConsole::sendInput ( const TQString &  text)

send given text to console

Parameters
textcommands for console

Definition at line 112 of file kateconsole.cpp.

◆ showEvent()

void KateConsole::showEvent ( TQShowEvent *  ev)
protected

the konsole get shown

Parameters
evshow event

Definition at line 96 of file kateconsole.cpp.

◆ slotPipeToConsole

void KateConsole::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:
  • kateconsole.h
  • kateconsole.cpp

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.