uifw/ganes/inc/HgVgButton.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    92     /**
    92     /**
    93      * 
    93      * 
    94      */
    94      */
    95     void Draw(const TRect& aWindowRect, TReal aAlpha=1);
    95     void Draw(const TRect& aWindowRect, TReal aAlpha=1);
    96     
    96     
       
    97     /**
       
    98      * 
       
    99      */
       
   100     void EnableLandscapeRendering(TBool aEnabled);
       
   101     
    97 private: 
   102 private: 
    98 
   103 
    99     TSize iSize;
   104     TSize iSize;
   100     TPoint iPosition;
   105     TPoint iPosition;
   101     VGImage iImage;
   106     VGImage iImage;
   102     TBool iEnabled;
   107     TBool iEnabled;
   103     TBool iPointerDown;
   108     TBool iPointerDown;
       
   109     TBool iLandscape;
   104     
   110     
   105     };
   111     };
   106 
   112 
   107 #endif /* HGVGBUTTON_H */
   113 #endif /* HGVGBUTTON_H */