KInit
IdleSlave Class Reference
#include <klauncher.h>

Detailed Description
Definition at line 49 of file klauncher.h.
Signals | |
| void | statusUpdate (IdleSlave *) |
Public Member Functions | |
| IdleSlave (QObject *parent) | |
| bool | match (const QString &protocol, const QString &host, bool connected) |
| void | connect (const QString &app_socket) |
| pid_t | pid () const |
| int | age (time_t now) |
| void | reparseConfiguration () |
| bool | onHold (const KUrl &url) |
| QString | protocol () const |
Public Attributes | |
| KIO::Connection | mConn |
Protected Slots | |
| void | gotInput () |
Protected Attributes | |
| QString | mProtocol |
| QString | mHost |
| bool | mConnected |
| pid_t | mPid |
| time_t | mBirthDate |
| bool | mOnHold |
| KUrl | mUrl |
Constructor & Destructor Documentation
| IdleSlave::IdleSlave | ( | QObject * | parent | ) | [explicit] |
Definition at line 65 of file klauncher.cpp.
Member Function Documentation
Definition at line 144 of file klauncher.cpp.
| void IdleSlave::connect | ( | const QString & | app_socket | ) |
Definition at line 128 of file klauncher.cpp.
| pid_t IdleSlave::pid | ( | ) | const [inline] |
Definition at line 56 of file klauncher.h.
| int IdleSlave::age | ( | time_t | now | ) |
Definition at line 163 of file klauncher.cpp.
| void IdleSlave::reparseConfiguration | ( | ) |
Definition at line 138 of file klauncher.cpp.
Definition at line 156 of file klauncher.cpp.
| QString IdleSlave::protocol | ( | ) | const [inline] |
Definition at line 60 of file klauncher.h.
| void IdleSlave::statusUpdate | ( | IdleSlave * | ) | [signal] |
| void IdleSlave::gotInput | ( | ) | [protected, slot] |
Definition at line 81 of file klauncher.cpp.
Member Data Documentation
| KIO::Connection IdleSlave::mConn |
Definition at line 69 of file klauncher.h.
QString IdleSlave::mProtocol [protected] |
Definition at line 71 of file klauncher.h.
QString IdleSlave::mHost [protected] |
Definition at line 72 of file klauncher.h.
bool IdleSlave::mConnected [protected] |
Definition at line 73 of file klauncher.h.
pid_t IdleSlave::mPid [protected] |
Definition at line 74 of file klauncher.h.
time_t IdleSlave::mBirthDate [protected] |
Definition at line 75 of file klauncher.h.
bool IdleSlave::mOnHold [protected] |
Definition at line 76 of file klauncher.h.
KUrl IdleSlave::mUrl [protected] |
Definition at line 77 of file klauncher.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference