uifw/ganes/inc/HgVgLetterPopup.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 16 71dd06cfe933
--- a/uifw/ganes/inc/HgVgLetterPopup.h	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/ganes/inc/HgVgLetterPopup.h	Mon Mar 15 12:41:34 2010 +0200
@@ -80,6 +80,11 @@
     void SetLayouts(const TAknWindowComponentLayout& aPopupLayout, 
             const TAknTextComponentLayout& aTextLayout, const TRect& aParentRect);
     
+    /**
+     * 
+     */
+    void EnableLanscapeRendering(TBool enabled);
+
 protected: // Constructors
     CHgVgPopup();
 
@@ -98,6 +103,7 @@
     TAknWindowComponentLayout iPopupLayout;
     TAknTextComponentLayout iTextLayout;
     TRect iParentRect;
+    TBool iLandscape;
     };
 
 #endif /* HGVGLETTERPOPUP_H */