![]() |
Home | ![]() |
The QMailStoreAccountFilter class provides a filtered view of QMailStore signals, affecting a single account. More...
#include <QMailStoreAccountFilter>
This class is under development and is subject to change.
Inherits QObject.
QMailStoreAccountFilter ( const QMailAccountId & id ) |
void | accountContentsModified () |
void | accountUpdated () |
void | folderContentsModified ( const QMailFolderIdList & ids ) |
void | foldersAdded ( const QMailFolderIdList & ids ) |
void | foldersRemoved ( const QMailFolderIdList & ids ) |
void | foldersUpdated ( const QMailFolderIdList & ids ) |
void | messageContentsModified ( const QMailMessageIdList & ids ) |
void | messageRemovalRecordsAdded () |
void | messageRemovalRecordsRemoved () |
void | messagesAdded ( const QMailMessageIdList & ids ) |
void | messagesRemoved ( const QMailMessageIdList & ids ) |
void | messagesUpdated ( const QMailMessageIdList & ids ) |
The QMailStoreAccountFilter class provides a filtered view of QMailStore signals, affecting a single account.
The QMailStoreAccountFilter class allows a client to respond to only those QMailStore signals that affect a particular account, without the need to respond to all signals and test for applicability.
See also QMailStore.
Creates a filter object whose signals report only the events that affect the account identified by id.
Signal that is emitted when changes to messages and folders in the mail store affect the content of the filter account.
See also QMailStore::accountContentsModified().
Signal that is emitted when the filter account is updated within the mail store.
See also QMailStore::accountsUpdated().
Signal that is emitted when changes to messages in the mail store affect the content of the folders in the list ids.
See also QMailStore::folderContentsModified().
Signal that is emitted when the folders in the list ids are added to the mail store.
See also QMailStore::foldersAdded().
Signal that is emitted when the folders in the list ids are removed from the mail store.
See also QMailStore::foldersRemoved().
Signal that is emitted when the folders in the list ids are updated within the mail store.
See also QMailStore::foldersUpdated().
Signal that is emitted when the content of the messages in list ids is updated.
See also QMailStore::messageContentsModified().
Signal that is emitted when QMailMessageRemovalRecords are added to the store, affecting the filter account.
See also QMailStore::messageRemovalRecordsAdded().
Signal that is emitted when QMailMessageRemovalRecords are removed from the store, affecting the filter account.
See also QMailStore::messageRemovalRecordsRemoved().
Signal that is emitted when the messages in the list ids are added to the mail store.
See also QMailStore::messagesAdded().
Signal that is emitted when the messages in the list ids are removed from the mail store.
See also QMailStore::messagesRemoved().
Signal that is emitted when the messages in the list ids are updated within the mail store.
See also QMailStore::messagesUpdated().
Copyright © 2010 QtSoftware | Messaging Framework |