os/graphics/windowing/windowserver/nga/SERVER/ScrDev.H
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2000-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
// Defines the screen device class
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
#ifndef __SCRDEV_H__
sl@0
    19
#define __SCRDEV_H__
sl@0
    20
sl@0
    21
#ifndef __E32STD_H__
sl@0
    22
#include <e32std.h>
sl@0
    23
#endif
sl@0
    24
#ifndef __E32BASE_H__
sl@0
    25
#include <e32base.h>
sl@0
    26
#endif
sl@0
    27
#ifndef __OBJECT_H__
sl@0
    28
#include "OBJECT.H"
sl@0
    29
#endif
sl@0
    30
#ifndef __SCREEN_H__
sl@0
    31
#include "screen.h"
sl@0
    32
#endif
sl@0
    33
sl@0
    34
#include <graphics/wsdisplaymapping.h>
sl@0
    35
#include <graphics/wsscreendeviceutils.h>
sl@0
    36
sl@0
    37
class DWsBitmap : public CWsObject
sl@0
    38
	{
sl@0
    39
public:
sl@0
    40
	DWsBitmap(CWsClient *aOwner);
sl@0
    41
	void ConstructL(const TWsClCmdCreateBitmap &aParams);
sl@0
    42
	inline CFbsBitmap *FbsBitmap() const;
sl@0
    43
	void CommandL(TInt aOpcode, const TAny *aCmdData);
sl@0
    44
	void CloseObject();
sl@0
    45
	void IncRefCount();
sl@0
    46
	void DecRefCount();
sl@0
    47
private:
sl@0
    48
	~DWsBitmap();
sl@0
    49
private:
sl@0
    50
	enum // Flags
sl@0
    51
		{
sl@0
    52
		EWsBitmapClientObjectFreed = 0x00000001 // Set if the associated CWsBitmap object has been deleted
sl@0
    53
		};
sl@0
    54
private:
sl@0
    55
	CFbsBitmap *iFbsBitmap;
sl@0
    56
	TInt iRefCount;
sl@0
    57
	TUint32 iFlags;
sl@0
    58
	};
sl@0
    59
sl@0
    60
class MWsTestScreenCapture;
sl@0
    61
sl@0
    62
class DWsScreenDevice : public CWsScreenObject, public MWsScreenDeviceUtils
sl@0
    63
	{
sl@0
    64
public:
sl@0
    65
	DWsScreenDevice(CWsClient* aOwner, TInt aDefaultScreenNumber, TUint aClientScreenDevicePointer);
sl@0
    66
	~DWsScreenDevice();
sl@0
    67
	void CommandL(TInt aOpcode, const TAny *aCmdData);
sl@0
    68
	void ExtensionCommandL(TInt aOpcode, const TAny *aCmdData);
sl@0
    69
	void ConstructL();
sl@0
    70
	void GetDefaultScreenSizeAndRotationCmd();
sl@0
    71
	void GetDefaultScreenSizeAndRotationCmd2();
sl@0
    72
	void GetScreenSizeAndRotationCmd(TInt aMode);
sl@0
    73
	void GetScreenSizeAndRotationCmd2(TInt aMode);
sl@0
    74
	void SetAppScreenMode(TInt aMode);
sl@0
    75
	void SetScreenSizeAndRotation(const TPixelsTwipsAndRotation &aSar);
sl@0
    76
	void SetScreenSizeAndRotation(const TPixelsAndRotation &aSar);
sl@0
    77
	TBool ScreenDeviceValidState() const;
sl@0
    78
	void SetPaletteL();
sl@0
    79
	void GetPalette(TInt aNumColors);
sl@0
    80
	void GetCurrentScreenModeAttributes();
sl@0
    81
	void SetCurrentScreenModeAttributes(const TSizeMode &aModeData);
sl@0
    82
//
sl@0
    83
	inline CFbsBitGc::TGraphicsOrientation Orientation();
sl@0
    84
	void NewOrientation(TInt aMode,CFbsBitGc::TGraphicsOrientation aRotation);
sl@0
    85
	void SetScreenMode(TInt aMode);
sl@0
    86
	inline TInt AppMode();
sl@0
    87
	void GetScreenModeDisplayMode(TInt aMode);
sl@0
    88
	inline TDisplayMode DefaultDisplayMode();
sl@0
    89
	TUint ClientDevicePointer();
sl@0
    90
	void TestScreenCaptureL(const TAny* aMessage);
sl@0
    91
private:
sl@0
    92
	void CopyScreenToBitmapL(const TRect &aRect, TInt aHandle);
sl@0
    93
	void SetScreenDeviceValidStates(const DWsScreenDevice *aDevice);
sl@0
    94
	void PanicCurrentClient(TClientPanic aPanic);
sl@0
    95
	TSize AppScreenSizeInPixels()const;
sl@0
    96
	TSize AppScreenSizeInTwips()const;
sl@0
    97
sl@0
    98
	// Implementing MWsTestScreenCaptureUtils
sl@0
    99
	void PanicCurrentClient(TInt aPanic);
sl@0
   100
	void SetReply(TInt aReply);
sl@0
   101
	void RedrawNowIfPending();
sl@0
   102
	void ReplyBuf(const TAny* aSource, TInt aLength);
sl@0
   103
private:
sl@0
   104
// Non-static app specific data
sl@0
   105
	TSize iAppScreenSizeInPixels;
sl@0
   106
	TSize iAppScreenSizeInTwips;
sl@0
   107
	CFbsBitGc::TGraphicsOrientation iAppRotation;
sl@0
   108
	TInt iAppMode;
sl@0
   109
	TUint iClientScreenDevicePointer; //This is the pointer to the screen device on the client side CWsScreenDevice
sl@0
   110
	MWsDisplayControl* iDispCont;
sl@0
   111
	MWsDisplayMapping* iDispMap;
sl@0
   112
	MWsTestScreenCapture* iTestScreenCapture;
sl@0
   113
	};
sl@0
   114
sl@0
   115
sl@0
   116
//
sl@0
   117
// inlines			//
sl@0
   118
//
sl@0
   119
sl@0
   120
//
sl@0
   121
// DWsScreenDevice
sl@0
   122
//
sl@0
   123
inline CFbsBitGc::TGraphicsOrientation DWsScreenDevice::Orientation()
sl@0
   124
	{return iAppRotation;}
sl@0
   125
inline TInt DWsScreenDevice::AppMode()
sl@0
   126
	{return iAppMode;}
sl@0
   127
inline TDisplayMode DWsScreenDevice::DefaultDisplayMode()
sl@0
   128
	{return iScreen->DefaultDisplayMode(iAppMode);}
sl@0
   129
sl@0
   130
//
sl@0
   131
// DWsBitmap
sl@0
   132
//
sl@0
   133
inline CFbsBitmap* DWsBitmap::FbsBitmap() const
sl@0
   134
	{return(iFbsBitmap);}
sl@0
   135
sl@0
   136
#endif