QMessageId Class ReferenceThe QMessageId class provides a unique identifier for a QMessage message within the scope of the messaging store. More... #include <QMessageId> Public Functions
Detailed DescriptionThe QMessageId class provides a unique identifier for a QMessage message within the scope of the messaging store. A QMessageId can be constructed from a string, or converted to a string with toString(). A QMessageId instance can be tested for validity with isValid(), and compared to other instances for equality. If the message a QMessageId identifies is removed from the messaging store then the identifier will not be reused. The QMessageId implementation should be as small as is practical for the underlying platform. See also QMessage and QMessageManager. Member Function Documentation
|