KWidgetsAddons
kjobwidgets.h
50KWIDGETSADDONS_EXPORT KWIDGETSADDONS_DEPRECATED_VERSION(6, 5, "Use KJobWindows::setWindow() instead") void setWindowHandle(QObject *job, QWindow *window);
71KWIDGETSADDONS_EXPORT KWIDGETSADDONS_DEPRECATED_VERSION(6, 5, "Use KJobWindows::window() instead") QWindow *windowHandle(QObject *job);
void setWindow(QObject *job, QWidget *widget)
Associate this job with a window given by window.
Definition kjobwidgets.cpp:14
void updateUserTimestamp(QObject *job, unsigned long time)
Updates the last user action timestamp to the given time.
Definition kjobwidgets.cpp:59
unsigned long userTimestamp(QObject *job)
Returns the last user action timestamp.
Definition kjobwidgets.cpp:67
void setWindowHandle(QObject *job, QWindow *window)
Associate this job with a window given by window.
Definition kjobwidgets.cpp:27
QWidget * window(QObject *job)
Return the window associated with this job.
Definition kjobwidgets.cpp:36
QWindow * windowHandle(QObject *job)
Returns the window handle associated with this job.
Definition kjobwidgets.cpp:42
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.