cmmanager/cpipsettingsplugin/inc/cpipsettingsview.h
changeset 20 9c97ad6591ae
child 27 489cf6208544
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
       
     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 CPIPSETTINGSVIEW_H
       
    19 #define CPIPSETTINGSVIEW_H
       
    20 
       
    21 // System includes
       
    22 #include <cpbasesettingview.h>
       
    23 
       
    24 // User includes
       
    25 
       
    26 // Forward declarations
       
    27 
       
    28 // External data types
       
    29 
       
    30 // Constants
       
    31 
       
    32 // Class declaration
       
    33 class CpIpSettingsView : public CpBaseSettingView
       
    34 {
       
    35     Q_OBJECT
       
    36     
       
    37 public:
       
    38     CpIpSettingsView(QGraphicsItem *parent = 0);
       
    39     ~CpIpSettingsView();
       
    40 
       
    41 signals:
       
    42 
       
    43 public slots:
       
    44 
       
    45 protected:
       
    46 
       
    47 protected slots:
       
    48 
       
    49 private:
       
    50 
       
    51 private slots:
       
    52     
       
    53 public: // data
       
    54     CpItemDataHelper *mItemDataHelper;
       
    55 };
       
    56 
       
    57 #endif // CPIPSETTINGSVIEW_H