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 (QObject *parent) | |
bool | match (const QString &protocol, const QString &host, bool connected) |
bool | onHold (const KUrl &url) |
pid_t | pid () const |
QString | protocol () const |
void | reparseConfiguration () |
Public Attributes | |
KIO::Connection | mConn |
Protected Slots | |
void | gotInput () |
Protected Attributes | |
time_t | mBirthDate |
bool | mConnected |
QString | mHost |
bool | mOnHold |
pid_t | mPid |
QString | mProtocol |
KUrl | mUrl |
Detailed Description
Definition at line 46 of file klauncher.h.
Constructor & Destructor Documentation
IdleSlave::IdleSlave | ( | QObject * | parent | ) | [explicit] |
Definition at line 63 of file klauncher.cpp.
Member Function Documentation
int IdleSlave::age | ( | time_t | now | ) |
Definition at line 161 of file klauncher.cpp.
void IdleSlave::connect | ( | const QString & | app_socket | ) |
Definition at line 126 of file klauncher.cpp.
void IdleSlave::gotInput | ( | ) | [protected, slot] |
Definition at line 79 of file klauncher.cpp.
Definition at line 142 of file klauncher.cpp.
bool IdleSlave::onHold | ( | const KUrl & | url | ) |
Definition at line 154 of file klauncher.cpp.
pid_t IdleSlave::pid | ( | ) | const [inline] |
Definition at line 53 of file klauncher.h.
QString IdleSlave::protocol | ( | ) | const [inline] |
Definition at line 57 of file klauncher.h.
void IdleSlave::reparseConfiguration | ( | ) |
Definition at line 136 of file klauncher.cpp.
void IdleSlave::statusUpdate | ( | IdleSlave * | ) | [signal] |
Member Data Documentation
time_t IdleSlave::mBirthDate [protected] |
Definition at line 72 of file klauncher.h.
KIO::Connection IdleSlave::mConn |
Definition at line 66 of file klauncher.h.
bool IdleSlave::mConnected [protected] |
Definition at line 70 of file klauncher.h.
QString IdleSlave::mHost [protected] |
Definition at line 69 of file klauncher.h.
bool IdleSlave::mOnHold [protected] |
Definition at line 73 of file klauncher.h.
pid_t IdleSlave::mPid [protected] |
Definition at line 71 of file klauncher.h.
QString IdleSlave::mProtocol [protected] |
Definition at line 68 of file klauncher.h.
KUrl IdleSlave::mUrl [protected] |
Definition at line 74 of file klauncher.h.
The documentation for this class was generated from the following files: