KInit
#include <klauncher.h>
Signals | |
void | statusUpdate (IdleSlave *) |
Public Member Functions | |
IdleSlave (QObject *parent) | |
int | age (time_t now) const |
void | connect (const QString &app_socket) |
bool | match (const QString &protocol, const QString &host, bool connected) const |
bool | onHold (const KUrl &url) const |
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 50 of file klauncher.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 70 of file klauncher.cpp.
Member Function Documentation
int IdleSlave::age | ( | time_t | now | ) | const |
Definition at line 168 of file klauncher.cpp.
void IdleSlave::connect | ( | const QString & | app_socket | ) |
Definition at line 133 of file klauncher.cpp.
|
protectedslot |
Definition at line 86 of file klauncher.cpp.
Definition at line 149 of file klauncher.cpp.
Definition at line 161 of file klauncher.cpp.
|
inline |
Definition at line 57 of file klauncher.h.
|
inline |
Definition at line 61 of file klauncher.h.
void IdleSlave::reparseConfiguration | ( | ) |
Definition at line 143 of file klauncher.cpp.
|
signal |
Member Data Documentation
|
protected |
Definition at line 76 of file klauncher.h.
KIO::Connection IdleSlave::mConn |
Definition at line 70 of file klauncher.h.
|
protected |
Definition at line 74 of file klauncher.h.
|
protected |
Definition at line 73 of file klauncher.h.
|
protected |
Definition at line 77 of file klauncher.h.
|
protected |
Definition at line 75 of file klauncher.h.
|
protected |
Definition at line 72 of file klauncher.h.
|
protected |
Definition at line 78 of file klauncher.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.