textinput/peninputfingerhwrar/inc/peninputfingerhwrarlayout.h
branchRCL_3
changeset 7 a47de9135b21
parent 3 f5a1e66df979
child 10 6defe5d1bd39
equal deleted inserted replaced
3:f5a1e66df979 7:a47de9135b21
     1 /*
     1 /*
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   441      * 
   441      * 
   442      * @since S60 v5.0
   442      * @since S60 v5.0
   443      * @param aGuideLineOn  guide line on or off.
   443      * @param aGuideLineOn  guide line on or off.
   444      * @return none
   444      * @return none
   445      */    
   445      */    
   446     void SetGuideLineOn(const TBool aGuideLineOn);
   446     void SetGuideLineOn(TBool aGuideLineOn);
   447     
       
   448     /**
       
   449      * get current state manager. 
       
   450      * 
       
   451      * @since S60 v5.0
       
   452      * @return current state manager  
       
   453      */
       
   454     CPeninputFingerHwrArStateManagerBase* CurStateManager();
       
   455     
   447     
   456     /**
   448     /**
   457      * change current state manager to standby state.
   449      * change current state manager to standby state.
   458      * 
   450      * 
   459      * @since S60 v5.0
   451      * @since S60 v5.0
   460      * @return none 
   452      * @return none 
   461      */
   453      */
   462     void ChangeCurStateManagerToStandby();
   454     void ChangeCurStateToStandby();
   463 	
   455 	
   464 private:
   456 private:
   465     
   457     
   466     /**
   458     /**
   467      * main window.
   459      * main window.
   477 
   469 
   478     /**
   470     /**
   479      * The state manager
   471      * The state manager
   480      * Own
   472      * Own
   481      */
   473      */
   482     RPointerArray<CPeninputFingerHwrArStateManagerBase> iStateMgrArray;
   474     CPeninputFingerHwrArStateManagerBase* iStateMgr;
   483 
   475 
   484     /**
   476     /**
   485      * The resource Id
   477      * The resource Id
   486      * 
   478      * 
   487      */
   479      */