kmobiletools
TestPhoneDeviceJob Class Reference
#include <testphonedevice.h>

Detailed Description
Definition at line 30 of file testphonedevice.h.
Public Member Functions | |
| KMobileTools::EngineData * | data () |
| bool | found () |
| QString | path () const |
| TestPhoneDeviceJob (const QString &devicename, AT_Engine *parent) | |
| virtual JobType | type () |
| ~TestPhoneDeviceJob () | |
Protected Member Functions | |
| virtual void | run () |
Protected Attributes | |
| bool | b_closeafterimei |
| bool | b_found |
| QString | deviceName |
| KMobileTools::EngineData * | enginedata |
Constructor & Destructor Documentation
This job just check if a device exists, opens it, and try to get the IMEI code from it.
It is used to scan a devices range, to find the phone to be initialized in the AT Engine.
Definition at line 25 of file testphonedevice.cpp.
| TestPhoneDeviceJob::~TestPhoneDeviceJob | ( | ) |
Definition at line 33 of file testphonedevice.cpp.
Member Function Documentation
| KMobileTools::EngineData* TestPhoneDeviceJob::data | ( | ) | [inline] |
Definition at line 40 of file testphonedevice.h.
| bool TestPhoneDeviceJob::found | ( | ) | [inline] |
Definition at line 41 of file testphonedevice.h.
| QString TestPhoneDeviceJob::path | ( | ) | const [inline] |
Definition at line 42 of file testphonedevice.h.
| void TestPhoneDeviceJob::run | ( | ) | [protected, virtual] |
| virtual JobType TestPhoneDeviceJob::type | ( | ) | [inline, virtual] |
Implements KMobileTools::Job.
Reimplemented in FindDeviceDataJob.
Definition at line 39 of file testphonedevice.h.
Member Data Documentation
bool TestPhoneDeviceJob::b_closeafterimei [protected] |
Definition at line 48 of file testphonedevice.h.
bool TestPhoneDeviceJob::b_found [protected] |
Definition at line 46 of file testphonedevice.h.
QString TestPhoneDeviceJob::deviceName [protected] |
Definition at line 45 of file testphonedevice.h.
KMobileTools::EngineData* TestPhoneDeviceJob::enginedata [protected] |
Definition at line 47 of file testphonedevice.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference