equal
deleted
inserted
replaced
39 public: // Data |
39 public: // Data |
40 TBool iExtraItem; |
40 TBool iExtraItem; |
41 TMsvId iMsvId; |
41 TMsvId iMsvId; |
42 TMcePrintableText iPrintableText; |
42 TMcePrintableText iPrintableText; |
43 TInt iIconIndex; |
43 TInt iIconIndex; |
|
44 TMcePrintableText iSecondaryText; |
44 #ifdef RD_MSG_NAVIPANE_IMPROVEMENT |
45 #ifdef RD_MSG_NAVIPANE_IMPROVEMENT |
45 TInt iMessageCount; |
46 TInt iMessageCount; |
46 #endif // RD_MSG_NAVIPANE_IMPROVEMENT |
47 #endif // RD_MSG_NAVIPANE_IMPROVEMENT |
47 }; |
48 }; |
48 |
49 |
53 TInt iCommandId; |
54 TInt iCommandId; |
54 TInt iIconIndex; |
55 TInt iIconIndex; |
55 TInt iApplicationUid; |
56 TInt iApplicationUid; |
56 TMcePrintableText iPrintableText; |
57 TMcePrintableText iPrintableText; |
57 TMcePrintableText iCommandText; |
58 TMcePrintableText iCommandText; |
|
59 TMcePrintableText iSecondaryText; |
58 }; |
60 }; |
59 |
61 |
60 typedef CArrayFixFlat<TMceMainViewExtraItem> CMceMainViewExtraItemArray; |
62 typedef CArrayFixFlat<TMceMainViewExtraItem> CMceMainViewExtraItemArray; |
61 |
63 |
62 #endif // MCELISTITEM_H |
64 #endif // MCELISTITEM_H |