Contents
QServicePluginInterface Class Reference
The QServicePluginInterface class defines the interface that every plug-in based service must implement. More...
#include <QServicePluginInterface>
Public Functions
virtual QObject * | createInstance ( const QServiceInterfaceDescriptor & descriptor, QServiceContext * context, QAbstractSecuritySession * securitySession ) = 0 |
virtual void | installService () |
virtual void | uninstallService () |
Detailed Description
The QServicePluginInterface class defines the interface that every plug-in based service must implement.