textinput/peninputgenericitut/inc/peninputgenericitutwindowmanager.h
branchRCL_3
changeset 12 4eb1ae11334f
parent 7 a47de9135b21
equal deleted inserted replaced
10:6defe5d1bd39 12:4eb1ae11334f
    97     /* Teleca change begin, 18.05.2009 ssal */
    97     /* Teleca change begin, 18.05.2009 ssal */
    98     static TInt HideByteWarningBubble(TAny* aPointer);
    98     static TInt HideByteWarningBubble(TAny* aPointer);
    99     void HideByteWarningBubble();
    99     void HideByteWarningBubble();
   100     void DisplayWarningNote(const TDesC& aInfo);
   100     void DisplayWarningNote(const TDesC& aInfo);
   101 	/* Teleca change end, 18.05.2009 ssal */
   101 	/* Teleca change end, 18.05.2009 ssal */
   102     TBool IsPortraitWest();
   102     
       
   103     TBool IsAllowHandleRawKeyEvent();
       
   104     
       
   105     void SetAllowHandleRawKeyEventFlag( TBool aFlag );
       
   106     
       
   107     void StartPreventSCTTimer();
       
   108     
       
   109     void StopPreventSCTTimer();
       
   110     void CreateKoreanSpecificCtrlsIfNeededL();
   103 private:
   111 private:
   104 
   112 
   105     CGenericItutWindowManager(CGenericItutUiLayout* aLayoutOwner,
   113     CGenericItutWindowManager(CGenericItutUiLayout* aLayoutOwner,
   106                               CGenericItutDataMgr* iDataMgr);
   114                               CGenericItutDataMgr* iDataMgr);
   107 
   115 
   128     TBool iDimOperationBtn;
   136     TBool iDimOperationBtn;
   129     
   137     
   130     /* Teleca change begin, 18.05.2009 ssal */
   138     /* Teleca change begin, 18.05.2009 ssal */
   131     CPeriodic* iInfoTimer;
   139     CPeriodic* iInfoTimer;
   132     /* Teleca change end, 18.05.2009 ssal */
   140     /* Teleca change end, 18.05.2009 ssal */
       
   141     
       
   142     TBool iAllowHandleRawKeyEvent;
       
   143     CPeriodic* iPreventCSTTimer;
   133     };
   144     };
   134 
   145 
   135 inline CGenericItutWindow* CGenericItutWindowManager::Window()
   146 inline CGenericItutWindow* CGenericItutWindowManager::Window()
   136 	{
   147 	{
   137 	return iWindow;	
   148 	return iWindow;