mpviewplugins/mpmediawallviewplugin/tsrc/unittest_mpmediawallview/stub/src/mptracklistwidget.cpp
changeset 47 4cc1412daed0
child 55 f3930dda3342
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
       
     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: Track List Widget for Music Player Media Wall.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <QGraphicsSceneMouseEvent>
       
    20 
       
    21 #include <hbinstance.h>
       
    22 #include <hblistview.h>
       
    23 #include <hbframeitem.h>
       
    24 #include <hbmainwindow.h>
       
    25 #include <hbstyleloader.h>
       
    26 
       
    27 
       
    28 #include "mptracklistwidget.h"
       
    29 #include "mpreflectioneffect.h"
       
    30 
       
    31 /*!
       
    32     Stub.
       
    33  */
       
    34 MpTrackListWidget::MpTrackListWidget( QGraphicsItem *parent ) : HbWidget( parent ) 
       
    35 {
       
    36 
       
    37 }
       
    38 
       
    39 /*!
       
    40     Stub
       
    41  */
       
    42 MpTrackListWidget::~MpTrackListWidget()
       
    43 {
       
    44 }
       
    45 
       
    46 /*!
       
    47     Stub
       
    48  */
       
    49 HbListView *MpTrackListWidget::list()
       
    50 {
       
    51     return new HbListView();
       
    52 } 
       
    53 
       
    54 //EOF