QDeviceIndicators Class Reference
|
Constant | Value | Description |
---|---|---|
QDeviceIndicators::Off | 0 | The indicator light is not illuminated. |
QDeviceIndicators::On | 1 | The indicator light is illuminated. |
QDeviceIndicators::Flash | 2 | The indicator is flashing on and off. |
QDeviceIndicators::Throb | 3 | The indicator is smoothly cycling from zero intensity to full intensity and back again |
Create a new QDeviceIndicators instance with the provided parent.
Destroys the instance.
Returns the value of the attribute of the given indcator's name. An invalid QVariant is returned if the indicator name does not exist or attribute is not supported.
See also setIndicatorAttribute().
Returns the current indicator state for name.
See also setIndicatorState() and isIndicatorStateSupported().
Emitted whenever the indicator name changes state. newState will be set to the new indicator state.
See also indicatorState() and setIndicatorState().
Returns true if the indicator name supports a given state. Returns false if the state is not supported or the indicator name is not recognised.
See also indicatorState() and setIndicatorState().
Returns true if the indicator name is supported by the device.
See also supportedIndicators().
Attempts to set the attribute of indicator name to value. Setting an attribute is an asynchronous event. Honoring or ignoring the request is up to the implementation of QDeviceIndicatorsProvider, typically valid requests would always be honored.
See also indicatorAttribute().
Attempts to change the indicator name to the provided state. Setting an indicator is an asynchronous event. If necessary, callers should monitor the indicatorStateChanged() signal to determine when the state change occurs.
See also indicatorState() and isIndicatorStateSupported().
Returns the list of all indicators supported by the device.
See also isIndicatorSupported().
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 ! |
Copyright © 2000-2012 - www.developpez.com