akonadi
Akonadi::ErrorOverlay Class Reference
#include <erroroverlay_p.h>
Inherits QWidget.
Public Member Functions | |
ErrorOverlay (QWidget *baseWidget, QWidget *parent=0) | |
Protected Member Functions | |
bool | eventFilter (QObject *object, QEvent *event) |
Detailed Description
Overlay widget to block Akonadi-dependent widgets if the Akonadi server is unavailable.
- Todo:
handle initial parent == 0 case correctly, reparent later and hide as long as parent widget is 0
fix hiding in dock widget tabs
Constructor & Destructor Documentation
Akonadi::ErrorOverlay::ErrorOverlay | ( | QWidget * | baseWidget, |
QWidget * | parent = 0 |
||
) | [explicit] |
Create an overlay widget for baseWidget
.
baseWidget
must not be null. parent
must not be equal to baseWidget
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:11 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:11 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.