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  · 

QIrIasDatabase Class Reference

The QIrIasDatabase class provides access to the local IAS Database. More...

    #include <QIrIasDatabase>

Static Public Members

  • QVariant attribute ( const QString & className, const QString & attribName )
  • bool removeAttribute ( const QString & className, const QString & attribName )
  • bool setAttribute ( const QString & className, const QString & attribName, const QVariant & attr )

Detailed Description

The QIrIasDatabase class provides access to the local IAS Database.

IAS stands for Information Access Service. The IAS database provides a way for applications to register information about the infrared services they provide.

QIrIasDatabase class provides access to the local IAS Database, and gives the ability to add, query and delete attributes. This class also allows to modify the advertised major classes this device supports. These are generally referred to as service hints.


Member Function Documentation

QVariant QIrIasDatabase::attribute ( const QString & className, const QString & attribName )   [static]

Returns the value of an attribute from the local IAS Database. The className parameter specifies the class name of the attribute. The attribName parameter specifies the attribute name. Returns an invalid QVariant in case of failure, and valid otherwise. The value of QVariant can be one of:

  • QString - Represents a String IAS attribute.
  • uint - Represents an Integer IAS attribute.
  • QByteArray - Represents an octet sequence IAS attribute.

NOTE: Under linux this function requires administrator privileges. Under windows this function has no effect and always returns an invalid value.

See also setAttribute() and removeAttribute().

bool QIrIasDatabase::removeAttribute ( const QString & className, const QString & attribName )   [static]

Attempts to remove the attribute from the local IAS Database. The className parameter specifies the class name of the attribute. The attribName parameter specifies the attribute name. Returns true if the attribute could be removed, false otherwise.

NOTE: Under linux this function requires administrator privileges. Under Windows this function has no effect and always returns false

See also setAttribute() and attribute().

bool QIrIasDatabase::setAttribute ( const QString & className, const QString & attribName, const QVariant & attr )   [static]

Sets a new attribute into the IAS Database returning true if successful; otherwise returning false. The attr parameter holds the attribute to be set. Attr can be of the following types:

  • QString - Represents a String IAS attribute.
  • uint - Represents an Integer IAS attribute.
  • QByteArray - Represents an octet sequence IAS attribute.

Any other type will be treated as invalid. The className parameter holds the class name of the IAS attribute. The attribName parameter holds the attribute name of the attribute.

NOTE: Under linux this function requires administrator privileges.

See also attribute() and removeAttribute().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Labs au hasard

Logo

Le moteur de rendu Raster

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 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