akonadi/contact
WaitingOverlay Class Reference
#include <waitingoverlay_p.h>
Inherits QWidget.
Public Member Functions | |
WaitingOverlay (KJob *job, QWidget *baseWidget, QWidget *parent=0) | |
Protected Member Functions | |
bool | eventFilter (QObject *object, QEvent *event) |
Detailed Description
Overlay widget to block widgets while a job is running.
Constructor & Destructor Documentation
WaitingOverlay::WaitingOverlay | ( | KJob * | job, |
QWidget * | baseWidget, | ||
QWidget * | parent = 0 |
||
) | [explicit] |
Create an overlay widget on baseWidget
for job
.
baseWidget
must not be null. parent
must not be equal to baseWidget
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:09:54 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:09:54 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.