systemsettings/accindicatorplugin/accindicatorsettings/inc/tvoutview.h
changeset 28 b0b858956ed5
equal deleted inserted replaced
21:c4cbaa4fb734 28:b0b858956ed5
       
     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:  
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef TVOUTVIEW_H
       
    19 #define TVOUTVIEW_H
       
    20 
       
    21 #include <hbmainwindow.h>
       
    22 #include <QObject>
       
    23 #include <GSServerEngine.h>
       
    24 
       
    25 class TvOutView : public QObject
       
    26     {
       
    27     Q_OBJECT
       
    28 
       
    29 public:
       
    30     TvOutView(HbMainWindow *window,int);
       
    31     ~TvOutView();
       
    32 
       
    33 private slots:
       
    34     void currentIndexModified(int);
       
    35 private:
       
    36 	int currentValue;
       
    37 	CGSServerEngine* iServerEngine;
       
    38 	
       
    39 public:
       
    40     };
       
    41 
       
    42 #endif // TVOUTVIEW_H