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()
|
explicit |
Definition at line 26 of file asyncselectionhandler.cpp.
◆ ~AsyncSelectionHandler()
AsyncSelectionHandler::~AsyncSelectionHandler | ( | ) |
Definition at line 36 of file asyncselectionhandler.cpp.
Member Function Documentation
◆ waitForCollection()
void AsyncSelectionHandler::waitForCollection | ( | const Collection & | collection | ) |
Definition at line 68 of file asyncselectionhandler.cpp.
◆ waitForItem()
void AsyncSelectionHandler::waitForItem | ( | const Item & | item | ) |
Definition at line 75 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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.