Contents
QMessageAccountId Class Reference
The QMessageAccountId class provides a unique identifier for a QMessageAccount messaging account, within the scope of the messaging store. More...
#include <QMessageAccountId>
Public Functions
QMessageAccountId () | |
QMessageAccountId ( const QMessageAccountId & other ) | |
QMessageAccountId ( const QString & id ) | |
~QMessageAccountId () | |
bool | isValid () const |
QString | toString () const |
bool | operator< ( const QMessageAccountId & other ) const |
Detailed Description
The QMessageAccountId class provides a unique identifier for a QMessageAccount messaging account, within the scope of the messaging store.
A QMessageAccountId can be constructed from a string, or converted to a string with toString().
A QMessageAccountId instance can be tested for validity with isValid(), and compared to other instances for equality.
If the message a QMessageAccountId identifies is removed from the messaging store then the identifier will not be reused.