Update contrib.
1 // Copyright (c) 2008-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 // TInternalGcStatus and associated classes definitions
15 // Helper class which reads/writes to the given buffer graphics context attributes
19 #ifndef __GRAPHICSCONTEXTSTATE_H__
20 #define __GRAPHICSCONTEXTSTATE_H__
24 #include <graphics/wsgraphicscontext.h>
26 class CWsClientWindow;
28 class TInternalGcStatus
31 void ResetInternalStatus(CWsClientWindow* aWin);
32 static void InternalizeGcAttributesL(MWsGraphicsContext* aGc, RReadStream& aReadStream);
33 void ExternalizeGcAttributesL(RWriteStream& aWriteStream);
35 CGraphicsContext::TDrawMode iDrawMode;
36 CGraphicsContext::TBrushStyle iBrushStyle;
37 CGraphicsContext::TPenStyle iPenStyle;
41 TInt iBrushPatternHandle;
42 TInt iWordExcessWidth;
44 TInt iCharExcessWidth;
49 TFontUnderline iUnderline;
50 TFontStrikethrough iStrikethrough;