Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QCollectiveSimpleMessage class holds a single message sent or received from a contact. More...
#include <QCollectiveSimpleMessage>
The QCollectiveSimpleMessage class holds a single message sent or received from a contact.
This class holds a simple peer to peer message that was sent or received from a contact. This information will be provided by the QCollectiveMessenger class.
See also QCollectiveMessenger.
Constant | Value | Description |
---|---|---|
QCollectiveSimpleMessage::Normal | 0 | The message is a normal message. |
QCollectiveSimpleMessage::AutoReply | 1 | Message is an auto reply. |
Constructs a QCollectiveSimpleMessage object.
See also QCollectivePresence.
Constructs a QCollectiveSimpleMessage object from the contents of other object.
Deconstructs a QCollectiveSimpleMessage object.
Returns the from URI for this message object.
See also setFrom().
Sets the message's from URI to fromUri.
See also from().
Sets the text of this message.
See also text().
Sets the timestamp when this message was received or sent.
See also timestamp().
Sets the message's to URI to toUri.
Sets the message type to type.
See also type().
Returns the text of this message.
See also setText().
Returns the timestamp when this message was received or sent.
See also setTimestamp().
Returns the to URI for this message object.
See also setTo() and setFrom().
Returns the message type.
See also setType().
Returns true if information in other is not equal to information contained in this object; otherwise returns false.
Assigns the contents of other to this object.
Returns true if information in other is equal to information contained in this object; otherwise returns false.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |