diff -r ecbabf52600f -r bd83ceabce89 textinput/peninputarc/inc/pensrvcliinc/peninputanimcommand.h --- a/textinput/peninputarc/inc/pensrvcliinc/peninputanimcommand.h Wed Sep 01 12:23:33 2010 +0100 +++ b/textinput/peninputarc/inc/pensrvcliinc/peninputanimcommand.h Tue Sep 14 21:59:06 2010 +0300 @@ -494,6 +494,37 @@ private: TRect iArea; }; + +//class TAnimUpdatePointerEventSuppressorCmd +/** + * Class for handling pointer event suppressor command + * + * + * @since Symbian^3 + */ +class TAnimUpdatePointerEventSuppressorCmd : public TAnimCmd + { +public: + /** + * Default constructor + * @param aAnim The animation cliet which executes the command + * @param aParameters parameters of pointer event suppressor + */ + TAnimUpdatePointerEventSuppressorCmd( RPeninputAnim& aAnim, + const TPointerEventSuppressorParameters& aParameters ); + + /** + * Execute the command + * + * @since Symbian^3 + * @return ETrue if command has been executed successfully. + */ + virtual TBool ExecuteAnimCommand() const; + +private: + TPointerEventSuppressorParameters iParameters; + }; + #include "peninputanimcommand.inl" #endif //C_CPENINPUTANIM_CMD_H