![]() |
Home · All Classes · All Functions · | ![]() |
The QMessageFolderId class provides a unique identifier for a QMessageFolder message folder, within the scope of the messaging store. More...
#include <QMessageFolderId>
The QMessageFolderId class provides a unique identifier for a QMessageFolder message folder, within the scope of the messaging store.
A QMessageFolderId can be constructed from a string, or converted to a string with toString().
A QMessageFolderId instance can be tested for validity with isValid(), and compared to other instances for equality.
If the message a QMessageFolderId identifies is removed from the messaging store then the identifier will not be reused.
See also QMessageFolder.
Creates an invalid identifier, toString() will return a null string.
Constructs a copy of other.
Constructs an identifier from id.
See also toString().
Destroys the identifier.
Returns true if this identifier is valid; otherwise returns false.
Returns the string representation of this identifier.
A null string should be returned if and only if the identifier is invalid.
String representations of identifiers should not be used to test for equality, instead the equality operator should be used.
Returns true if this identifier is ordered before other using an implementation-defined ordering.
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.1 |