videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/inc/testvideoplaybackview.h
changeset 24 7d93ee07fb27
parent 15 cf5481c2bc0b
child 46 adbe7d5ba2f5
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    13 *
    13 *
    14 * Description:   tester for methods in Video Playback View Plugin
    14 * Description:   tester for methods in Video Playback View Plugin
    15 * 
    15 * 
    16 */
    16 */
    17 
    17 
    18 // Version : %version: %
    18 // Version : %version: 6 %
    19 
    19 
    20 #ifndef __TESTVIDEOPLAYBACKVIEW_H__
    20 #ifndef __TESTVIDEOPLAYBACKVIEW_H__
    21 #define __TESTVIDEOPLAYBACKVIEW_H__
    21 #define __TESTVIDEOPLAYBACKVIEW_H__
    22 
    22 
    23 
    23 
    58     // changing this order will affect the test results
    58     // changing this order will affect the test results
    59     void testHandleActivateView();
    59     void testHandleActivateView();
    60     void testShowDialog();
    60     void testShowDialog();
    61     void testGetWindow();
    61     void testGetWindow();
    62     void testIssuePlayCommand();
    62     void testIssuePlayCommand();
    63     void testEvent();
    63     void testEventFilter();
    64     void testClosePlaybackView();
    64     void testClosePlaybackView();
    65     void testMousePressEvent();
    65     void testMousePressEvent();
    66     void testMouseReleaseEvent();
    66     void testMouseReleaseEvent();
    67     void testHandlePdlStateChange();
    67     void testHandlePdlStateChange();
    68     void testHandlePluginError();
    68     void testHandlePluginError();