Nepomuk-Core
Public Types |
Public Slots |
Signals |
Public Member Functions |
Static Public Member Functions |
List of all members
Nepomuk2::ServiceControl Class Reference
#include <servicecontrol.h>
Inheritance diagram for Nepomuk2::ServiceControl:
Public Types | |
enum | Errors { ErrorUnknownServiceName = -9, ErrorServiceAlreadyRunning = -10, ErrorFailedToStart = -11, ErrorMissingDependency = -12 } |
Public Slots | |
QString | description () const |
bool | isInitialized () const |
QString | name () const |
void | setServiceInitialized (bool success) |
void | shutdown () |
void | start () |
Signals | |
void | serviceInitialized (bool success) |
Public Member Functions | |
ServiceControl (const QString &serviceName, const KService::Ptr &service, QObject *parent=0) | |
~ServiceControl () | |
Static Public Member Functions | |
static QString | dbusServiceName (const QString &serviceName) |
Detailed Description
Definition at line 29 of file servicecontrol.h.
Member Enumeration Documentation
Enumerator | |
---|---|
ErrorUnknownServiceName | |
ErrorServiceAlreadyRunning | |
ErrorFailedToStart | |
ErrorMissingDependency |
Definition at line 39 of file servicecontrol.h.
Constructor & Destructor Documentation
Nepomuk2::ServiceControl::ServiceControl | ( | const QString & | serviceName, |
const KService::Ptr & | service, | ||
QObject * | parent = 0 |
||
) |
Definition at line 28 of file servicecontrol.cpp.
Nepomuk2::ServiceControl::~ServiceControl | ( | ) |
Definition at line 40 of file servicecontrol.cpp.
Member Function Documentation
|
static |
Definition at line 121 of file servicecontrol.cpp.
|
slot |
Definition at line 57 of file servicecontrol.cpp.
|
slot |
Definition at line 52 of file servicecontrol.cpp.
|
slot |
Definition at line 62 of file servicecontrol.cpp.
|
signal |
|
slot |
Definition at line 45 of file servicecontrol.cpp.
|
slot |
Definition at line 115 of file servicecontrol.cpp.
|
slot |
Definition at line 67 of file servicecontrol.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.