mpviewplugins/mpsettingsviewplugin/inc/mpsettingsaudioeffectswidget.h
changeset 29 8192e5b5c935
parent 20 82baf59ce8dd
equal deleted inserted replaced
25:3ec52facab4d 29:8192e5b5c935
     1 /*
     1 /*
     2 * Copyright ( c ) 2009 Nokia Corporation and/or its subsidiary( -ies ).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 * 
    13 *
    14 * Description: Music Player audio effect view.
    14 * Description: Music Player Settings view - audio settings.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef MPSETTINGSAUDIOEFFECTSWIDGET_H
    18 #ifndef MPSETTINGSAUDIOEFFECTSWIDGET_H
    19 #define MPSETTINGSAUDIOEFFECTSWIDGET_H
    19 #define MPSETTINGSAUDIOEFFECTSWIDGET_H
    20 
    20 
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <qobject>
    23 #include <QObject>
    24 #include <hbwidget.h>
    24 #include <hbwidget.h>
    25 #include <hbdataform.h>
    25 #include <hbdataform.h>
    26 #include <hbdataformmodel.h>
    26 #include <hbdataformmodel.h>
    27 
    27 
    28 // CLASS DECLARATION
    28 // CLASS DECLARATION
    29 class MpMpxAsFrameworkWrapper;
    29 class MpEngine;
    30 class HbSlider;
    30 class HbSlider;
    31 
    31 
    32 /**
    32 /**
    33  *  Audio Effects widget definition.
    33  *  Audio Effects widget definition.
    34  *
    34  *
    47     
    47     
    48     void filterSignals( QModelIndex startIn, QModelIndex endIn );
    48     void filterSignals( QModelIndex startIn, QModelIndex endIn );
    49     
    49     
    50 private:
    50 private:
    51 
    51 
    52     MpMpxAsFrameworkWrapper *mFrameworkWrapper;
    52     MpEngine                *mMpEngine;         // Own
    53     HbDataFormModel         *mModel;
    53     HbDataFormModel         *mModel;
    54     };
    54     };
    55 
    55 
    56 #endif  // MPSETTINGSAUDIOEFFECTSWIDGET_H
    56 #endif  // MPSETTINGSAUDIOEFFECTSWIDGET_H
    57 
    57