Home · All Classes · Grouped Classes · Annotated · Functions

CellBroadcastControl Class Reference

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

    #include <CellBroadcastControl>

Inherits QObject.

Public Types

Public Functions

Signals

Static Public Members

Additional Inherited Members


Detailed Description

The CellBroadcastControl class monitors incoming cell broadcast messages.


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.

CellBroadcastControl * CellBroadcastControl::instance ()   [static]

Return the single instance of CellBroadcastControl.


Copyright © 2007 Trolltech Trademarks
Qtopia 4.2.5