KInit
IdleSlave Class Reference
#include <klauncher.h>
Signals | |
void | statusUpdate (IdleSlave *) |
Public Member Functions | |
int | age (time_t now) |
void | connect (const QString &app_socket) |
IdleSlave (KSocket *socket) | |
bool | match (const QString &protocol, const QString &host, bool connected) |
bool | onHold (const KURL &url) |
pid_t | pid () const |
QString | protocol () const |
void | reparseConfiguration () |
Protected Slots | |
void | gotInput () |
Protected Attributes | |
time_t | mBirthDate |
KIO::Connection | mConn |
bool | mConnected |
QString | mHost |
bool | mOnHold |
pid_t | mPid |
QString | mProtocol |
KURL | mUrl |
Detailed Description
Definition at line 42 of file klauncher.h.
Constructor & Destructor Documentation
IdleSlave::IdleSlave | ( | KSocket * | socket | ) |
Definition at line 69 of file klauncher.cpp.
Member Function Documentation
int IdleSlave::age | ( | time_t | now | ) |
Definition at line 160 of file klauncher.cpp.
void IdleSlave::connect | ( | const QString & | app_socket | ) |
Definition at line 125 of file klauncher.cpp.
void IdleSlave::gotInput | ( | ) | [protected, slot] |
Definition at line 80 of file klauncher.cpp.
Definition at line 141 of file klauncher.cpp.
Definition at line 153 of file klauncher.cpp.
pid_t IdleSlave::pid | ( | ) | const [inline] |
Definition at line 49 of file klauncher.h.
QString IdleSlave::protocol | ( | ) | const [inline] |
Definition at line 53 of file klauncher.h.
void IdleSlave::reparseConfiguration | ( | ) |
Definition at line 135 of file klauncher.cpp.
void IdleSlave::statusUpdate | ( | IdleSlave * | ) | [signal] |
Member Data Documentation
time_t IdleSlave::mBirthDate [protected] |
Definition at line 67 of file klauncher.h.
KIO::Connection IdleSlave::mConn [protected] |
Definition at line 62 of file klauncher.h.
bool IdleSlave::mConnected [protected] |
Definition at line 65 of file klauncher.h.
QString IdleSlave::mHost [protected] |
Definition at line 64 of file klauncher.h.
bool IdleSlave::mOnHold [protected] |
Definition at line 68 of file klauncher.h.
pid_t IdleSlave::mPid [protected] |
Definition at line 66 of file klauncher.h.
QString IdleSlave::mProtocol [protected] |
Definition at line 63 of file klauncher.h.
KURL IdleSlave::mUrl [protected] |
Definition at line 69 of file klauncher.h.
The documentation for this class was generated from the following files: