equal
deleted
inserted
replaced
43 |
43 |
44 // FORWARD DECLARATIONS |
44 // FORWARD DECLARATIONS |
45 class CBrushAnimation; |
45 class CBrushAnimation; |
46 class CFsAlfScrollbarLayout; |
46 class CFsAlfScrollbarLayout; |
47 class CAknStylusPopUpMenu; |
47 class CAknStylusPopUpMenu; |
|
48 class CCoeControl; |
48 |
49 |
49 |
50 |
50 class TFSLauncherGridMailboxStatus |
51 class TFSLauncherGridMailboxStatus |
51 { |
52 { |
52 public: |
53 public: |
399 TBool iStylusPopUpMenuLaunched; |
400 TBool iStylusPopUpMenuLaunched; |
400 |
401 |
401 // Contains the ID of a selected mailbox. Used for deleting mailboxes |
402 // Contains the ID of a selected mailbox. Used for deleting mailboxes |
402 // with long tap pop-up menu. |
403 // with long tap pop-up menu. |
403 TFSMailMsgId iMailboxToDelete; |
404 TFSMailMsgId iMailboxToDelete; |
|
405 |
|
406 CCoeControl* iCoeControl; |
404 }; |
407 }; |
405 |
408 |
406 #endif // __FREESTYLEEMAILUI_MAINGRIDUIVISUALISER_H__ |
409 #endif // __FREESTYLEEMAILUI_MAINGRIDUIVISUALISER_H__ |