| Home · All Classes · Annotated · Functions |
The QCBSMessage class specifies the contents of a cell broadcast message. More...
#include <QCBSMessage>
The QCBSMessage class specifies the contents of a cell broadcast message.
Cell broadcast messages arrive asynchonously from the network and are delivered to applications via the QSMSRequest::cellBroadcast signal. The most common use of cell broadcast messages is to display cell location information.
Describes the geographical scope of a cell broadcast message.
| Constant | Value |
|---|---|
| QCBSMessage::CellWide | 0 |
| QCBSMessage::PLMNWide | 1 |
| QCBSMessage::LocationAreaWide | 2 |
| QCBSMessage::CellWide2 | 3 |
Describes the language that a cell broadcast message is written in.
| Constant | Value |
|---|---|
| QCBSMessage::German | 0 |
| QCBSMessage::English | 1 |
| QCBSMessage::Italian | 2 |
| QCBSMessage::French | 3 |
| QCBSMessage::Spanish | 4 |
| QCBSMessage::Dutch | 5 |
| QCBSMessage::Swedish | 6 |
| QCBSMessage::Danish | 7 |
| QCBSMessage::Portuguese | 8 |
| QCBSMessage::Finnish | 9 |
| QCBSMessage::Norwegian | 10 |
| QCBSMessage::Greek | 11 |
| QCBSMessage::Turkish | 12 |
Constructs an empty QCBSMessage.
Constructs a copy of msg.
Destructs the QCBSMessage.
Get the channel number for this cell broadcast message. The most common channel number is 50, indicating cell location information.
See also setChannel().
Get the language that this cell broadcast message is expressed in. This can allow applications to distinguish between multiple copies of the same information in different languages.
See also setLanguage().
Get the cell broadcast message code.
See also setMessageCode().
Get the number of pages that make up this cell broadcast message.
See also setNumPages().
Get the page number for this cell broadcast message if the information that it contains is split over multiple pages.
See also setPage().
Get the geographical scope of the message.
See also setScope().
Set the channel number for this cell broadcast message to chan.
See also channel().
Set the language that this cell broadcast message is expressed in to lang.
See also language().
Set the cell broadcast message code to num.
See also messageCode().
Set the number of pages in this cell broadcast message to npages.
See also numPages().
Set the page number for this cell broadcast message to page.
See also page().
Set the geographical scope of the message to scope.
See also scope().
Set the text that is contained in this cell broadcast message to str.
See also text().
Set the update number for this cell broadcast message to num.
See also updateNumber().
Get the text that is contained in this cell broadcast message.
See also setText().
Get the update number for this cell broadcast message.
See also setUpdateNumber().
Determine if this cell broadcast message object is equal to other.
Assigns a copy of msg to this object.
Determine if this cell broadcast message object is equal to other.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |