QtService  1.1.0
A platform independent library to easily create system services and use some of their features
Classes | Namespaces | Macros
service.h File Reference

The Service header. More...

#include <functional>
#include <QtCore/qobject.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdir.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qvector.h>
#include <QtCore/qhash.h>
#include <QtCore/qvariant.h>
#include "QtService/qtservice_global.h"
#include "QtService/qtservice_helpertypes.h"

Go to the source code of this file.

Classes

class  QtService::Service
 The main interface to implement to create a service. More...
 

Namespaces

 QtService
 The primary namespace of the QtService library.
 

Macros

#define QT_SERVICE_POST_ENUM_DEPRECATED   Q_DECL_DEPRECATED
 
#define QT_SERVICE_POST_USING_DEPRECATED   Q_DECL_DEPRECATED
 
#define qService   QtService::Service::instance()
 A define for the service instance for easy use, see QtService::Service::instance.
 

Detailed Description

The Service header.

Definition in file service.h.