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  · 

QDSServiceInfo Class Reference
[QtBaseModule]

The QDSServiceInfo class encapsulates the description of a Qt Extended Data Sharing (QDS) service More...

    #include <QDSServiceInfo>

Public Functions


Detailed Description

The QDSServiceInfo class encapsulates the description of a Qt Extended Data Sharing (QDS) service

Each QDS service is described by:

  • QDS service name
  • Service class
  • Supported request data MIME types (if any)
  • Supported response data MIME types (if any)
  • A list of dependent QtopiaFeatures (if any)
  • A list of attributes (optional)
  • A description (optional)
  • An icon (optional)

Each QDS service must have a unique combination of QDS service name and Qt Extended service. The QDS service name must only contain alphanumeric characters.

The description for a QDS service is obtained from the service file <Qt Extended Runtime Prefix>/etc/qds/<qtopia_service>. Each QDS service in a Qt Extended service should be included in the one service file, and should follow the form below:

    [Translation]
    File=QtopiaServices
    Context=Contacts
    [setContactImage]
    RequestDataType="image/x-qpixmap"
    ResponseDataType=
    Attributes="Set picture;Upload"
    Depends=
    Description[]=This service sets a contacts image
    Icon=AddressBook
    [beamVCard]
    RequestDataType="text/x-vcard"
    ResponseDataType=
    Attributes="beam;ir;infrared;send"
    Depends="Infrared"
    Description[]=Beam VCard
    Icon=beam

A QDS service can support multiple data types for both the request and response data. The types can be listed individually in the service file, and wildcards can be used. This is demonstrated in the service file below:

    [Translation]
    File=QtopiaServices
    Context=Contacts
    [setContactImage]
    RequestDataType="image*"
    ResponseDataType=
    Attributes="Set picture;Upload"
    Depends=
    Description[]=This service sets a contacts image
    Icon=AddressBook
    [beamVCard]
    RequestDataType="text/x-vcard;text/plain;text/html"
    ResponseDataType=
    Attributes="beam;ir;infrared;send"
    Depends="Infrared"
    Description[]=Beam VCard
    Icon=beam

The QDS service should also be included in the actions section of the Qt Extended service description, for the QDS services list above, the <Qt Extended Runtime Prefix>/services/Contacts.service file would look like:

    [Translation]
    File=QtopiaServices
    Context=Contacts
    [Service]
    Actions = "setContactImage(QString);beamVCard(QDSActionRequest)"
    Icon = addressbook/AddressBook
    Name[]=Contacts

See also QDSAction, QDSActionRequest, QDSServices, and Qt Extended Data Sharing (QDS).


Member Function Documentation

QDSServiceInfo::QDSServiceInfo ()

Constructs an empty QDSServiceInfo object.

QDSServiceInfo::QDSServiceInfo ( const QDSServiceInfo & other )

Constructs a deep copy of other.

QDSServiceInfo::QDSServiceInfo ( const QString & name, const QString & service )

Constructs a QDSServiceInfo object for the QDS service name and the Qt Extended service service.

QDSServiceInfo::~QDSServiceInfo ()

Destroys the QDSServiceInfo object.

QStringList QDSServiceInfo::attributes () const

Returns the attributes of the service.

QString QDSServiceInfo::description () const

Returns the description of the service.

QString QDSServiceInfo::icon () const

Returns the icon of the service.

bool QDSServiceInfo::isAvailable () const

Returns true if the QDS service is available; otherwise returns false. The QDS service is available if all dependent features are currently available in QtopiaFeatures. A QDS service must be available for a QDSAction request to be successful.

bool QDSServiceInfo::isValid () const

Returns true if the QDSServiceInfo object describes a valid QDS service; otherwise returns false. For this to be true a correctly formatted service file is required.

QString QDSServiceInfo::name () const

Returns the name of the service.

QStringList QDSServiceInfo::requestDataTypes () const

Returns the IDs for supported request data types.

See also supportsRequestDataType() and responseDataTypes().

QStringList QDSServiceInfo::responseDataTypes () const

Returns the IDs for supported response data types.

See also supportsResponseDataType() and requestDataTypes().

QString QDSServiceInfo::serviceId () const

Returns the QDS service ID.

QString QDSServiceInfo::serviceName () const

Returns the translated name of the QDS service.

bool QDSServiceInfo::supportsRequestDataType ( const QMimeType & type = QMimeType( QString() ) ) const

Returns true if the described service supports request data of type.

See also requestDataTypes() and supportsResponseDataType().

bool QDSServiceInfo::supportsResponseDataType ( const QMimeType & type = QMimeType( QString() ) ) const

Returns true if the described service supports response data of type.

See also responseDataTypes() and supportsRequestDataType().

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

Returns true if other doesn't describe the same QDS service; otherwise returns false.

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

Makes a deep copy of other and assigns it to this QDSServiceInfo object. Returns a reference to this QDSServiceInfo object.

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

Returns true if other describes the same QDS service; otherwise returns false.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 64
  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. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le blog Digia au hasard

Logo

Déploiement d'applications Qt Commercial sur les tablettes Windows 8

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. 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 qtextended4.4
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


Warning: mysql_connect() [function.mysql-connect]: [2002] Connection refused (trying to connect via tcp://developpez.net:3306) in /home/developpez/www/developpez-com/template/connexion.php on line 7

Warning: mysql_connect() [function.mysql-connect]: Connection refused in /home/developpez/www/developpez-com/template/connexion.php on line 7

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/developpez/www/developpez-com/template/pied.php on line 12