tpbkcontactitemfield.h File Reference

API published in: S60 1st Ed
API deprecated in: S60 5th Ed

Link against: pbkeng.lib

Capability Information

Required Capabilities

ReadUserData WriteUserData


#include <e32std.h>
#include "MPbkFieldData.h"
#include <cntdef.h>
#include "PbkIconId.hrh"
#include <cntitem.h>
#include <cntfldst.h>

Go to the source code of this file.


Data Structures

class   TPbkContactItemField
  Phonebook Contact item field class. More...

Functions

IMPORT_C TBool  operator== (const TPbkContactItemField &aLeft, const TPbkContactItemField &aRight)
  Returns ETrue if aLeft has same contents as aRight.
TBool  operator!= (const TPbkContactItemField &aLeft, const TPbkContactItemField &aRight)
  Returns !(aLeft==aRight).

Function Documentation

TBool operator!= const TPbkContactItemField aLeft,
const TPbkContactItemField aRight
[inline]
 

Returns !(aLeft==aRight).

IMPORT_C TBool operator== const TPbkContactItemField aLeft,
const TPbkContactItemField aRight
 

Returns ETrue if aLeft has same contents as aRight.

Doesn't compare everything (all field flags etc.) but all the attributes that could affect how this field looks like in the Phonebook UI. This function can be used to determine wheter to update this field in the UI.


Copyright © Nokia Corporation 2001-2008
Back to top