StubProcess Class Reference
#include <stub.h>
Inheritance diagram for StubProcess:
Public Types | |
| enum | Scheduler { SchedNormal, SchedRealtime } |
Public Member Functions | |
| void | setDcopTransport (const TQCString &dcopTransport) |
| void | setCommand (const TQCString &command) |
| void | setUser (const TQCString &user) |
| void | setXOnly (bool xonly) |
| void | setDCOPForwarding (bool dcopForwarding) |
| void | setPriority (int prio) |
| void | setScheduler (int sched) |
Protected Member Functions | |
| int | ConverseStub (int check) |
| void | notifyTaskbar (const TQString &suffix) |
| virtual TQCString | display () |
| virtual TQCString | dcopServer () |
| virtual TQCString | dcopAuth () |
| virtual TQCString | iceAuth () |
| virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
| bool | m_bXOnly |
| bool | m_bDCOPForwarding |
| int | m_Priority |
| int | m_Scheduler |
| TQCString | m_dcopTransport |
| TQCString | m_Command |
| TQCString | m_User |
| KCookie * | m_pCookie |
Detailed Description
Chat with tdesu_stub.
StubProcess extends PtyProcess with functionality to chat with tdesu_stub.
Member Enumeration Documentation
Member Function Documentation
| int StubProcess::ConverseStub | ( | int | check | ) | [protected] |
| virtual TQCString StubProcess::dcopAuth | ( | ) | [inline, protected, virtual] |
| virtual TQCString StubProcess::dcopServer | ( | ) | [inline, protected, virtual] |
| virtual TQCString StubProcess::display | ( | ) | [inline, protected, virtual] |
This virtual function can be overloaded when special behavior is desired.
By default, it returns the value returned by KCookie.
Reimplemented in SshProcess.
| virtual TQCString StubProcess::iceAuth | ( | ) | [inline, protected, virtual] |
| void StubProcess::notifyTaskbar | ( | const TQString & | suffix | ) | [protected] |
Notify the taskbar that a new application has been started.
| void StubProcess::setCommand | ( | const TQCString & | command | ) | [inline] |
| void StubProcess::setDCOPForwarding | ( | bool | dcopForwarding | ) | [inline] |
| void StubProcess::setDcopTransport | ( | const TQCString & | dcopTransport | ) | [inline] |
| void StubProcess::setPriority | ( | int | prio | ) |
| void StubProcess::setScheduler | ( | int | sched | ) | [inline] |
| void StubProcess::setUser | ( | const TQCString & | user | ) | [inline] |
| void StubProcess::setXOnly | ( | bool | xonly | ) | [inline] |
The documentation for this class was generated from the following files:
Trinity API Reference