fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlPinyinPopup.h
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   502 	CAknFepUICtrlPinyinPopup(CAknFepUiLayoutDataMgr* aLafDataMgr);
   502 	CAknFepUICtrlPinyinPopup(CAknFepUiLayoutDataMgr* aLafDataMgr);
   503     /**
   503     /**
   504      * second phase construction
   504      * second phase construction
   505      */
   505      */
   506     void ConstructL(RWindow& aParent);
   506     void ConstructL(RWindow& aParent);
   507 
   507 	/**
       
   508      * Construct arrow bitmap class
       
   509      */
       
   510 	void ConstructBitmapsL();
   508     /**
   511     /**
   509      * layout the rectangles
   512      * layout the rectangles
   510      */
   513      */
   511     void LayoutRects();
   514     void LayoutRects();
   512 
   515 
   586 private: // the following are not owned
   589 private: // the following are not owned
   587     CAknFepUiLayoutDataMgr* iLafDataMgr;
   590     CAknFepUiLayoutDataMgr* iLafDataMgr;
   588     MAknFepUICtrlPinyinPopupSizeChangedObserver* iSizeChangedObserver;
   591     MAknFepUICtrlPinyinPopupSizeChangedObserver* iSizeChangedObserver;
   589 private: // the following are owned
   592 private: // the following are owned
   590     CAknsFrameBackgroundControlContext* iBgContext; 
   593     CAknsFrameBackgroundControlContext* iBgContext; 
       
   594     CFbsBitmap* iNaviArrowBitmapLeft;
       
   595     CFbsBitmap* iNaviArrowBitmapLeftMask;
       
   596     CFbsBitmap* iNaviArrowBitmapRight;
       
   597     CFbsBitmap* iNaviArrowBitmapRightMask;
   591 
   598 
   592 private:
   599 private:
       
   600 	TAknLayoutRect iIndiFepArrowLeft;
       
   601     TAknLayoutRect iIndiFepArrowRight;
   593     TInt iSelected;
   602     TInt iSelected;
   594     TInt iEnabled;
   603     TInt iEnabled;
   595     TToneMark iToneMark;
   604     TToneMark iToneMark;
   596    	TAknLayoutRect iRectCoverMainPaneInput;
   605    	TAknLayoutRect iRectCoverMainPaneInput;
   597     TAknLayoutRect iRectFirstShadowInput;
   606     TAknLayoutRect iRectFirstShadowInput;