Update contrib.
1 // Copyright (c) 2007-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.
14 // Test GraphicTestFrameRate plugins
20 @test - Test plug-in to test wsgraphic animation artwork framerate
21 @internalComponent - Internal Symbian test code
24 #ifndef __GRAPHICTESTFRAMERATE_H__
25 #define __GRAPHICTESTFRAMERATE_H__
30 Holds draw count values of two different animations
32 NONSHARABLE_STRUCT(TAnimRate)
38 /** Client representation of a test anim that displays its frame-rate
43 NONSHARABLE_CLASS(CGraphicTestFrameRate): public CWsGraphic
47 IMPORT_C static CGraphicTestFrameRate* NewL(TUid aUid);
48 IMPORT_C static CGraphicTestFrameRate* NewL(TInt aScreen);
49 IMPORT_C ~CGraphicTestFrameRate();
50 IMPORT_C TInt QueryPlugin(TAnimRate& aCount);
51 IMPORT_C void SetCallBack(TCallBack aCallBack);
53 CGraphicTestFrameRate();
54 void HandleMessage(const TDesC8& aData);
61 #endif //__GRAPHICTESTFRAMERATE_H__