Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The CellBroadcastControl class monitors incoming cell broadcast messages. More...
#include <CellBroadcastControl>
Inherits QObject.
The CellBroadcastControl class monitors incoming cell broadcast messages.
This task opens a message box if a cellbroadcast message of type CellBroadcastControl::Popup is received and notfies the message board task about any background broadcasts. 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 CellBroadcast\DisablePopup key to true in the Trolltech/Phone configuration file. If this setting is missing, the CellBroadcastControl class opens the above mentioned popup box.
This class is a Qt Extended server task. It is part of the Qt Extended server and cannot be used by other Qt Extended applications.
See also MessageBoard.
Represents the type of a received cell broadcast message.
Constant | Value | Description |
---|---|---|
CellBroadcastControl::Popup | 0 | A popup message. The text should be shown to the user immediately. |
CellBroadcastControl::Background | 1 | A background message. The text should be shown on the homescreen. |
Constructs a new CellBroadcastControl instance with the specified parent.
Emitted whenever a new cell broadcast message of the given type is received. channel indicates the channel on which the message was received and text its text.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |