akonadi
Akonadi::AsyncSelectionHandler Class Reference
#include <asyncselectionhandler_p.h>
Inherits QObject.
Signals | |
void | collectionAvailable (const QModelIndex &index) |
void | itemAvailable (const QModelIndex &index) |
Public Member Functions | |
AsyncSelectionHandler (QAbstractItemModel *model, QObject *parent=0) | |
void | waitForCollection (const Collection &collection) |
void | waitForItem (const Item &item) |
Detailed Description
A helper class to set a current index on a widget with delayed model loading.
Definition at line 42 of file asyncselectionhandler_p.h.
Constructor & Destructor Documentation
AsyncSelectionHandler::AsyncSelectionHandler | ( | QAbstractItemModel * | model, |
QObject * | parent = 0 |
||
) | [explicit] |
Definition at line 26 of file asyncselectionhandler.cpp.
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 Apr 30 2012 21:49:17 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:17 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.