First public contribution.
1 // Copyright (c) 1999-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 // Animated Bitmap Window classes
24 #include "../test/tlib/testbase.h"
26 _LIT(VIDEO_MBM_NAME,"Z:\\WSTEST\\MAILANIM.MBM");
28 class RMbmAnim : public RAnim
31 inline RMbmAnim(RAnimDll& aDll) :RAnim(aDll) {}
32 void ConstructL(const RWindowBase &aDevice);
33 void SetMbmFile(const TBuf<32>& aFileName);
40 class TestWindow11 : public CTWin
47 void WinKeyL(const TKeyEvent &aKey,const TTime &);
50 void CheckWindowSize();