KJobWidgets
KJobWidgets Namespace Reference
Functions | |
KJOBWIDGETS_EXPORT void | setWindow (KJob *job, QWidget *widget) |
KJOBWIDGETS_EXPORT void | updateUserTimestamp (KJob *job, unsigned long time) |
KJOBWIDGETS_EXPORT unsigned long | userTimestamp (KJob *job) |
KJOBWIDGETS_EXPORT QWidget * | window (KJob *job) |
Detailed Description
KJobWidgets namespace.
Function Documentation
◆ setWindow()
Associate this job with a window given by window
.
This is used:
- by KDialogJobUiDelegate as parent widget for error messages
- by KWidgetJobTracker as parent widget for progress dialogs
- by KIO::AbstractJobInteractionInterface as parent widget for rename/skip dialogs and possibly more.
- by KIO::DropJob as parent widget of popup menus. This is required on Wayland to properly position the menu.
- Since
- 5.0
Definition at line 14 of file kjobwidgets.cpp.
◆ updateUserTimestamp()
void KJobWidgets::updateUserTimestamp | ( | KJob * | job, |
unsigned long | time | ||
) |
Updates the last user action timestamp to the given time.
- Since
- 5.0
Definition at line 36 of file kjobwidgets.cpp.
◆ userTimestamp()
unsigned long KJobWidgets::userTimestamp | ( | KJob * | job | ) |
◆ window()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 4 2023 04:10:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 4 2023 04:10:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.