QMailMessageSortKey Class Reference
|
Constant | Value | Description |
---|---|---|
QMailMessageSortKey::Id | 0 | The ID of the message. |
QMailMessageSortKey::Type | 1 | The type of the message. |
QMailMessageSortKey::ParentFolderId | 2 | The parent folder ID this message is contained in. |
QMailMessageSortKey::Sender | 3 | The message sender address string. |
QMailMessageSortKey::Recipients | 4 | The message recipient address string. |
QMailMessageSortKey::Subject | 5 | The message subject string. |
QMailMessageSortKey::TimeStamp | 6 | The message timestamp |
QMailMessageSortKey::Status | 7 | The message status flags. |
QMailMessageSortKey::FromMailbox | 8 | The imap mailbox the message was downloaded from. |
QMailMessageSortKey::ServerUid | 9 | The IMAP server UID of the message. |
QMailMessageSortKey::ParentAccountId | 11 | The ID of the account the mesasge was downloaded from. |
QMailMessageSortKey::Size | 10 | The size of the message. |
QMailMessageSortKey::ContentType | 12 | The type of data contained within the message. |
QMailMessageSortKey::PreviousParentFolderId | 13 | The parent folder ID this message was contained in, prior to moving to the current parent folder. |
Create a QMailMessageSortKey with specifying matching parameters.
A default-constructed key (one for which isEmpty() returns true) sorts no messages.
The result of combining an empty key with a non-empty key is the same as the original non-empty key.
The result of combining two empty keys is an empty key.
Construct a QMailMessageSortKey which sorts a set of results based on the QMailMessageSortKey::Property p and the Qt::SortOrder order
Create a copy of the QMailMessageSortKey other.
Destroys this QMailMessageSortKey.
Returns true if the key remains empty after default construction; otherwise returns false.
Returns true if the value of this key is not the same as the key other. Returns false otherwise.
Returns a key that is the logical AND of this key and the value of key other.
Performs a logical AND with this key and the key other and assigns the result to this key.
Assign the value of the QMailMessageSortKey other to this.
Returns true if the value of this key is the same as the key other. Returns false otherwise.
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