os/graphics/windowing/windowserver/nga/SERVER/ANIM.H
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/windowing/windowserver/nga/SERVER/ANIM.H	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,296 @@
     1.4 +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Definition of classes related to Anim DLL's
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +#ifndef __ANIM_H__
    1.22 +#define __ANIM_H__
    1.23 +
    1.24 +#include <e32std.h>
    1.25 +#include <w32adll.h>
    1.26 +#include "server.h"
    1.27 +#include "sprite.h"
    1.28 +
    1.29 +class CWsAnimDll : public CWsObject
    1.30 +	{
    1.31 +public:
    1.32 +	static void InitStaticsL();
    1.33 +	static void DeleteStatics();
    1.34 +public:
    1.35 +	CWsAnimDll(CWsClient *owner);
    1.36 +	~CWsAnimDll();
    1.37 +	TInt CreateInstanceL(TUint32 aHandle, TInt aType, TAny *aArgs, TBool aIsWindow);
    1.38 +	void LoadL(const TDesC &aDllName);
    1.39 +	void CommandL(TInt aOpcode, const TAny *aCmdData);
    1.40 +	void Remove(TInt aHandle);
    1.41 +	inline TInt AnimObjectHandle(CWsAnim *aAnimObject) const;
    1.42 +	inline CWsAnim* AnimObjectL(TInt aAnimHandle) const;
    1.43 +	
    1.44 +private:
    1.45 +	TInt doCreateInstanceL(CWsAnim *aInstance, TInt aType, TAny *aArgs, TBool aIsWindow);
    1.46 +private:
    1.47 +	static CObjectConIx *AnimObjectConIx;
    1.48 +private:
    1.49 +	CObjectCon *iInstanceCon;
    1.50 +	CObjectIx *iInstanceIndex;
    1.51 +	CAnimDll *iAnimDll;
    1.52 +	RLibrary iAnimLib;
    1.53 +	
    1.54 +public:
    1.55 +	TSglQueLink iQue;
    1.56 +	};
    1.57 +	
    1.58 +class CWsAnimGc;
    1.59 +
    1.60 +class CWsAnim : public CObject, public MAnimGeneralFunctions, public MAnimGeneralFunctionsWindowExtension,
    1.61 +													public MAnimFreeTimerWindowFunctions, public MAnimSpriteFunctions, public MAnimGeneralFunctionsEventExtension,
    1.62 +													public MWsWindowTreeNode
    1.63 +	{
    1.64 +public:
    1.65 +	~CWsAnim();
    1.66 +	void RedrawWindowAnimL(const TTime& aTimeNow, MWsGraphicsContext* aGc, const TRegion* aRegion);
    1.67 +	void AnimateSpriteAnimL(const TTime& aTimeNow);
    1.68 +	void UserDeactivateAnimGc();
    1.69 +	static void WindowClosing(CWsAnim *aWsAnim);
    1.70 +	static void CloseAnim(CWsAnim *aWsAnim);
    1.71 +	TRect BestRect() const;
    1.72 +	void FocusChanged(TBool aNewFocusState);
    1.73 +	void SetMessage(const RMessagePtr2* aMessage);
    1.74 +	TInt CommandReply(TInt aOpcode, TAny* aArgs);
    1.75 +	void SessionPanic() const;
    1.76 +	void Panic() const;
    1.77 +	void Panic(TClientPanic aPanic) const;
    1.78 +	inline CWsAnim * Next();
    1.79 +	inline CWsClientWindow* ClientWindow() const;
    1.80 +	void SendState(MWsWindowTreeObserver& aWindowTreeObserver) const;
    1.81 +
    1.82 +private:
    1.83 +	CWsAnim(CWsAnimDll *aDll);
    1.84 +	void Connect(CWsClientWindow *aWindow);
    1.85 +	void Connect(CWsSprite *aSprite);
    1.86 +	void ConstructL(CAnim *aAnim, TAny *aArgs, CWsAnimDll *aAnimDll, TBool aIsWindow);
    1.87 +	inline CAnim *Anim() const;
    1.88 +	const TRect& Rect() const;
    1.89 +	
    1.90 +// Functions from MAnimGeneralFunctions
    1.91 +	TDateTime SystemTime() const;
    1.92 +	TBool FlashStateOn() const;				// Return ETrue if in the on part of the flash cycle
    1.93 +
    1.94 +	const CFbsScreenDevice *ScreenDevice();						// Pointer to screen device
    1.95 +	CFbsBitmap *DuplicateBitmapL(TInt aHandle);
    1.96 +	CFbsFont *DuplicateFontL(TInt aHandle);
    1.97 +	void CloseFont(CFbsFont *);
    1.98 +	TAnimSync Sync() const;					// Return the current sync mode
    1.99 +	void Animate(TDateTime *aDateTime);		// Trigger a call to the DLL's Animate function
   1.100 +	void SetSync(TAnimSync aSyncMode);
   1.101 +	void SetInterval(TInt aInterval);		// Set the regular repeat interval, does not affect the current countdown
   1.102 +	void SetNextInterval(TInt aInterval);	// Sets the interval to the next Animate, after that it will fall back to the usual rate
   1.103 +	const RThread &Client();				// Return a reference to the calling clients thread
   1.104 +	void ReplyBuf(const TDesC8 &aDes);
   1.105 +	void ReplyBuf(const TDesC16 &aDes);
   1.106 +	void GetRawEvents(TBool aGetEvents) const;	// Raw events are passed to CAnim::OfferRawEventL
   1.107 +	void PostRawEvent(const TRawEvent &aRawEvent) const;
   1.108 +	void PostKeyEvent(const TKeyEvent &aRawEvent) const;
   1.109 +	const RMessagePtr2* Message();
   1.110 +	TAny* ExtendedInterface(TInt aInterface);
   1.111 +	TInt RegisterForNotifications(TUint32 aNotifications);
   1.112 +
   1.113 +// Functions from MAnimGeneralFunctionsWindowExtension
   1.114 +	TInt Screens() const;
   1.115 +	TInt FocusScreens() const;
   1.116 +	void SetFocusScreen(TInt aScreenNo);
   1.117 +	TInt WindowGroups(TInt aScreen) const;
   1.118 +	TBool WindowGroupInfo(TWindowGroupInfo& aInfo,TInt aScreen,TInt aWindowGroup) const;
   1.119 +	TBool WindowGroupName(TPtrC& aWindowName,TInt aScreen,TInt aWindowGroup) const;
   1.120 +	TInt SetOrdinalPosition(TInt aWindowGroupId,TInt aPos,TInt aOrdinalPriority);
   1.121 +	void WindowConfig(TWindowConfig& aWindowConfig) const;	
   1.122 +// Functions from MAnimWindowFunctions
   1.123 +	void ActivateGc();	// Activate the GC to enable drawing in a command or animate function
   1.124 +	void Invalidate(const TRect &aRect);
   1.125 +	void Parameters(TWindowInfo &aData);
   1.126 +	void VisibleRegion(TRegion& aRegion);
   1.127 + 	TSize WindowSize() const;				// Return the window size
   1.128 +	TBool IsHidden();
   1.129 +	void SetVisible(TBool aState);
   1.130 +	void SetRect(const TRect &aRect);		// Sets the rect that this instance wants to draw to.
   1.131 +// Functions from MAnimFreeTimerWindowFunctions
   1.132 +	void DeactivateGc();					// Deactivate the GC after drawing from our own RunL
   1.133 +	void Update();
   1.134 +// Functions from MAnimSpriteFunctions
   1.135 +	TSpriteMember *GetSpriteMember(TInt aMember) const;	//Returns sprite member data
   1.136 +	void UpdateMember(TInt aMember,const TRect& aRect,TBool aFullUpdate);		//redraw of part of a sprite
   1.137 +	void Activate(TBool aActive);		// Turn sprite on or off
   1.138 +	void SizeChangedL();
   1.139 +	void SetPosition(const TPoint &aPos);			//Change the positon of the sprite
   1.140 +	TBool SpriteCanBeSeen() const;
   1.141 +// Functions from MAnimGeneralFunctionsEventExtension
   1.142 +	void PostKeyEvent(const TKeyEvent& aRawEvent,TInt aRepeats) const; //Repeated key events
   1.143 +// Functions from MWsWindowTreeNode
   1.144 +	MWsWindowTreeNode::TType NodeType() const;
   1.145 +	const MWsWindow* Window() const;
   1.146 +	const MWsSprite* Sprite() const;
   1.147 +	const MWsStandardTextCursor* StandardTextCursor() const;
   1.148 +	const MWsWindowGroup* WindowGroup() const;
   1.149 +	const MWsWindowTreeNode* ParentNode() const;
   1.150 +
   1.151 +	void ScheduleSelf(const TTimeIntervalMicroSeconds& aFrom);
   1.152 +	void AnimateL(const TTime& aTimeNow, TInt& aFrame, TInt64& aAdjustedStart);
   1.153 +	void RedrawWindowAnimL(MWsGraphicsContext* aGc, const TRegion* aRegion);
   1.154 +	void ReSchedule(const TTime& aTimeNow, const TInt& aFrame, const TInt64& aAdjustedStart);
   1.155 +
   1.156 +private:
   1.157 +	CWsClient *iClient;
   1.158 +	TTimeIntervalMicroSeconds iInterval;
   1.159 +	TAnimSync iAnimSync;
   1.160 +	/* Linked list of animated objects attached to a window */
   1.161 +	CWsAnim *iNextWin;
   1.162 +	union 
   1.163 +		{
   1.164 +		CWindowAnim* iWindowAnim; 
   1.165 +		CSpriteAnim* iSpriteAnim; 
   1.166 +		} iAnim;
   1.167 +	CWsAnimGc *iAnimGc;
   1.168 +	CWsAnimDll *iAnimDll;
   1.169 +	CWsClientWindow *iWindow;
   1.170 +	TRect iRect;
   1.171 +	CWsSprite *iSprite;
   1.172 +	const RMessagePtr2* iMessage;
   1.173 +	TWindowInfo::TRegionPair* iRedrawRegionPair;
   1.174 +	friend class CWsAnimDll;
   1.175 +	friend class DllAnimator;
   1.176 +	mutable TBool iAnimAddedInHandler;
   1.177 +	TTime iStartTime;
   1.178 +	TInt iLastFrame;
   1.179 +	enum TFlags
   1.180 +		{
   1.181 +		/** ETrue if this anim accepts advanced pointer events
   1.182 +		   (TRawEvents with pointer number, pointer pressure and proximity info) */
   1.183 +		EAdvancedPointersEnabled,
   1.184 +		EFlashOn,
   1.185 +		EWinAnimConstructed,
   1.186 +		/** This flag is set when this anim is called in the context of CScreenRedraw::OnAnimation
   1.187 +		    i.e. when the screen is in the process of sending a new frame to the display hardware. */
   1.188 +		EInRedraw,
   1.189 +		};
   1.190 +	TBitFlags iBitFlags;
   1.191 +	};
   1.192 +
   1.193 +class CAnimFbsFont;
   1.194 +
   1.195 +class CWsAnimGc : public CAnimGc
   1.196 +	{
   1.197 +public:
   1.198 +	CWsAnimGc(CWsAnim& aWsAnim);
   1.199 +	~CWsAnimGc();
   1.200 +//
   1.201 +	void Activate(const TRegion* aRegion, MWsGraphicsContext* aGc);
   1.202 +	void Deactivate();
   1.203 +	TBool IsActive() const;
   1.204 +	void UserActivate();
   1.205 +	void UserDeactivate();
   1.206 +// From CGraphicsContext
   1.207 +	virtual CGraphicsDevice* Device() const;
   1.208 +	virtual void SetDrawMode(TDrawMode aDrawingMode);
   1.209 +	virtual void SetClippingRect(const TRect& aRect);
   1.210 +	virtual void CancelClippingRect();
   1.211 +	virtual void CancelClippingRegion();
   1.212 +	virtual void UseFont(const CFont *aFont);
   1.213 +	virtual void DiscardFont();
   1.214 +	virtual void SetUnderlineStyle(TFontUnderline aUnderlineStyle);
   1.215 +	virtual void SetStrikethroughStyle(TFontStrikethrough aStrikethroughStyle);
   1.216 +	virtual void SetWordJustification(TInt aExcessWidth,TInt aNumGaps);
   1.217 +	virtual void SetCharJustification(TInt aExcessWidth,TInt aNumChars);
   1.218 +	virtual void SetPenColor(const TRgb &aColor);
   1.219 +	virtual void SetPenStyle(TPenStyle aPenStyle);
   1.220 +	virtual void SetPenSize(const TSize& aSize);
   1.221 +	virtual void SetBrushColor(const TRgb &aColor);
   1.222 +	virtual void SetBrushStyle(TBrushStyle aBrushStyle);
   1.223 +	virtual void SetBrushOrigin(const TPoint &aOrigin);
   1.224 +	virtual void UseBrushPattern(const CFbsBitmap *aBitmap);
   1.225 +	virtual void DiscardBrushPattern();
   1.226 +	virtual void DrawArc(const TRect &aRect,const TPoint &aStart,const TPoint &aEnd);
   1.227 +	virtual void DrawLine(const TPoint &aPoint1,const TPoint &aPoint2);
   1.228 +	virtual void DrawLineTo(const TPoint &aPoint);
   1.229 +	virtual void DrawLineBy(const TPoint &aPoint);
   1.230 +	virtual void DrawPolyLine(const CArrayFix<TPoint> *aPointList);
   1.231 +	virtual void DrawPolyLine(const TPoint* aPointList,TInt aNumPoints);
   1.232 +	virtual void DrawPie(const TRect &aRect,const TPoint &aStart,const TPoint &aEnd);
   1.233 +	virtual void DrawEllipse(const TRect &aRect);
   1.234 +	virtual void DrawRect(const TRect &aRect);
   1.235 +	virtual void DrawRoundRect(const TRect &aRect,const TSize &aCornerSize);
   1.236 +	virtual void Clear(const TRect &aRect);
   1.237 +	virtual void Clear();
   1.238 +	virtual TInt DrawPolygon(const CArrayFix<TPoint> *aPointList,TFillRule aFillRule);
   1.239 +	virtual TInt DrawPolygon(const TPoint* aPointList,TInt aNumPoints,TFillRule aFillRule=EAlternate);
   1.240 +	virtual void DrawBitmap(const TPoint &aTopLeft, const CFbsBitmap *aSource);
   1.241 +	virtual void DrawBitmap(const TRect &aDestRect, const CFbsBitmap *aSource);
   1.242 +	virtual void DrawBitmap(const TRect &aDestRect, const CFbsBitmap *aSource, const TRect &aSourceRect);
   1.243 +	virtual void DrawBitmapMasked(const TRect &aDestRect, const CFbsBitmap *aBitmap, const TRect &aSrcRect, const CFbsBitmap* aMaskBitmap, TBool aInvertMask);
   1.244 +	virtual void DrawText(const TDesC &aString,const TPoint &aPosition);
   1.245 +	virtual void DrawText(const TDesC &aString,const TRect &aBox,TInt aBaselineOffset,TTextAlign aHoriz=ELeft,TInt aLeftMrg=0);
   1.246 +	virtual void MoveTo(const TPoint &aPoint);
   1.247 +	virtual void MoveBy(const TPoint &aPoint);
   1.248 +	virtual void Plot(const TPoint &aPoint);
   1.249 +	virtual void SetOrigin(const TPoint &aPoint);
   1.250 +	virtual void BitBlt(const TPoint &,const CFbsBitmap *aBitmap);
   1.251 +	virtual void BitBlt(const TPoint &,const CFbsBitmap *aBitmap,const TRect &);
   1.252 +	virtual void BitBltMasked(const TPoint& aPoint,const CFbsBitmap* aBitmap,const TRect& aSourceRect,const CFbsBitmap* aMaskBitmap,TBool aInvertMask);
   1.253 +	virtual void CopyRect(const TPoint& aOffset,const TRect& aRect);
   1.254 +	virtual void Reset();
   1.255 +// Extra command defined in CBitmapContext
   1.256 +	virtual void SetFaded(TBool aFaded);
   1.257 +	virtual void SetFadingParameters(TUint8 aBlackMap,TUint8 aWhiteMap);
   1.258 +
   1.259 +	virtual TInt SetClippingRegion(const TRegion &aRegion);	
   1.260 +	virtual TInt AlphaBlendBitmaps(const TPoint& aDestPt, const CFbsBitmap* aSrcBmp, const TRect& aSrcRect, const CFbsBitmap* aAlphaBmp,	const TPoint& aAlphaPt);	
   1.261 +	virtual void MapColors(const TRect &aRect,const TRgb *aColors,TInt aNumPairs,TBool aMapForwards);
   1.262 +	virtual void DrawTextVertical(const TDesC& aText,const TPoint& aPos,TBool aUp);
   1.263 +	virtual void DrawTextVertical(const TDesC& aText,const TRect& aBox,TInt aBaselineOffset,TBool aUp,TTextAlign aVert=ELeft,TInt aMargin=0);
   1.264 +	
   1.265 +private:
   1.266 +	void CloseCurrentFont();
   1.267 +	virtual void DrawBitmapMasked(const TRect& /*aDestRect*/,const CWsBitmap* /*aBitmap*/,const TRect& /*aSrcRect*/,const CWsBitmap* /*aMaskBitmap*/, TBool /*aInvertMask*/);
   1.268 +	TInt AlphaBlendBitmaps(const TPoint& aDestPt, const CWsBitmap* aSrcBmp,	const TRect& aSrcRect, const CWsBitmap* aAlphaBmp,	const TPoint& aAlphaPt);
   1.269 +private:
   1.270 +	CWsAnim& iOwningWsAnim;
   1.271 +	MWsGraphicsContext* iGc;
   1.272 +	TBool iUserActive;
   1.273 +	const TRegion *iBaseRegion;	// Base clipping region provided on activation
   1.274 +	TBool iUseDrawingRegion;	// Indicates that the user has set a drawing region
   1.275 +	RWsRegion iDrawingRegion;	// Drawing region provided by the user (in screen coordinates)
   1.276 +	TRect iClippingRect;		// Clipping rectangle (in screen coordinates)
   1.277 +	CAnimFbsFont *iFont;
   1.278 +	};
   1.279 +
   1.280 +//
   1.281 +// inlines			//
   1.282 +//
   1.283 +
   1.284 +inline CAnim *CWsAnim::Anim() const
   1.285 +	{
   1.286 +	if(iWindow)
   1.287 +		return iAnim.iWindowAnim;
   1.288 +	else
   1.289 +		return iAnim.iSpriteAnim;
   1.290 +	}
   1.291 +inline TInt CWsAnimDll::AnimObjectHandle(CWsAnim *aAnimObject) const
   1.292 +	{return(iInstanceIndex->At(aAnimObject));}
   1.293 +inline CWsAnim* CWsAnimDll::AnimObjectL(TInt aAnimHandle) const
   1.294 +	{return STATIC_CAST(CWsAnim*,iInstanceIndex->AtL(aAnimHandle));}
   1.295 +inline CWsAnim* CWsAnim::Next()
   1.296 +	{return iNextWin;}
   1.297 +inline CWsClientWindow* CWsAnim::ClientWindow() const
   1.298 +	{return iWindow;}
   1.299 +#endif