Konsole
Konsole::Part Class Reference
#include <Part.h>

Detailed Description
A re-usable terminal emulator component using the KParts framework which can be used to embed terminal emulators into other applications.Definition at line 55 of file Part.h.
Public Slots | |
| void | showManageProfilesDialog (QWidget *parent) |
| void | showEditCurrentProfileDialog (QWidget *parent) |
| void | changeSessionSettings (const QString &text) |
Public Member Functions | |
| Part (QWidget *parentWidget, QObject *parent=0) | |
| virtual | ~Part () |
| virtual void | startProgram (const QString &program, const QStringList &arguments) |
| virtual void | showShellInDir (const QString &dir) |
| virtual void | sendInput (const QString &text) |
Protected Member Functions | |
| virtual bool | openFile () |
Constructor & Destructor Documentation
Constructs a new Konsole part with the specified parent.
Member Function Documentation
| void Part::startProgram | ( | const QString & | program, | |
| const QStringList & | arguments | |||
| ) | [virtual] |
| void Part::showShellInDir | ( | const QString & | dir | ) | [virtual] |
| void Part::sendInput | ( | const QString & | text | ) | [virtual] |
| void Part::showManageProfilesDialog | ( | QWidget * | parent | ) | [slot] |
Shows the dialog used to manage profiles in Konsole.
The dialog will be non-modal and will delete itself when it is closed.
This is experimental API and not guaranteed to be present in later KDE 4 releases.
- Parameters:
-
parent The parent widget of the new dialog.
| void Part::showEditCurrentProfileDialog | ( | QWidget * | parent | ) | [slot] |
Shows the dialog used to edit the profile used by the active session.
The dialog will be non-modal and will delete itself when it is closed.
This is experimental API and not guaranteed to be present in later KDE 4 releases.
- Parameters:
-
parent The parent widget of the new dialog.
| void Part::changeSessionSettings | ( | const QString & | text | ) | [slot] |
Sends a profile change command to the active session.
This is equivalent to using the konsoleprofile tool within the session to change its settings. The text string is a semi-colon separated list of property=value pairs, eg. "colors=Linux Colors"
See the documentation for konsoleprofile for information on the format of text
This is experimental API and not guaranteed to be present in later KDE 4 releases.
| bool Part::openFile | ( | ) | [protected, virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference