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  · 

QTerminationHandler Class Reference
[QtBaseModule]

The QTerminationHandler class allows an application to instruct the system on how to handle an abnormal termination. More...

    #include <QTerminationHandler>

Inherits QObject.

Public Functions

  • QTerminationHandler ( const QString & text, const QString & buttonText = QString(), const QString & buttonIcon = QString(), const QtopiaServiceRequest & action = QtopiaServiceRequest(), QObject * parent = 0 )
  • QTerminationHandler ( const QtopiaServiceRequest & action, QObject * parent = 0 )
  • 29 public functions inherited from QObject

Additional Inherited Members

  • 1 property 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 QTerminationHandler class allows an application to instruct the system on how to handle an abnormal termination.

While the abnormal termination - ie. crash - of an application is undesirable, sometimes it is unavoidable. By default, Qt Extended displays a generic notification when this occurs that gives no information to the end user as to what caused the crash, and how they could potentially avoid it reoccuring.

The QTerminationHandler class allows an application to register expanded information for display to the user if it crashes. To use the QTerminationHandler class, an application only has to construct it prior to commencing the potentially dangerous operation and destroy it when the termination information is no longer valid.

An application may register as many termination handlers as required, however only the most recently installed termination handler will be used in the case an abnormal termination.


Member Function Documentation

QTerminationHandler::QTerminationHandler ( const QString & text, const QString & buttonText = QString(), const QString & buttonIcon = QString(), const QtopiaServiceRequest & action = QtopiaServiceRequest(), QObject * parent = 0 )

Constructs a QTerminationHandler. If a crash occurs, text will be presented to the user in a theme dictated manner. Additionally, if action is valid, and if either buttonText or buttonIcon are valid the user will have the option of activating a button that causes action to occur.

The QTerminationHandler is a QObject with the given parent.

For example,

    QTerminationHandler * myTermHandler = new QTerminationHandler(tr("The message you tried to read caused Acme EMail to crash.  Please try viewing the mail in text only mode.", "Restart", ":icon/acmeemail", QtopiaServiceRequest("AcmeEmail", "viewMail()"));

    // Open mail

    delete myTermHandler;

QTerminationHandler::QTerminationHandler ( const QtopiaServiceRequest & action, QObject * parent = 0 )

Constructs a QTerminationHandler. If a crash occurs, action will occur.

For example,

    QTerminationHandler * myTermHandler = new QTerminationHandler(QtopiaServiceRequest("AcmeEmail", "showCrashScreen()"));

    // Open mail

    delete myTermHandler;

QTerminationHandler::~QTerminationHandler ()

Destroys the QTerminationHandler instance. This automatically unregisters the handler from the system.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. 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
  4. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 10
  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. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
Page suivante

Le Qt Quarterly au hasard

Logo

Déployer dans le Bazaar

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. 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