Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMailFilterMessageSet class represents a set of messages selected by a pre-determined filter criteria. More...
#include <QMailFilterMessageSet>
This class is under development and is subject to change.
Inherits QMailMessageSet.
The QMailFilterMessageSet class represents a set of messages selected by a pre-determined filter criteria.
QMailFilterMessageSet provides a representation for a named subset of messages, specified by a set of criteria encoded into a QMailMessageKey object. The properties of the QMailFilterMessageSet are mutable and can be changed after construction.
Constructs a QMailFilterMessageSet within the parent container container, named name, whose message set is specified by the filter key, and with update minimization set to minimalUpdates.
See also setUpdatesMinimized().
Returns the name of this message set for display purposes.
Reimplemented from QMailMessageSet.
See also setDisplayName().
Returns the QMailMessageKey that selects the messages represented by this message set.
Reimplemented from QMailMessageSet.
See also setMessageKey().
Sets the name of this message set for display purposes to name.
See also displayName().
Sets the QMailMessageKey that selects the messages represented by this message set to key.
See also messageKey().
Sets update minimization to set.
If update minimization is set to true, the QMailFilterMessageSet will only emit the update() signal when the list of messages matching the filter key actually changes. If update minimization is false, the update() signal will also be spuriously emitted; depending on the handling of that signal, this strategy may consume significantly less resources than are required to ensure minimal updates are emitted.
See also updatesMinimized().
Returns true if this message set has update minimization enabled; otherwise returns false;
See also setUpdatesMinimized().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |