1 #ifndef QTSERVICE_SERVICEPLUGIN_H 2 #define QTSERVICE_SERVICEPLUGIN_H 4 #include <QtCore/qobject.h> 6 #include "QtService/qtservice_global.h" 23 virtual QString currentServiceId()
const = 0;
38 #define QtService_ServicePlugin_Iid "de.skycoder42.QtService.ServicePlugin" 41 #endif // QTSERVICE_SERVICEPLUGIN_H #define QtService_ServicePlugin_Iid
The IID to be used to create a service plugin.
The main interface to implement to create a service.
The primary namespace of the QtService library.
A class to interact with the systems service manager.
The interface that needs to be implemented to provide the backend for the service engine...
The plugin interface to implement as primary interface of a servicebackend plugin.