QMailServiceAction Class Reference
|
Constant | Value | Description |
---|---|---|
QMailServiceAction::Pending | 0 | The action has not yet begun execution. |
QMailServiceAction::InProgress | 1 | The action is currently executing. |
QMailServiceAction::Successful | 2 | The action has completed successfully. |
QMailServiceAction::Failed | 3 | The action could not be completed successfully, and has finished execution. |
This enum type is used to describe the connectivity state of the service implementing an action.
Constant | Value | Description |
---|---|---|
QMailServiceAction::Offline | 0 | The service is offline. |
QMailServiceAction::Connecting | 1 | The service is currently attempting to establish a connection. |
QMailServiceAction::Connected | 2 | The service is connected. |
QMailServiceAction::Disconnected | 3 | The service has been disconnected. |
Returns the current activity state of the action.
See also activityChanged().
This signal is emitted when the activity status of the action changes, with the new state sdescribed by a.
See also activity().
Attempts to cancel the last requested operation.
Returns the current connectivity state of the service implementing this action.
See also connectivityChanged().
This signal is emitted when the connectivity status of the service performing the action changes, with the new state described by c.
See also connectivity().
Returns the current progress of the service action.
See also progressChanged().
This signal is emitted when the progress of the action changes, with the new state described by value and total.
See also progress().
Set the current status so that QMailServiceAction::Status::errorCode errorCode is set to c and QMailServiceAction::Status::text text is set to t.
See also status().
This is an overloaded member function, provided for convenience.
Set the current status so that QMailServiceAction::Status::errorCode errorCode is set to c, QMailServiceAction::Status::text text is set to t, QMailServiceAction::Status::accountId accountId is set to a, QMailServiceAction::Status::folderId folderId is set to f and QMailServiceAction::Status::messageId messageId is set to m.
Returns the current status of the service action.
See also setStatus() and statusChanged().
This signal is emitted when the error status of the action changes, with the new status described by s.
See also status().
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