cmmanager/cpipsettingsplugin/inc/cpipsettingsview.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     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     Q_DISABLE_COPY(CpIpSettingsView)
       
    51 
       
    52 private slots:
       
    53     
       
    54 public: // data
       
    55     CpItemDataHelper *mItemDataHelper;
       
    56 };
       
    57 
       
    58 #endif // CPIPSETTINGSVIEW_H