Member Function Documentation
QOrganizerItemObserver::QOrganizerItemObserver(QOrganizerManager * manager, const QOrganizerItemId & itemId, QObject * parent = 0)
Constructs a QOrganizerItemObserver to observe the item in manager with the given itemId and a parent object.
QOrganizerItemObserver::~QOrganizerItemObserver()
Destroys this observer.
void QOrganizerItemObserver::itemChanged() [signal]
This signal is emitted when the observed item is changed in the manager.
QOrganizerItemId QOrganizerItemObserver::itemId() const
Returns the ID of the item that this object observes.
void QOrganizerItemObserver::itemRemoved() [signal]
This signal is emitted when the observed item is removed from the manager.