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 // Template for writing Anim DLL's
18 #if !defined(__MINANIM_H__)
21 #if !defined(__E32STD_H__)
24 #if !defined(__E32BASE_H__)
27 /*#if !defined(__FBS_H__)
30 #if !defined(__W32ADLL_H__)
35 class CMinAnimDll : public CAnimDll
38 CAnim *CreateInstanceL(TInt aType);
41 class CMinWindowAnim : public CWindowAnim
45 //pure virtual functions from MEventHandler
46 TBool OfferRawEvent(const TRawEvent &aRawEvent);
47 //pure virtual functions from CAnim
48 void ConstructL(TAny *aArgs, TBool aHasFocus);
49 void Animate(TDateTime *aDateTime);
51 void Command(TInt aOpcode, TAny *aArgs);
52 TInt CommandReplyL(TInt aOpcode, TAny *aArgs);
53 void FocusChanged(TBool aState);