KJobWidgets 5.109.0
|
KJobWidgets namespace. More...
Functions | |
void | setWindow (KJob *job, QWidget *widget) |
Associate this job with a window given by window . | |
void | updateUserTimestamp (KJob *job, unsigned long time) |
Updates the last user action timestamp to the given time. | |
unsigned long | userTimestamp (KJob *job) |
Returns the last user action timestamp. | |
QWidget * | window (KJob *job) |
Return the window associated with this job. | |
KJobWidgets namespace.
void KJobWidgets::setWindow | ( | KJob * | job, |
QWidget * | widget | ||
) |
Associate this job with a window given by window
.
This is used:
void KJobWidgets::updateUserTimestamp | ( | KJob * | job, |
unsigned long | time | ||
) |
Updates the last user action timestamp to the given time.
unsigned long KJobWidgets::userTimestamp | ( | KJob * | job | ) |
Returns the last user action timestamp.
QWidget * KJobWidgets::window | ( | KJob * | job | ) |
Return the window associated with this job.