The QOrganizerItemObserver class is a simple class that emits a signal when a single particular item is updated or deleted. More...
#include <QOrganizerItemObserver>
Inherits QObject.
void | emitItemChanged () |
void | emitItemRemoved () |
void | itemChanged () |
void | itemRemoved () |
The QOrganizerItemObserver class is a simple class that emits a signal when a single particular item is updated or deleted.
This class is created by calling QOrganizerManager::observeItem(QOrganizerItemId).
See also QOrganizerManager::observeItem.
This function causes the itemChanged() signal to be emitted.
This function causes the itemRemoved() signal to be emitted.