Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMailFolderId class is used to identify folders stored by QMailStore. More...
#include <QMailFolderId>
This class is under development and is subject to change.
The QMailFolderId class is used to identify folders stored by QMailStore.
QMailFolderId is a class used to represent folders stored by the QMailStore, identified by their unique numeric internal indentifer.
A QMailFolderId instance can be tested for validity, and compared to other instances for equality. The numeric value of the identifier is not intrinsically meaningful and cannot be modified.
See also QMailFolder and QMailStore::folder().
Construct an uninitialized QMailFolderId, for which isValid() returns false.
Construct a QMailFolderId with the supplied numeric identifier value.
Returns true if this object has been initialized with the identifier of an existing message contained by QMailStore.
Returns a QVariant containing the value of this folder identfier.
Returns true if this object's identifier value differs from that of other.
Returns true if this object's identifier value is less than that of other.
Returns true if this object's identifier value is equal to that of other.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |