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  · 

StorageMonitor Class Reference
[QtBaseModule]

The StorageMonitor class periodically checks filesystems for available space and prompts to start the cleanup wizard if low. More...

    #include <StorageMonitor>

Inherits QObject.

Additional Inherited Members

  • 1 property inherited from QObject
  • 29 public functions inherited from QObject
  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 1 public type inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The StorageMonitor class periodically checks filesystems for available space and prompts to start the cleanup wizard if low.

Periodically the StorageMonitor class examines the writable filesystems for free space. The polling frequency can be controlled through configuration. If the amount of free space, summed across all writable filesystems, is found to be below a configurable limit, a dialog box is displayed prompting the user to delete unwanted documents. If an application providing the CleanupWizard service is installed, the user can also directly launch the cleanup wizard.

As it is primarily a graphical feature, to preserve power the storage monitor suspends polling while the device's screen is turned off, on the rationale that the user is probably not present or interacting with the device.

The StorageMonitor class is configured through the Trolltech/qpe settings file. The following keys control the configuration.

KeyDescription
StorageMonitor/EnabledSet to false if the storage monitor is to be disabled. By default this value is true and the storage monitor is enabled.
StorageMonitor/UpdatePeriodThe rate, in seconds, at which the storage monitor polls the filesystems. By default this is 60 seconds.
StorageMonitor/MinimalStorageLimitWhen the total free space summed across all writable filesystems is below this value, in percent, the storage monitor dialog will be triggered. By default this is 10 percent. Note that MaxAbsolute and MinAbsolute can override certain aspects of this condition. Setting this value to 0 disables relative storage alarms.
StorageMonitor/MaxAbsoluteThe storage monitor will never be triggered unless the total free space is below this value (no matter what the relative minimalStorageLimit value is set to). This value is measured in megabyte and defaults to 100 MB. Setting this value to 0 causes the monitor to ignore this type of alarm adjustment.
StorageMonitor/MinAbsoluteThe storage monitor will always be triggered if the absolute amount of remaining storage space is below this value (no matter what the relative MinimalStorageLimit value is set to). This value is measured in megabyte and defaults to 1 MB. Setting this value to 0 causes the monitor to ignore this type of alarm adjustment. MinAbsolute takes precedence if MaxAbsolute >= MinAbsolute.

    #Trolltech/qpe.conf
    [StorageMonitor]
    MinimalStorageLimit=7
    MaxAbsolute=200
    MinAbsolute=5

The above example triggers the monitor alarm if the total free space is below 7% but not if the free space is above 200MB (for devices with big file systems). It also triggers the alarm if the device's total free space drops below 5MB even if that equates to more than 7% of the total space (for devices with small file systems).

Polls, by default, every 60 seconds, but pauses when screen is off or there are no writable file systems. Checks for CleanupWizard service.

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.

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 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. 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
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
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