emailuis/nmailui/inc/nmviewerheader.h
changeset 47 f83bd4ae1fe3
parent 18 578830873419
child 56 15bc1d5d6267
equal deleted inserted replaced
45:780f926bc26c 47:f83bd4ae1fe3
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description: NMail viewer view header widget definition
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef NMVIEWERHEADER_H_
    19 #ifndef NMVIEWERHEADER_H_
    52     void setHeaderData();
    52     void setHeaderData();
    53     void createExpandableHeader();
    53     void createExpandableHeader();
    54     QString formatRecipientList(const QString &sender,
    54     QString formatRecipientList(const QString &sender,
    55                                 const QList<NmAddress> &to,
    55                                 const QList<NmAddress> &to,
    56                                 const QList<NmAddress> &cc);
    56                                 const QList<NmAddress> &cc);
    57     QString addressToDisplayInHtml(const NmAddress &addr);
    57     QString addressToDisplay(const NmAddress &addr);
    58     
    58     
    59 private:
    59 private:
    60     NmMessage *mMessage;                 // Not owned
    60     NmMessage *mMessage;                 // Not owned
    61     QString mSenderName;                // Not owned
    61     QString mSenderName;                // Not owned
    62     HbTextItem *mSubject;                   // Not owned
    62     HbTextItem *mSubject;                   // Not owned