StubProcess Class Reference
#include <stub.h>
Inheritance diagram for StubProcess:

Public Types | |
enum | Scheduler { SchedNormal, SchedRealtime } |
Public Member Functions | |
void | setDcopTransport (const QCString &dcopTransport) |
void | setCommand (const QCString &command) |
void | setUser (const QCString &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 QString &suffix) |
virtual QCString | display () |
virtual QCString | dcopServer () |
virtual QCString | dcopAuth () |
virtual QCString | iceAuth () |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
bool | m_bXOnly |
bool | m_bDCOPForwarding |
int | m_Priority |
int | m_Scheduler |
QCString | m_dcopTransport |
QCString | m_Command |
QCString | m_User |
KCookie * | m_pCookie |
Detailed Description
Chat with kdesu_stub.
StubProcess extends PtyProcess with functionality to chat with kdesu_stub.
Member Enumeration Documentation
Member Function Documentation
int StubProcess::ConverseStub | ( | int | check | ) | [protected] |
virtual QCString StubProcess::dcopAuth | ( | ) | [inline, protected, virtual] |
virtual QCString StubProcess::dcopServer | ( | ) | [inline, protected, virtual] |
virtual QCString 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 QCString StubProcess::iceAuth | ( | ) | [inline, protected, virtual] |
void StubProcess::notifyTaskbar | ( | const QString & | suffix | ) | [protected] |
Notify the taskbar that a new application has been started.
void StubProcess::setCommand | ( | const QCString & | command | ) | [inline] |
void StubProcess::setDCOPForwarding | ( | bool | dcopForwarding | ) | [inline] |
void StubProcess::setDcopTransport | ( | const QCString & | dcopTransport | ) | [inline] |
void StubProcess::setPriority | ( | int | prio | ) |
void StubProcess::setScheduler | ( | int | sched | ) | [inline] |
void StubProcess::setUser | ( | const QCString & | user | ) | [inline] |
void StubProcess::setXOnly | ( | bool | xonly | ) | [inline] |
The documentation for this class was generated from the following files: