videoplayback/videoplaybackview/tsrc/testfullscreencontrol/inc/testfullscreencontrol.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
--- a/videoplayback/videoplaybackview/tsrc/testfullscreencontrol/inc/testfullscreencontrol.h	Thu Sep 02 20:28:16 2010 +0300
+++ b/videoplayback/videoplaybackview/tsrc/testfullscreencontrol/inc/testfullscreencontrol.h	Fri Sep 17 08:30:05 2010 +0300
@@ -1,5 +1,5 @@
 /**
-* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2010 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:   test module for VideoPlaybackFullScreenControl
-* 
+*
 */
 
 #ifndef __TESTFULLSCREENCONTROL_H__
@@ -40,23 +40,23 @@
          * will be called before each testfunction is executed.
          *
         */
-        void init(); 
-    
+        void init();
+
         /**
          * will be called after every testfunction.
          *
          */
         void cleanup();
-    
+
         // test functions for the test framework
         void setup( TVideoPlaybackControls control );
-    
+
         void createControl( TVideoPlaybackControls control );
-         
+
     private slots:
-        
+
         void testControlIndex();
-        
+
         void testDurationChanged();
 
         void testPositionChanged();
@@ -64,14 +64,16 @@
         void testAspectRatioChanged();
 
         void testUpdateState();
-        
+
         void testUpdateControlsWithFileDetails();
 
-        void testUpdateControlProperties();    
-    
+        void testUpdateControlProperties();
+
+        void testResetControl();
+
     signals:
         void commandSignal(int);
-    
+
     private:
         VideoPlaybackControlsController*     mControlsController;
         VideoPlaybackFullScreenControl*      mFullScreenControl;