![]() |
Home · All Classes · All Functions · | ![]() |
The QService namespace contains miscellaneous identifiers used throughout the Qt Service framework library. More...
#include <QService>
The QService namespace contains miscellaneous identifiers used throughout the Qt Service framework library.
Defines the scope to be used when accessing services. Note that Symbian does not distinguish scopes and therefore UserScope and SystemScope may be used interchangeably.
Constant | Value | Description |
---|---|---|
QService::UserScope | 0 | When adding and removing services, uses a storage location specific to the current user. When searching for services and interface implementations, first searches in the user-specific location; if the service or interface implementation is not found, searches in the system-wide storage location (if the user has sufficient permissions to do so). |
QService::SystemScope | 1 | When adding and removing services, use a system-wide storage location accessible to all users. When searching for services and interface implementations, search only in the system-wide storage location. |
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.1 |