QContactLocalIdFetchRequest Class ReferenceThe QContactLocalIdFetchRequest class allows a client to asynchronously request a list of contact ids from a contacts store manager. More... #include <QContactLocalIdFetchRequest> Inherits QContactAbstractRequest. Public Functions
Additional Inherited Members
Detailed DescriptionThe QContactLocalIdFetchRequest class allows a client to asynchronously request a list of contact ids from a contacts store manager. For a QContactLocalIdFetchRequest, the resultsAvailable() signal will be emitted when the resultant manager-local contact ids (which may be retrieved by calling ids()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated. Please see the class documentation of QContactAbstractRequest for more information about the usage of request classes and ownership semantics. Member Function Documentation
|