videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/inc/testmpxvideoplaybackcontrolscontroller.h
changeset 46 adbe7d5ba2f5
parent 28 c48470be1ba7
--- a/videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/inc/testmpxvideoplaybackcontrolscontroller.h	Fri Jun 11 13:39:54 2010 +0300
+++ b/videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/inc/testmpxvideoplaybackcontrolscontroller.h	Wed Jun 23 18:14:16 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,10 +12,10 @@
 * Contributors:
 *
 * Description:   tester for methods in Video Playback Controls Controller
-* 
+*
 */
 
-// Version : %version:  5 %
+// Version : %version:  6 %
 
 #ifndef __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
 #define __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
@@ -41,21 +41,21 @@
      * will be called before each testfunction is executed.
      *
      */
-    void init(); 
-    
+    void init();
+
     /**
      * will be called after every testfunction.
      *
      */
     void cleanup();
-       
+
 private:
 
     void verifyHandleEventStateChangedResult( int value );
     void verifyHandleEventTvOutResult( bool tvOutConnected, bool value );
-    
+
 private slots:
-    
+
     void testAddFileDetails();
     void testHandleEventSetPosition();
     void testHandleEventSetDuration();
@@ -71,17 +71,17 @@
     void testHandleEventTvOutDisconnected();
     void testHandleEventHandleErrors();
     void testHandleEventShowVolumeControls();
-    
+
     //
     // test handleCommand()
     //
     void testHandleCommand();
-    
+
     //
     // test handleTappedOnScreen()
     //
     void testHandleTappedOnScreen();
-    
+
     //
     // test updateVideoRectDone()
     //
@@ -105,7 +105,7 @@
     //
     // test private slot attachVideo()
     //
-    void testslot_attachVideo();  
+    void testslot_attachVideo();
 
     //
     // test private slot attachVideo()
@@ -120,18 +120,18 @@
     void testslot_handleRNLogoVisibleChanged();
     void testslot_handleRNLogoTimeout();
     void testIsRNLogoBitmapVisible();
-  
+
 signals:
     void commandSignal();
     void commandSignal( Qt::Orientation );
-    
+
 private:
 
     HbVideoBasePlaybackView*			    mBaseVideoView;
     CMPXVideoViewWrapper*			        mViewWrapper;
     QMPXVideoPlaybackControlsController*	mController;
     QMPXVideoPlaybackViewFileDetails*       mFileDetails;
-        
+
 };