uifw/ganes/inc/HgVgLetterPopup.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 16 71dd06cfe933
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    78      * 
    78      * 
    79      */
    79      */
    80     void SetLayouts(const TAknWindowComponentLayout& aPopupLayout, 
    80     void SetLayouts(const TAknWindowComponentLayout& aPopupLayout, 
    81             const TAknTextComponentLayout& aTextLayout, const TRect& aParentRect);
    81             const TAknTextComponentLayout& aTextLayout, const TRect& aParentRect);
    82     
    82     
       
    83     /**
       
    84      * 
       
    85      */
       
    86     void EnableLanscapeRendering(TBool enabled);
       
    87 
    83 protected: // Constructors
    88 protected: // Constructors
    84     CHgVgPopup();
    89     CHgVgPopup();
    85 
    90 
    86     void ConstructL ( );
    91     void ConstructL ( );
    87 
    92 
    96     HBufC* iPrevText;
   101     HBufC* iPrevText;
    97     
   102     
    98     TAknWindowComponentLayout iPopupLayout;
   103     TAknWindowComponentLayout iPopupLayout;
    99     TAknTextComponentLayout iTextLayout;
   104     TAknTextComponentLayout iTextLayout;
   100     TRect iParentRect;
   105     TRect iParentRect;
       
   106     TBool iLandscape;
   101     };
   107     };
   102 
   108 
   103 #endif /* HGVGLETTERPOPUP_H */
   109 #endif /* HGVGLETTERPOPUP_H */