86 inline TInt AppMode(); |
86 inline TInt AppMode(); |
87 void GetScreenModeDisplayMode(TInt aMode); |
87 void GetScreenModeDisplayMode(TInt aMode); |
88 inline TDisplayMode DefaultDisplayMode(); |
88 inline TDisplayMode DefaultDisplayMode(); |
89 TUint ClientDevicePointer(); |
89 TUint ClientDevicePointer(); |
90 void TestScreenCaptureL(const TAny* aMessage); |
90 void TestScreenCaptureL(const TAny* aMessage); |
|
91 #ifdef SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION |
|
92 TSize AppScreenSizeInPixels()const; |
|
93 #endif // SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION |
91 private: |
94 private: |
92 void CopyScreenToBitmapL(const TRect &aRect, TInt aHandle); |
95 void CopyScreenToBitmapL(const TRect &aRect, TInt aHandle); |
93 void SetScreenDeviceValidStates(const DWsScreenDevice *aDevice); |
96 void SetScreenDeviceValidStates(const DWsScreenDevice *aDevice); |
94 void PanicCurrentClient(TClientPanic aPanic); |
97 void PanicCurrentClient(TClientPanic aPanic); |
|
98 #ifndef SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION |
95 TSize AppScreenSizeInPixels()const; |
99 TSize AppScreenSizeInPixels()const; |
|
100 #endif // SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION |
96 TSize AppScreenSizeInTwips()const; |
101 TSize AppScreenSizeInTwips()const; |
97 |
102 |
98 // Implementing MWsTestScreenCaptureUtils |
103 // Implementing MWsTestScreenCaptureUtils |
99 void PanicCurrentClient(TInt aPanic); |
104 void PanicCurrentClient(TInt aPanic); |
100 void SetReply(TInt aReply); |
105 void SetReply(TInt aReply); |