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  · 

Setting Class Reference
(QPhoneProfile::Setting)
[QtBaseModule]

The Setting class provides applications with a mechanism to add their own settings to a profile. More...

Public Functions


Detailed Description

The Setting class provides applications with a mechanism to add their own settings to a profile.

Applications may integrate with the Qt Extended profiles by adding their own settings. Optionally, when the profile changes the application will be notified and instructed to apply the new settings.

Most profile editing applications (such as Ring Profiles in Qt Extended Phone) will use the Settings service to interactively acquire settings from applications to add in this way, but it is not necessary to do so.

Application settings are added to a profile through the QPhoneProfile::setApplicationSettings() or QPhoneProfile::setApplicationSetting() methods and read via the QPhoneProfile::applicationSetting() call.

See also QPhoneProfile.


Member Function Documentation

Setting::Setting ()

Constructs a null application setting object.

Setting::Setting ( const QString & application )

Constructs an empty application setting object for application.

Setting::Setting ( const Setting & other )

Constructs a copy of other.

QString Setting::applicationName () const

Returns the application to which this setting object applies, or an empty string if this is a null settings object.

See also setApplicationName().

QString Setting::data () const

Returns the data portion of this setting.

See also setData().

QString Setting::description () const

Returns an optional visual description for this setting. Generally this is the visual name of the application.

See also setDescription().

bool Setting::isNull () const

Returns true if this setting is null; otherwise returns false. A null object is one that has an empty applicationName().

bool Setting::notifyOnChange () const

Returns true if the application will be notified when the profile changes; otherwise returns false.

Applications will be notified with a Settings::activateSettings(QString) message via QPE/Application/appname when they are to apply settings. appname is applicationName() and the parameter is data() portion of the setting.

If the profile changes to one where the application has not added a custom setting from one where the application has added a custom setting, a Settings::activateDefault() message will be sent.

Therefore applications should be listening to the Qt Extended application channels to handle these requests. For example, in the application:

    SomeApplication::SomeApplication()
    {
        connect( qApp, SIGNAL(appMessage(QString,QByteArray)),
            this, SLOT(receive(QString,QByteArray)) );
        ...
    }

    void SomeApplication::receive( const QString& message, const QByteArray& data )
    {
        QDataStream stream( data );
        if ( message == "Settings::activateSettings(QString)" ) {
            ... // parse and apply application settings data
        } else if ( message == "Settings::activateDefault()" ) {
            applyDefault(); // apply application default settings
        }
    }

See also setNotifyOnChange(), SettingsService, and QtopiaApplication::appMessage().

void Setting::setApplicationName ( const QString & name )

Sets the application name for this setting.

See also applicationName().

void Setting::setData ( const QString & data )

Set the setting data for this setting.

See also data().

void Setting::setDescription ( const QString & description )

Sets the setting description for this setting.

See also description().

void Setting::setNotifyOnChange ( bool notifyOnChange )

Sets whether the application is notified on changes to the profile or not. If notifyOnChange is true applications are notified, otherwise they are not.

See also notifyOnChange().

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

Returns true if setting other is not equal to this setting; otherwise returns false.

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

Assigns other to this setting and returns a reference to this setting.

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

Returns true if setting other is equal to this setting; 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