The ExtendedStorageObserver class.
More...
#include <extendedstorageobserver.h>
◆ ~ExtendedStorageObserver()
virtual mKCal::ExtendedStorageObserver::~ExtendedStorageObserver |
( |
| ) |
|
|
inlinevirtual |
◆ storageFinished()
virtual void mKCal::ExtendedStorageObserver::storageFinished |
( |
ExtendedStorage * |
storage, |
|
|
bool |
error, |
|
|
const QString & |
info |
|
) |
| |
|
pure virtual |
Notify the Observer that a Storage has finished an action.
- Parameters
-
storage | is a pointer to the ExtendedStorage object that is being observed. |
error | true if action was unsuccessful; false otherwise |
info | textual information |
◆ storageModified()
virtual void mKCal::ExtendedStorageObserver::storageModified |
( |
ExtendedStorage * |
storage, |
|
|
const QString & |
info |
|
) |
| |
|
pure virtual |
Notify the Observer that a Storage has been modified.
- Parameters
-
storage | is a pointer to the ExtendedStorage object that is being observed. |
info | uids inserted/updated/deleted, modified file etc. |
◆ storageProgress()
virtual void mKCal::ExtendedStorageObserver::storageProgress |
( |
ExtendedStorage * |
storage, |
|
|
const QString & |
info |
|
) |
| |
|
pure virtual |
Notify the Observer that a Storage is executing an action.
This callback is called typically for example every time an incidence has been loaded.
- Parameters
-
storage | is a pointer to the ExtendedStorage object that is being observed. |
info | textual information |
The documentation for this class was generated from the following file: