smf/inc/common/smfcontacts/smfcontact.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
equal deleted inserted replaced
4:969092730d34 5:edb9dc8273d9
    34  * @ingroup smf_common_group
    34  * @ingroup smf_common_group
    35  * The contact class represents a social contact
    35  * The contact class represents a social contact
    36  * 
    36  * 
    37  * Note: This class has dependencies on QtMobility project
    37  * Note: This class has dependencies on QtMobility project
    38  */
    38  */
    39 class SMFCLIENT_EXPORT SmfContact : public QObject
    39 class SMFCLIENT_EXPORT SmfContact
    40 	{
    40 	{
    41 	Q_OBJECT
       
    42 
    41 
    43 public:
    42 public:
    44 	/**
    43 	/**
    45 	 * Constructor with default argument
    44 	 * Constructor with default argument
    46 	 * @param aParent The parent object
    45 	 * @param aParent The parent object
    47 	 */
    46 	 */
    48 	SmfContact( QObject *aParent = 0 );
    47 	SmfContact();
    49 	
    48 	
    50 	/**
    49 	/**
    51 	 * Copy Constructor
    50 	 * Copy Constructor
    52 	 * @param aOther The reference object
    51 	 * @param aOther The reference object
    53 	 */
    52 	 */
    56 	/**
    55 	/**
    57 	 * Destructor
    56 	 * Destructor
    58 	 */
    57 	 */
    59 	~SmfContact( );
    58 	~SmfContact( );
    60 	
    59 	
    61 public slots:
       
    62 	/**
    60 	/**
    63 	 * Method to get the available sub fields for contacts.
    61 	 * Method to get the available sub fields for contacts.
    64 	 * The following are the available sub types of a contact
    62 	 * The following are the available sub types of a contact
    65 	 *   QtMobility::QContactAddress		Address;
    63 	 *   QtMobility::QContactAddress		Address;
    66 	 *   QtMobility::QContactAnniversary	Anniversary;
    64 	 *   QtMobility::QContactAnniversary	Anniversary;