API published in: S60 1st Ed
API deprecated in: S60 5th Ed
Link against: pbkeng.lib
Required Capabilities
ReadUserData WriteUserData
#include <cpbkidlefinder.h>
Wrapper for Contact Model's CIdleFinder.
Public Member Functions |
|
CPbkIdleFinder (CIdleFinder *aFinder, CContactItemFieldDef *aFieldDef) | |
Constructor. |
|
~CPbkIdleFinder () | |
Destructor. |
|
IMPORT_C TBool | IsComplete () const |
Tests whether a search is complete. |
|
IMPORT_C CContactIdArray * | TakeContactIds () |
Gives access and ownership of the contact ids found in the search. |
|
IMPORT_C TInt | Error () const |
Check for errors when search is complete. |
|
IMPORT_C CIdleFinder * | IdleFinder () const |
Returns the CIdleFinder passed to constructor. |
|
IMPORT_C CContactItemFieldDef * | FieldDef () const |
Returns the CContactItemFieldDef passed to constructor. |
|
Constructor. Not exported because objects of this class are created only by CPbkContactEngine.
|
|
Destructor. |
|
Check for errors when search is complete.
|
|
Returns the CContactItemFieldDef passed to constructor. Ownership not transferred.
|
|
Returns the CIdleFinder passed to constructor. Ownership not transferred.
|
|
Tests whether a search is complete.
|
|
Gives access and ownership of the contact ids found in the search.
|