videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/stub/src/hbpangesture.cpp
changeset 46 adbe7d5ba2f5
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Implementation of HbPanGesture
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:   1 %
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "mpxvideo_debug.h"
       
    24 #include "hbpangesture.h"
       
    25 
       
    26 // -------------------------------------------------------------------------------------------------
       
    27 // HbPanGesture::HbPanGesture
       
    28 // -------------------------------------------------------------------------------------------------
       
    29 //
       
    30 HbPanGesture::HbPanGesture()
       
    31 {
       
    32     MPX_ENTER_EXIT(_L("HbPanGesture::HbPanGesture()"));
       
    33 }
       
    34 
       
    35 // -------------------------------------------------------------------------------------------------
       
    36 // HbPanGesture::~HbPanGesture
       
    37 // -------------------------------------------------------------------------------------------------
       
    38 //
       
    39 HbPanGesture::~HbPanGesture()
       
    40 {
       
    41     MPX_DEBUG(_L("HbPanGesture::HbPanGesture") );
       
    42 }
       
    43 
       
    44 // -------------------------------------------------------------------------------------------------
       
    45 // HbPanGesture::sceneDelta
       
    46 // -------------------------------------------------------------------------------------------------
       
    47 //
       
    48 QPointF HbPanGesture::sceneDelta()
       
    49 {
       
    50     MPX_DEBUG(_L("HbPanGesture::sceneDelta") );
       
    51 
       
    52     return mSceneDelta;
       
    53 }
       
    54 
       
    55 // End of file