Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
23 #if !defined(__STRESSTESTANIM_H__)
24 #define __STRESSTESTANIM_H__
32 class CStressWindowAnim : public CWindowAnim
34 enum {ENumPolyPoints=9};
37 virtual void ConstructL(TAny *aArgs, TBool aHasFocus);
38 virtual void Animate(TDateTime *aDateTime);
39 virtual void Redraw();
40 virtual void Command(TInt aOpcode, TAny *aArgs);
41 virtual TInt CommandReplyL(TInt aOpcode, TAny *aArgs);
42 void SetPolyList(const TRect &aRect);
46 void TweakPolyList(TInt aState);
47 void FocusChanged(TBool aState);
48 void InvalidateText();
49 void InvalidateBitmap();
50 //Pure virtual function from MEventHandler
51 virtual TBool OfferRawEvent(const TRawEvent &aRawEvent);
53 void AppendTime(TDes& aTimeText,const TTime& aTime) const;
64 CArrayFixFlat<TPoint> *iPolyList;
70 TUint32 iLastAnimShot;
72 TInt iKernelTicksPeriod;
75 class CStressAnimDll : public CAnimDll
78 CAnim *CreateInstanceL(TInt aType);
83 #endif // __STRESSTESTANIM_H__