sl@0
|
1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// CPlaybackGc and associated classes definitions
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef __PLAYBACKGC_H__
|
sl@0
|
19 |
#define __PLAYBACKGC_H__
|
sl@0
|
20 |
|
sl@0
|
21 |
#include "wnredraw.h"
|
sl@0
|
22 |
#include "cliwin.h"
|
sl@0
|
23 |
|
sl@0
|
24 |
class CWsFbsFont;
|
sl@0
|
25 |
|
sl@0
|
26 |
class CPlaybackGc : public CBase, public MWsGc
|
sl@0
|
27 |
{
|
sl@0
|
28 |
public:
|
sl@0
|
29 |
static void InitStaticsL();
|
sl@0
|
30 |
static void DeleteStatics();
|
sl@0
|
31 |
static CPlaybackGc * Instance() { return iSelf; }
|
sl@0
|
32 |
public:
|
sl@0
|
33 |
void ConstructL();
|
sl@0
|
34 |
void Activate(CWsClientWindow * aWin, CFbsBitGc * aGc, const TRegion * aRegion);
|
sl@0
|
35 |
void CommandL(TWsGcOpcodes aOpcode, const TDesC8& aCmdData);
|
sl@0
|
36 |
void Deactivate();
|
sl@0
|
37 |
inline CFbsBitGc *Gdi() const;
|
sl@0
|
38 |
void SetOrigin(const TPoint &aOrigin);
|
sl@0
|
39 |
void InternalizeL(const CBufBase& aBuffer,TInt& aStartPos);
|
sl@0
|
40 |
void InternalizeClippingRegionL(RReadStream& aReadStream);
|
sl@0
|
41 |
TInt FbsBitmapHandle(TInt aOpcode, const TWsGcCmdUnion &pData, TInt& aMaskHandle);
|
sl@0
|
42 |
TInt WsBitmapHandle(TInt aOpcode, const TWsGcCmdUnion &pData, TInt& aMaskHandle);
|
sl@0
|
43 |
// implementing MWsGc
|
sl@0
|
44 |
MWsClient& Client();
|
sl@0
|
45 |
MWsScreen& Screen();
|
sl@0
|
46 |
TPoint GcOrigin() const;
|
sl@0
|
47 |
const TRegion& ClippingRegion();
|
sl@0
|
48 |
CFbsBitGc& BitGc();
|
sl@0
|
49 |
TInt PushBitGcSettings();
|
sl@0
|
50 |
void PopBitGcSettings();
|
sl@0
|
51 |
const TTime& Now() const;
|
sl@0
|
52 |
void ScheduleAnimation(const TRect& aRect,const TTimeIntervalMicroSeconds& aFromNow);
|
sl@0
|
53 |
void ScheduleAnimation(const TRect& aRect,const TTimeIntervalMicroSeconds& aFromNow,const TTimeIntervalMicroSeconds& aFreq,const TTimeIntervalMicroSeconds& aStop);
|
sl@0
|
54 |
void SetGcOrigin(const TPoint& aOrigin);
|
sl@0
|
55 |
void SetTargetRegion(const TRegion* aRegion);
|
sl@0
|
56 |
void Reset();
|
sl@0
|
57 |
public: // from MWsObjectProvider
|
sl@0
|
58 |
TAny * ResolveObjectInterface(TUint aId);
|
sl@0
|
59 |
private:
|
sl@0
|
60 |
CPlaybackGc();
|
sl@0
|
61 |
~CPlaybackGc();
|
sl@0
|
62 |
void DoDrawing(TWsGcOpcodes aOpcode, const TDesC8& aCmdData);
|
sl@0
|
63 |
void CancelUserClippingRegion();
|
sl@0
|
64 |
void RemoteReadDataAndDrawL(const CWsGraphicDrawer* aGraphic, CWsClient* aOwner, const TWsGcCmdUnion &aData);
|
sl@0
|
65 |
void DoDrawCommand(TWsGcOpcodes aOpcode, const TDesC8& aCmdData, const TRegion *aRegion);
|
sl@0
|
66 |
void SetClippingRect(const TRect &aRect);
|
sl@0
|
67 |
const RWsRegion& Region();
|
sl@0
|
68 |
void DoDrawPolygon(const TWsGcCmdDrawPolygon *aDrawPolygon);
|
sl@0
|
69 |
void DoDrawPolyLine(const TWsGcCmdDrawPolyLine *aDrawPolyLine, TBool aContinued);
|
sl@0
|
70 |
void GcOwnerPanic(TClientPanic aPanic);
|
sl@0
|
71 |
void ResetClippingRect();
|
sl@0
|
72 |
void EndSegmentedPolygon();
|
sl@0
|
73 |
void StartSegmentedDrawPolygonL(const TWsGcCmdStartSegmentedDrawPolygon *aDrawPolygon);
|
sl@0
|
74 |
void SegmentedDrawPolygonData(const TWsGcCmdSegmentedDrawPolygonData *aDrawPolygon);
|
sl@0
|
75 |
void UpdateJustification(TText* aText,TInt aLen, const TDesC8& aCmdData);
|
sl@0
|
76 |
void InternalizeAlphaValueL(RReadStream& aReadStream);
|
sl@0
|
77 |
|
sl@0
|
78 |
void CheckPolyData(const TAny* aDataPtr, TInt aHeaderSize, TInt aNumPoints);
|
sl@0
|
79 |
TPtrC BufferTPtr(TText* aStart, TInt aLen, const TDesC8& aCmdData);
|
sl@0
|
80 |
// Data
|
sl@0
|
81 |
private:
|
sl@0
|
82 |
static CPlaybackGc * iSelf;
|
sl@0
|
83 |
CWsClientWindow *iWin;
|
sl@0
|
84 |
TPoint iMasterOrigin; // Origin available to wserv. Usually the window origin.
|
sl@0
|
85 |
CFbsBitGc * iGc;
|
sl@0
|
86 |
CWsFbsFont * iFont;
|
sl@0
|
87 |
const TRegion *iTargetRegion; //Clipping region set by wserv window management.
|
sl@0
|
88 |
RWsRegion* iUserDefinedClippingRegion; //Clipping region that is set explicitly by the user.
|
sl@0
|
89 |
const TRegion *iDrawRegion; //Pointer to one of the above regions
|
sl@0
|
90 |
TRect iClippingRect; // All drawing clipped to this rectangle in addition to other clipping
|
sl@0
|
91 |
TBool iClippingRectSet; // ETrue if the iClippingRect is in use
|
sl@0
|
92 |
TPoint iOrigin; // User defined origin, relative to the top left of the window
|
sl@0
|
93 |
TPoint iLinePos; // Current line position for LineBy, LineTo etc
|
sl@0
|
94 |
TPoint *iPolyPoints;
|
sl@0
|
95 |
TInt iPolyPointListSize;
|
sl@0
|
96 |
CFbsBitmap *iScratchBitmap;
|
sl@0
|
97 |
CFbsBitmap *iScratchMaskBitmap;
|
sl@0
|
98 |
// members used for keeping state when drawing CWsGraphicDrawers
|
sl@0
|
99 |
CBufBase* iGcBuf;
|
sl@0
|
100 |
const TRegion* iCurrentClippingRegion; // Clipping region while doing DoDrawCommand
|
sl@0
|
101 |
};
|
sl@0
|
102 |
|
sl@0
|
103 |
#endif // __PLAYBACKGC_H__
|