kmobiletools
KMobileTools::Job Class Reference
#include <job.h>
Inheritance diagram for KMobileTools::Job:

Detailed Description
- Todo:
- adjust this class to the interface-driven mechanism (what to do about the job types?)
Definition at line 31 of file job.h.
Public Types | |
| enum | JobType { UserJob = 255, initPhone = 0, pollStatus = -1, fetchSMS = -2, fetchAddressBook = -3, fetchPhoneInfos = -4, testPhoneFeatures = -5, syncDateTimeJob = -6, selectSMSSlot = -7, selectCharacterSet = -8, sendSMS = -9, storeSMS = -10, sendStoredSMS = -11, addAddressee = -12, delAddressee = -13, editAddressee = -14, smsFolders = -15, delSMS = -16, fetchKCal = -17 } |
Signals | |
| void | percentDone (quint8) |
Public Member Functions | |
| Job (Job *pjob, QObject *parent=0) | |
| Job (const QString &owner, QObject *parent=0) | |
| virtual JobType | type ()=0 |
| const QString | typeString () |
| ~Job () | |
Protected Slots | |
| void | slotPercentDone (quint8) |
| void | slotPercentDone () |
Protected Member Functions | |
| quint8 | percentDone () |
| void | setPercentDone (quint8 percentDone) |
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
| void KMobileTools::Job::percentDone | ( | quint8 | ) | [signal] |
| void KMobileTools::Job::setPercentDone | ( | quint8 | percentDone | ) | [protected] |
| void KMobileTools::Job::slotPercentDone | ( | quint8 | p | ) | [protected, slot] |
| void KMobileTools::Job::slotPercentDone | ( | ) | [protected, slot] |
| virtual JobType KMobileTools::Job::type | ( | ) | [pure virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference