textinput/peninputgenericitut/inc/peninputgenericitutwindow.h
branchRCL_3
changeset 7 a47de9135b21
parent 0 eb1f2e154e89
child 8 6ceef9a83b1a
equal deleted inserted replaced
3:f5a1e66df979 7:a47de9135b21
   123     void SetHardKeyOneSymbol(TUint8* aData);
   123     void SetHardKeyOneSymbol(TUint8* aData);
   124     void SetHardKeyOneSymbolL(TUint8* aData);
   124     void SetHardKeyOneSymbolL(TUint8* aData);
   125     
   125     
   126     void HandleButtonResOnLangDirChange( TInt aControlId );
   126     void HandleButtonResOnLangDirChange( TInt aControlId );
   127     void HandleButtonResOnLangDirChangeL( TInt aControlId );
   127     void HandleButtonResOnLangDirChangeL( TInt aControlId );
       
   128     TBool IsPortraitWest();
       
   129     void IndiBubbleWithText();
       
   130     void IndiBubbleWithoutText();
       
   131     void UpdateIndiBubbleL( TUint8* aData );
       
   132     void SetIndiBubbleImageL( const TInt aImgID1,
       
   133                         const TInt aMaskID1,
       
   134                         const TInt aImgID2,
       
   135                         const TInt aMaskID2 );
       
   136     void SetIndiWithTextFlag( TBool aFlag );
   128 private:
   137 private:
   129     CGenericItutWindow(CGenericItutWindowManager* aWindowMgr, 
   138     CGenericItutWindow(CGenericItutWindowManager* aWindowMgr, 
   130                        CGenericItutUiLayout* aLayoutOwner,
   139                        CGenericItutUiLayout* aLayoutOwner,
   131                        CGenericItutDataMgr* aDataMgr);
   140                        CGenericItutDataMgr* aDataMgr);
   132 
   141 
   249     CGenericItutWindowManager* iWindowMgr;
   258     CGenericItutWindowManager* iWindowMgr;
   250     CAknFepCtrlCommonBgCtrl* iBackgroundCtrl;
   259     CAknFepCtrlCommonBgCtrl* iBackgroundCtrl;
   251     CFepInputContextField* iSpell;
   260     CFepInputContextField* iSpell;
   252 	CPeninputSyncBitmapRotator* iBmpRotator;    
   261 	CPeninputSyncBitmapRotator* iBmpRotator;    
   253     TFepSymbolOfHardwareOne iSymbolData;
   262     TFepSymbolOfHardwareOne iSymbolData;
       
   263     TBool iIndiWithText;
   254     };
   264     };
   255 
   265 
   256 inline CFepLayoutMultiLineIcf* CGenericItutWindow::Icf()
   266 inline CFepLayoutMultiLineIcf* CGenericItutWindow::Icf()
   257     {
   267     {
   258     return iICF;   
   268     return iICF;