Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QServiceInterfaceDescriptor Class Reference

The QServiceInterfaceDescriptor class identifies a service implementation. More...

    #include <QServiceInterfaceDescriptor>

Public Types

enum PropertyKey { Capabilities, Location, ServiceDescription, InterfaceDescription }

Public Functions

QServiceInterfaceDescriptor ()
QServiceInterfaceDescriptor ( const QServiceInterfaceDescriptor & other )
~QServiceInterfaceDescriptor ()
QString customProperty ( const QString & key ) const
QStringList customPropertyKeys () const
bool inSystemScope () const
QString interfaceName () const
bool isValid () const
int majorVersion () const
int minorVersion () const
QVariant property ( QServiceInterfaceDescriptor::PropertyKey key ) const
QString serviceName () const
bool operator!= ( const QServiceInterfaceDescriptor & other ) const
QServiceInterfaceDescriptor & operator= ( const QServiceInterfaceDescriptor & other )
bool operator== ( const QServiceInterfaceDescriptor & other ) const

Related Non-Members

QDataStream & operator<< ( QDataStream & out, const QServiceInterfaceDescriptor & dc )
QDataStream & operator>> ( QDataStream & in, QServiceInterfaceDescriptor & dc )

Detailed Description

The QServiceInterfaceDescriptor class identifies a service implementation.

A service can implement multiple interfaces and each interface can have multiple implementations. The QServiceInterfaceDescriptor class enscapsulates this information, as illustrated by the diagram below.

Service-Interface-Implementation

The major version tag indicates the interface version and the minor version tag identifies the implementation version. Subsequent versions of the same interface must be binary compatible to previous versions of the same interface.

In the above example service A and B implement the interface com.nokia.qt.x. In fact Service A provides two different implementations for the very same interface. This is indicated by the changed minor version number. Although Service B is using the same interface it's implementation actually utilizes the second version of the interface com.nokia.qt.x. Binary compatibility guarantees that clients who know version 1 can utilize version 2. If an existing interface has to be changed in a non-compatible way a new interface (name) is required.

Namespaces

A QServiceInterfaceDescriptor (the quadruble of service name, interface name, interface version and implementation version) uniquely identifies a service implementation on a device. Interface names follow the java namespace convention.

The namespace com.nokia.qt.* is reserved for future Qt development.

See also QServiceFilter and QServiceManager.


Member Type Documentation

enum QServiceInterfaceDescriptor::PropertyKey

This enum describes the possible property types which can be attached to a QServiceInterfaceDescriptor.

ConstantValueDescription
QServiceInterfaceDescriptor::Capabilities0The capabilities property is a QStringList and describes the capabilities that a service client would require to use the service if capability checks are enforced.
QServiceInterfaceDescriptor::Location1This property points to the location where the plug-in providing this service is stored. If the service is plug-in based the location is the name and/or path of the plugin.
QServiceInterfaceDescriptor::ServiceDescription2This property provides a general description for the service.
QServiceInterfaceDescriptor::InterfaceDescription3This property provides a description for the interface implementation.


Member Function Documentation

QServiceInterfaceDescriptor::QServiceInterfaceDescriptor ()

Creates a new QServiceInterfaceDescriptor.

QServiceInterfaceDescriptor::QServiceInterfaceDescriptor ( const QServiceInterfaceDescriptor & other )

Creates a copy of QServiceInterfaceDescriptor contained in other.

QServiceInterfaceDescriptor::~QServiceInterfaceDescriptor ()

Destroys the QServiceInterfaceDescriptor object.

QString QServiceInterfaceDescriptor::customProperty ( const QString & key ) const

Returns the value for the custom property key; otherwise returns a null string.

QStringList QServiceInterfaceDescriptor::customPropertyKeys () const

Returns a list of names of the custom properties.

bool QServiceInterfaceDescriptor::inSystemScope () const

Returns true if this implementation is provided for all users on the system.

See also QServiceManager::Scope.

QString QServiceInterfaceDescriptor::interfaceName () const

Returns the name of the interface that is implemented.

bool QServiceInterfaceDescriptor::isValid () const

Returns true if this descriptor is valid; otherwise returns false.

int QServiceInterfaceDescriptor::majorVersion () const

Returns the version of the interface.

Subsequent versions of an interface are binary compatible to previous versions of the same interface. If an interface is broken it must use a new interface name.

int QServiceInterfaceDescriptor::minorVersion () const

Returns the version of the implementation.

QVariant QServiceInterfaceDescriptor::property ( QServiceInterfaceDescriptor::PropertyKey key ) const

Returns the value for the property key; otherwise returns an invalid QVariant.

QString QServiceInterfaceDescriptor::serviceName () const

Returns the name of service that provides this implementation.

bool QServiceInterfaceDescriptor::operator!= ( const QServiceInterfaceDescriptor & other ) const

Compares a QServiceInterfaceDescriptor to other. Returns true if they are not equal and false otherwise.

QServiceInterfaceDescriptor & QServiceInterfaceDescriptor::operator= ( const QServiceInterfaceDescriptor & other )

Copies the content of the QServiceInterfaceDescriptor object contained in other into this one.

bool QServiceInterfaceDescriptor::operator== ( const QServiceInterfaceDescriptor & other ) const

Compares a QServiceInterfaceDescriptor to other. Returns true if they are equal and false otherwise.


Related Non-Members

QDataStream & operator<< ( QDataStream & out, const QServiceInterfaceDescriptor & dc )

Writes service interface descriptor dc to the stream out and returns a reference to the stream.

QDataStream & operator>> ( QDataStream & in, QServiceInterfaceDescriptor & dc )

Reads a service interface descriptor into dc from the stream in and returns a reference to the stream.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 23
  2. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 38
  3. Une nouvelle ère d'IHM 3D pour les automobiles, un concept proposé par Digia et implémenté avec Qt 3
  4. PySide devient un add-on Qt et rejoint le Qt Project et le modèle d'open gouvernance 1
  5. Qt Creator 2.5 est sorti en beta, l'EDI supporte maintenant plus de fonctionnalités de C++11 2
  6. Vingt sociétés montrent leurs décodeurs basés sur Qt au IPTV World Forum, en en exploitant diverses facettes (déclaratif, Web, widgets) 0
  7. Thread travailleur avec Qt en utilisant les signaux et les slots, un article de Christophe Dumez traduit par Thibaut Cuvelier 1
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 49
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 23
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Labs au hasard

Logo

QLocale : à propos du temps (et des dates, et des langues, et des...)

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtmobility-1.0-tp
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web