Qt Mobility Reference Documentation

QContactObserver Class Reference

The QContactObserver class is a simple class that emits a signal when a single particular contact is updated or deleted. More...

 #include <QContactObserver>

Inherits QObject.

Public Functions

void emitContactChanged ()
void emitContactRemoved ()
  • 29 public functions inherited from QObject

Signals

void contactChanged ()
void contactRemoved ()

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QContactObserver class is a simple class that emits a signal when a single particular contact is updated or deleted.

This class is created by calling QContactManager::observeContact(QContactLocalId).

See also QContactManager::observeContact.

Member Function Documentation

void QContactObserver::contactChanged () [signal]

void QContactObserver::contactRemoved () [signal]

void QContactObserver::emitContactChanged ()

This function causes the contactChanged() signal to be emitted.

void QContactObserver::emitContactRemoved ()

This function causes the contactRemoved() signal to be emitted.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.