phonebookui/pbkcommonui/inc/cntdetailorderinghelper.h
changeset 61 d30183af6ca6
parent 46 efe85016a067
equal deleted inserted replaced
56:d508aa856878 61:d30183af6ca6
    66         EUrl = 0,
    66         EUrl = 0,
    67         EUrlHome,
    67         EUrlHome,
    68         EUrlWork
    68         EUrlWork
    69     };
    69     };
    70     
    70     
       
    71     enum CntAddressPosition
       
    72     {
       
    73         EAddress = 0,
       
    74         EAddressHome,
       
    75         EAddressWork
       
    76     };
       
    77     
    71 public:
    78 public:
    72     static QList<QContactPhoneNumber> getOrderedSupportedPhoneNumbers( const QContact& contact );
    79     static QList<QContactPhoneNumber> getOrderedSupportedPhoneNumbers( const QContact& contact );
    73     static QList<QContactOnlineAccount> getOrderedSupportedOnlineAccounts( const QContact& contact );
    80     static QList<QContactOnlineAccount> getOrderedSupportedOnlineAccounts( const QContact& contact );
    74     static QList<QContactEmailAddress> getOrderedEmailAccounts( const QContact& contact );
    81     static QList<QContactEmailAddress> getOrderedEmailAccounts( const QContact& contact );
    75     static QList<QContactUrl> getOrderedUrls( const QContact& contact );
    82     static QList<QContactUrl> getOrderedUrls( const QContact& contact );
       
    83     static QList<QContactAddress> getOrderedAddresses( const QContact& contact );
    76 };
    84 };
    77 
    85 
    78 #endif /* CNTPHONENUMBERHELPER_H */
    86 #endif /* CNTPHONENUMBERHELPER_H */