textinput/peninputgenericitut/inc/peninputgenericitutwindow.h
branchRCL_3
changeset 12 4eb1ae11334f
parent 10 6defe5d1bd39
equal deleted inserted replaced
10:6defe5d1bd39 12:4eb1ae11334f
   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();
   128     void IndiBubbleWithText();
   130     void IndiBubbleWithoutText();
   129     void IndiBubbleWithoutText();
   131     void UpdateIndiBubbleL( TUint8* aData );
   130     void UpdateIndiBubbleL( TUint8* aData );
   132     void SetIndiBubbleImageL( const TInt aImgID1,
   131     void SetIndiBubbleImageL( const TInt aImgID1,
   133                         const TInt aMaskID1,
   132                         const TInt aMaskID1,
   134                         const TInt aImgID2,
   133                         const TInt aImgID2,
   135                         const TInt aMaskID2 );
   134                         const TInt aMaskID2 );
   136     void SetIndiWithTextFlag( TBool aFlag );
   135     void SetIndiWithTextFlag( TBool aFlag );
   137     void MsgBubbleForChinese();
   136     void MsgBubbleForChinese();
   138     void SetSpellDisplayContentL( TUint8* aData );
   137     void SetSpellDisplayContentL( TUint8* aData );
       
   138     void CreateKoreanSpecificCtrlsIfNeededL();
   139 private:
   139 private:
   140     CGenericItutWindow(CGenericItutWindowManager* aWindowMgr, 
   140     CGenericItutWindow(CGenericItutWindowManager* aWindowMgr, 
   141                        CGenericItutUiLayout* aLayoutOwner,
   141                        CGenericItutUiLayout* aLayoutOwner,
   142                        CGenericItutDataMgr* aDataMgr);
   142                        CGenericItutDataMgr* aDataMgr);
   143 
   143