videoplayback/videoplaybackview/tsrc/testmpxvideoviewwrapper/inc/testmpxvideoviewwrapper.h
changeset 50 21fe8338c6bf
parent 44 518105d52e45
child 66 adb51f74b890
--- a/videoplayback/videoplaybackview/tsrc/testmpxvideoviewwrapper/inc/testmpxvideoviewwrapper.h	Fri Jul 23 11:10:06 2010 +0300
+++ b/videoplayback/videoplaybackview/tsrc/testmpxvideoviewwrapper/inc/testmpxvideoviewwrapper.h	Fri Aug 06 09:43:48 2010 +0300
@@ -1,5 +1,5 @@
 /**
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:   tester for methods in Video Playback View Plugin
-* 
+*
 */
 
 #ifndef __TESTMPXVIDEOVIEWWRAPPER_H__
@@ -35,14 +35,14 @@
          * will be called before each testfunction is executed.
          *
          */
-        void init(); 
-    
+        void init();
+
         /**
          * will be called after every testfunction.
          *
          */
         void cleanup();
-    
+
     private slots:
         // the order in which these testXX methods are declared is important
         // changing this order will affect the test results
@@ -58,7 +58,6 @@
         void testActivateClosePlayerActiveObject();
         void testDoClosePlayer();
         void testSetAspectRatio();
-        void testIsAppInFront();
         void testClosePlaybackView();
         void testHandleVolumeCmd();
         void testHandleShortPressBackward();
@@ -71,13 +70,14 @@
         void testHandleVideoPlaybackMessage();
         void testHandlePlaybackCommandComplete();
         void testHandleMedia();
+        void testSurfacedAttached();
 
     signals:
         void commandSignal(int);
-    
+
     private:
         CMPXVideoViewWrapper  *mVideoViewWrapper;
-        VideoBasePlaybackView *mBaseVideoView; 
+        VideoBasePlaybackView *mBaseVideoView;
 };
 
 #endif  // __TESTMPXVIDEOVIEWWRAPPER_H__