Public Slots | |
| void | getCallBarringStatus () |
| void | getCallForwardingStatus () |
| void | getCallWaitingStatus () |
| void | getCallerIdentityStatus () |
| void | getMessage (TDes &msg) |
| QString | showResponse () |
Signals | |
| void | printMessage () |
Public Member Functions | |
| SupServices (QObject *parent=0) | |
| ~SupServices () | |
Friends | |
| class | SupServicesPrivate |
Definition at line 49 of file supservices.h.
| SupServices::SupServices | ( | QObject * | parent = 0 |
) | [explicit] |
Constructor, it creates and initializes an instance of symbian private object.
Definition at line 49 of file supservices.cpp.
| SupServices::~SupServices | ( | ) |
Destructor.
Definition at line 58 of file supservices.cpp.
| void SupServices::getCallBarringStatus | ( | ) | [slot] |
Gets the call barring status.
Definition at line 71 of file supservices.cpp.
| void SupServices::getCallForwardingStatus | ( | ) | [slot] |
Gets the call forwarding status.
Definition at line 80 of file supservices.cpp.
| void SupServices::getCallWaitingStatus | ( | ) | [slot] |
Gets the call waiting status.
Definition at line 89 of file supservices.cpp.
| void SupServices::getCallerIdentityStatus | ( | ) | [slot] |
Gets the caller identity status.
Definition at line 98 of file supservices.cpp.
| void SupServices::getMessage | ( | TDes & | message | ) | [slot] |
Sets the supplementary service status message received from the engine.
Definition at line 107 of file supservices.cpp.
| QString SupServices::showResponse | ( | ) | [slot] |
Returns message.
Definition at line 117 of file supservices.cpp.
1.6.2