kmobiletools
SendSMS Class Reference
#include <sms_jobs.h>
Inheritance diagram for SendSMS:

Detailed Description
Sends a short message via the mobile phone.Definition at line 183 of file sms_jobs.h.
Public Member Functions | |
| SendSMS (KMobileTools::Job *pjob, const QString &number, const QString &text, KMobileTools::SerialManager *device, AT_Engine *parent=0) | |
| SendSMS (KMobileTools::Job *pjob, KMobileTools::SMS *sms, KMobileTools::SerialManager *device, AT_Engine *parent=0) | |
| bool | succeeded () |
| JobType | type () |
Protected Member Functions | |
| void | run () |
| bool | sendSingleSMS (const QString &number, const QString &text) |
Protected Attributes | |
| ATSMS * | p_sms |
| bool | pdu |
Constructor & Destructor Documentation
| SendSMS::SendSMS | ( | KMobileTools::Job * | pjob, | |
| KMobileTools::SMS * | sms, | |||
| KMobileTools::SerialManager * | device, | |||
| AT_Engine * | parent = 0 | |||
| ) |
Definition at line 630 of file sms_jobs.cpp.
| SendSMS::SendSMS | ( | KMobileTools::Job * | pjob, | |
| const QString & | number, | |||
| const QString & | text, | |||
| KMobileTools::SerialManager * | device, | |||
| AT_Engine * | parent = 0 | |||
| ) |
Definition at line 622 of file sms_jobs.cpp.
Member Function Documentation
| void SendSMS::run | ( | ) | [protected] |
Definition at line 637 of file sms_jobs.cpp.
- Todo:
- this config entry has been removed, port or remove...
Definition at line 653 of file sms_jobs.cpp.
| bool SendSMS::succeeded | ( | ) | [inline] |
Definition at line 189 of file sms_jobs.h.
| JobType SendSMS::type | ( | ) | [inline, virtual] |
Member Data Documentation
ATSMS* SendSMS::p_sms [protected] |
Definition at line 194 of file sms_jobs.h.
bool SendSMS::pdu [protected] |
Definition at line 192 of file sms_jobs.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference