Member Function Documentation
QContactObserver::QContactObserver(QContactManager * manager, QContactId contactId, QObject * parent = 0)
Constructs a QContactObserver to observe the contact in manager with the given contactId and parent object.
QContactObserver::~QContactObserver()
Destroys this observer.
void QContactObserver::contactChanged() [signal]
This signal is emitted when the observed contact is changed in the manager.
QContactId QContactObserver::contactId() const
Returns the contact id of the contact that this object observes.
void QContactObserver::contactRemoved() [signal]
This signal is emitted when the observed contact is removed from the manager.