MVPbkContactFieldOrdering Class Reference
#include
<app/MVPbkContactFieldOrdering.h>
class MVPbkContactFieldOrdering |
Detailed Description
Virtual Phonebook Contact field ordering interface. This inteface is used for comparing two contact fields, when setting up a field ordering.
Constructor & Destructor Documentation
~MVPbkContactFieldOrdering ( )
~MVPbkContactFieldOrdering | ( | ) | [protected, inline, virtual] |
Member Function Documentation
CompareFields ( const MVPbkBaseContactField &, const MVPbkBaseContactField & )
Returns the relative ordering of two fields.
Parameter | Description | aLhs | Left-hand side of the compare. |
aRhs | Right-hand side of the compare. |
Returns: <0 if aLhs < aRhs, >0 if aLhs > aRhs or 0 if aLhs==aRhs.
ContactFieldOrderingExtension ( TUid )
TAny * | ContactFieldOrderingExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
Returns: Extension point or NULL.