Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The MessageControl class provides message related management services. More...
#include <MessageControl>
Inherits QObject.
The MessageControl class provides message related management services.
It keeps track of arriving messages and notifies the MessagesService via MessagesService::viewNewMessages() if required. In addition this class maintains the following value space entries:
Path | Description |
---|---|
Communications/Messages/NewMessages | number of new not yet read messages |
Communications/Messages/NewSMS | number of unread SMS |
Communications/Messages/NewMMS | number of unread MMS |
Communications/Messages/NewSystem | number of unread system messages |
Communications/Messages/NewInstant | number of unread instant messages |
Communications/Messages/NewEmail | number of unread email messages |
Communications/Messages/SMSFull | true if the sms storage is full |
Communications/Messages/SMSRejected | true if an sms was rejected due to a full storage |
This task opens a message box if a message was rejected due to full SMS memory. If this is not a desired behavior or such a notification would be handled by a different class the message box can be disabled by setting the MessageControl\DisablePopup key to true in the Trolltech/Phone configuration file. If this setting is missing, MessageControl shows the above mentioned popup box by default.
This class is a Qt Extended server task. It cannot be used by other Qt Extended applications.
Creates a new instance of this class with the given parent.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |