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
◆ IdleSlave()
|
explicit |
Definition at line 70 of file klauncher.cpp.
Member Function Documentation
◆ age()
| int IdleSlave::age | ( | time_t | now | ) | const |
Definition at line 168 of file klauncher.cpp.
◆ connect()
| void IdleSlave::connect | ( | const QString & | app_socket | ) |
Definition at line 133 of file klauncher.cpp.
◆ gotInput
|
protectedslot |
Definition at line 86 of file klauncher.cpp.
◆ match()
| bool IdleSlave::match | ( | const QString & | protocol, |
| const QString & | host, | ||
| bool | connected ) const |
Definition at line 149 of file klauncher.cpp.
◆ onHold()
| bool IdleSlave::onHold | ( | const KUrl & | url | ) | const |
Definition at line 161 of file klauncher.cpp.
◆ pid()
|
inline |
Definition at line 57 of file klauncher.h.
◆ protocol()
|
inline |
Definition at line 61 of file klauncher.h.
◆ reparseConfiguration()
| void IdleSlave::reparseConfiguration | ( | ) |
Definition at line 143 of file klauncher.cpp.
◆ statusUpdate
|
signal |
Member Data Documentation
◆ mBirthDate
|
protected |
Definition at line 76 of file klauncher.h.
◆ mConn
| KIO::Connection IdleSlave::mConn |
Definition at line 70 of file klauncher.h.
◆ mConnected
|
protected |
Definition at line 74 of file klauncher.h.
◆ mHost
|
protected |
Definition at line 73 of file klauncher.h.
◆ mOnHold
|
protected |
Definition at line 77 of file klauncher.h.
◆ mPid
|
protected |
Definition at line 75 of file klauncher.h.
◆ mProtocol
|
protected |
Definition at line 72 of file klauncher.h.
◆ mUrl
|
protected |
Definition at line 78 of file klauncher.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.