textinput/peninputarc/inc/pensrvcliinc/peninputanimcommand.h
branchRCL_3
changeset 22 bd83ceabce89
parent 21 ecbabf52600f
equal deleted inserted replaced
21:ecbabf52600f 22:bd83ceabce89
   492      */     
   492      */     
   493     virtual TBool ExecuteAnimCommand() const;
   493     virtual TBool ExecuteAnimCommand() const;
   494 private:
   494 private:
   495     TRect iArea;    
   495     TRect iArea;    
   496     };
   496     };
       
   497 
       
   498 //class TAnimUpdatePointerEventSuppressorCmd
       
   499 /**
       
   500  * Class for handling pointer event suppressor command
       
   501  * 
       
   502  *
       
   503  * @since Symbian^3
       
   504  */
       
   505 class TAnimUpdatePointerEventSuppressorCmd :  public TAnimCmd
       
   506     {
       
   507 public:
       
   508     /**
       
   509      * Default constructor
       
   510      * @param aAnim The animation cliet which executes the command     
       
   511      * @param aParameters parameters of pointer event suppressor
       
   512      */
       
   513     TAnimUpdatePointerEventSuppressorCmd( RPeninputAnim& aAnim, 
       
   514                          const TPointerEventSuppressorParameters& aParameters );
       
   515     
       
   516     /**
       
   517      * Execute the command
       
   518      *
       
   519      * @since Symbian^3
       
   520      * @return ETrue if command has been executed successfully.     
       
   521      */ 
       
   522     virtual TBool ExecuteAnimCommand() const;
       
   523     
       
   524 private:
       
   525     TPointerEventSuppressorParameters iParameters;
       
   526     };
       
   527 
   497 #include "peninputanimcommand.inl"
   528 #include "peninputanimcommand.inl"
   498 	
   529 	
   499 #endif //C_CPENINPUTANIM_CMD_H
   530 #endif //C_CPENINPUTANIM_CMD_H
   500 
   531 
   501 
   532