SystemTray::Job Class Reference
#include <job.h>
List of all members.
Detailed Description
Definition at line 29 of file job.h.
Member Enumeration Documentation
- Enumerator:
-
Running |
|
Suspended |
|
Stopped |
|
Definition at line 34 of file job.h.
Constructor & Destructor Documentation
SystemTray::Job::Job |
( |
QObject * |
parent = 0 |
) |
|
SystemTray::Job::~Job |
( |
|
) |
[virtual] |
Member Function Documentation
QString SystemTray::Job::applicationIconName |
( |
|
) |
const |
- Returns:
- the name of the icon to be used for this job.
Definition at line 94 of file job.cpp.
QString SystemTray::Job::applicationName |
( |
|
) |
const |
- Returns:
- the name of the application which started this job.
Definition at line 81 of file job.cpp.
Emitted when the job changes.
void SystemTray::Job::destroy |
( |
|
) |
|
Request and signal destruction of this object.
Definition at line 75 of file job.cpp.
Emitted when the job is about to be destroyed.
QString SystemTray::Job::error |
( |
|
) |
const |
- Returns:
- the errormessage if an error has occured.
Definition at line 120 of file job.cpp.
bool SystemTray::Job::isKillable |
( |
|
) |
const |
bool SystemTray::Job::isSuspendable |
( |
|
) |
const |
- Returns:
- a list of pairs containing label names/values in the order they should be displayed.
Definition at line 183 of file job.cpp.
QString SystemTray::Job::message |
( |
|
) |
const |
- Returns:
- the descripion of the activity that is performed.
Definition at line 107 of file job.cpp.
uint SystemTray::Job::percentage |
( |
|
) |
const |
the percentage of the job that has been completed.
Definition at line 194 of file job.cpp.
QMap< QString, qlonglong > SystemTray::Job::processedAmounts |
( |
|
) |
const |
Emitted when the job is ready to be shown.
void SystemTray::Job::resume |
( |
|
) |
[virtual, slot] |
void SystemTray::Job::setApplicationIconName |
( |
const QString & |
applicationIcon |
) |
[protected] |
void SystemTray::Job::setApplicationName |
( |
const QString & |
applicationName |
) |
[protected] |
void SystemTray::Job::setError |
( |
const QString & |
error |
) |
[protected] |
void SystemTray::Job::setKillable |
( |
bool |
killable |
) |
[protected] |
void SystemTray::Job::setMessage |
( |
const QString & |
message |
) |
[protected] |
void SystemTray::Job::setPercentage |
( |
uint |
percentage |
) |
[protected] |
void SystemTray::Job::setProcessedAmounts |
( |
QMap< QString, qlonglong > |
amount |
) |
[protected] |
void SystemTray::Job::setSpeed |
( |
const QString & |
speed |
) |
[protected] |
void SystemTray::Job::setState |
( |
State |
state |
) |
[protected] |
void SystemTray::Job::setSuspendable |
( |
bool |
suspendable |
) |
[protected] |
void SystemTray::Job::setTotalAmounts |
( |
QMap< QString, qlonglong > |
amount |
) |
[protected] |
QString SystemTray::Job::speed |
( |
|
) |
const |
- Returns:
- the speed at which the jobs is progressing.
Definition at line 133 of file job.cpp.
- Returns:
- the state this job is in.
Definition at line 170 of file job.cpp.
void SystemTray::Job::stop |
( |
|
) |
[virtual, slot] |
void SystemTray::Job::suspend |
( |
|
) |
[virtual, slot] |
void SystemTray::Job::timerEvent |
( |
QTimerEvent * |
|
) |
[protected] |
QMap< QString, qlonglong > SystemTray::Job::totalAmounts |
( |
|
) |
const |
The documentation for this class was generated from the following files: