First public contribution.
1 // Copyright (c) 2006-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 CWsGraphic plugins
18 #ifndef __W32STDGRAPHICTEST_H__
19 #define __W32STDGRAPHICTEST_H__
23 class TWsGraphicFrameRate: public TWsGraphicMsgFixedBase
24 /** data attached to a CWindowGc::DrawWsGraphic to encourage the artwork to display
25 an approximate framerate as it animates, if available
34 IMPORT_C TWsGraphicFrameRate();
37 NONSHARABLE_CLASS(CWsGraphicTestFrameRate): public CWsGraphic
38 /** Client representation of a test anim that displays its frame-rate
45 IMPORT_C static CWsGraphicTestFrameRate* NewL();
46 IMPORT_C static CWsGraphicTestFrameRate* NewL(TUid aUid);
47 IMPORT_C static CWsGraphicTestFrameRate* NewL(const TWsGraphicId& aReplace);
48 IMPORT_C ~CWsGraphicTestFrameRate();
49 public: // protected virtuals from CWsGraphic promoted to public
50 using CWsGraphic::ShareGlobally;
51 using CWsGraphic::UnShareGlobally;
52 using CWsGraphic::Share;
53 using CWsGraphic::UnShare;
55 CWsGraphicTestFrameRate();
56 void HandleMessage(const TDesC8& aData);
60 #endif //__W32STDGRAPHICTEST_H__