textinput/peninputarc/inc/pensrvcliinc/peninputanimcommand.h
branchRCL_3
changeset 56 8152b1f1763a
parent 46 bd83ceabce89
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   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 
       
   528 #include "peninputanimcommand.inl"
   497 #include "peninputanimcommand.inl"
   529 	
   498 	
   530 #endif //C_CPENINPUTANIM_CMD_H
   499 #endif //C_CPENINPUTANIM_CMD_H
   531 
   500 
   532 
   501