equal
deleted
inserted
replaced
184 void EnableSprite(TBool aFlag); |
184 void EnableSprite(TBool aFlag); |
185 |
185 |
186 void GetDSAState(TBool& aState); |
186 void GetDSAState(TBool& aState); |
187 |
187 |
188 void SetDiscreeptPop(const TRect& aArea); |
188 void SetDiscreeptPop(const TRect& aArea); |
189 |
|
190 /** |
|
191 * Update parameters of pointer event suppressor. |
|
192 * |
|
193 * @since Symbian^3 |
|
194 * @param aParameters parameters of pointer event suppressor |
|
195 * @return none |
|
196 */ |
|
197 void UpdatePointerEventSuppressor( const TPointerEventSuppressorParameters& aParameters ); |
|
198 |
|
199 private: |
189 private: |
200 |
190 |
201 /** |
191 /** |
202 * Completes the sprite anim construction. |
192 * Completes the sprite anim construction. |
203 * |
193 * |