fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlPinyinPopup.h
--- a/fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlPinyinPopup.h Wed Sep 15 12:34:44 2010 +0300
+++ b/fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlPinyinPopup.h Wed Oct 13 14:55:58 2010 +0300
@@ -504,7 +504,10 @@
* second phase construction
*/
void ConstructL(RWindow& aParent);
-
+ /**
+ * Construct arrow bitmap class
+ */
+ void ConstructBitmapsL();
/**
* layout the rectangles
*/
@@ -588,8 +591,14 @@
MAknFepUICtrlPinyinPopupSizeChangedObserver* iSizeChangedObserver;
private: // the following are owned
CAknsFrameBackgroundControlContext* iBgContext;
+ CFbsBitmap* iNaviArrowBitmapLeft;
+ CFbsBitmap* iNaviArrowBitmapLeftMask;
+ CFbsBitmap* iNaviArrowBitmapRight;
+ CFbsBitmap* iNaviArrowBitmapRightMask;
private:
+ TAknLayoutRect iIndiFepArrowLeft;
+ TAknLayoutRect iIndiFepArrowRight;
TInt iSelected;
TInt iEnabled;
TToneMark iToneMark;