QBootSourceAccessory Class Reference
|
Constant | Value | Description |
---|---|---|
QBootSourceAccessory::Unknown | 0 | Boot was triggered by an unknown event |
QBootSourceAccessory::PowerKey | 1 | Boot was triggered by pressing the power-on key |
QBootSourceAccessory::Charger | 2 | Boot was triggered by plugging in the battery charger |
QBootSourceAccessory::Alarm | 3 | Boot was triggered by an RTC alarm |
QBootSourceAccessory::Watchdog | 4 | Boot was triggered by the expiration of the watchdog timer |
QBootSourceAccessory::Software | 5 | Boot was triggered by software, e.g. via a software reboot. |
Construct a new boot source accessory object for the given provider id and attaches it to parent. The object will be created in client mode if mode is Client, or server mode otherwise.
If id is empty, this class will use the default boot source provider that supports the boot source interface. If there is more than one service that supports the boot source interface, the caller should enumerate them with QHardwareManager::providers() and create separate QBootSourceAccessory objects for each.
See also QHardwareManager::providers().
Destroys the boot source hardware abstraction.
Returns the event which triggered the last boot sequence.
This signal is emitted when bootSource() changes.
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