mpviewplugins/mpsettingsviewplugin/tsrc/unittest_mpsettingsview/stub/inc/mpsettingsaudioeffectswidget.h
changeset 47 4cc1412daed0
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
       
     1 /*
       
     2 * Copyright (c) 2009 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: Music Player Settings view - audio settings -stub.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MPSETTINGSAUDIOEFFECTSWIDGET_H
       
    19 #define MPSETTINGSAUDIOEFFECTSWIDGET_H
       
    20 
       
    21 
       
    22 // INCLUDES
       
    23 #include <QObject>
       
    24 #include <hbwidget.h>
       
    25 
       
    26 
       
    27 // CLASS DECLARATION
       
    28 class MpEngine;
       
    29 class HbSlider;
       
    30 
       
    31 /**
       
    32  *  Audio Effects widget definition.
       
    33  *
       
    34  */
       
    35 class MpSettingsAudioEffectsWidget : public HbWidget
       
    36     {
       
    37     Q_OBJECT
       
    38     
       
    39 public:
       
    40     explicit MpSettingsAudioEffectsWidget( QGraphicsItem *parent=0  );
       
    41     virtual ~MpSettingsAudioEffectsWidget();
       
    42     
       
    43     void initialize();
       
    44 
       
    45 public slots:
       
    46     
       
    47     void filterSignals( QModelIndex startIn, QModelIndex endIn );
       
    48     
       
    49 private:
       
    50 
       
    51     };
       
    52 
       
    53 #endif  // MPSETTINGSAUDIOEFFECTSWIDGET_H
       
    54 
       
    55 // End of File