Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

CellBroadcastControl Class Reference
[QtCellModule]

The CellBroadcastControl class monitors incoming cell broadcast messages. More...

    #include <CellBroadcastControl>

Inherits QObject.

Public Types

Public Functions

Signals

Additional Inherited Members


Detailed Description

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.


Member Type Documentation

enum CellBroadcastControl::Type

Represents the type of a received cell broadcast message.

ConstantValueDescription
CellBroadcastControl::Popup0A popup message. The text should be shown to the user immediately.
CellBroadcastControl::Background1A background message. The text should be shown on the homescreen.


Member Function Documentation

CellBroadcastControl::CellBroadcastControl ( QObject * parent = 0 )

Constructs a new CellBroadcastControl instance with the specified parent.

void CellBroadcastControl::broadcast ( CellBroadcastControl::Type type, const QString & channel, const QString & text )   [signal]

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