securitysettings/cpwlansecurityuiplugins/cpwpacmnui/inc/cpwpacmneapui.h
changeset 22 093cf0757204
child 26 9abfd4f00d37
equal deleted inserted replaced
20:8b3129ac4c0f 22:093cf0757204
       
     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 the License "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  *    Control Panel QT EAP view for WPA/WPA2/802_Dot_1x/WPA2 only configuration
       
    16  *
       
    17  */
       
    18 
       
    19 /*
       
    20  * %version: 4 %
       
    21  */
       
    22 
       
    23 #ifndef CPWPACMNEAPUI_H_
       
    24 #define CPWPACMNEAPUI_H_
       
    25 
       
    26 class CpWpaCmnUi;
       
    27 #include <cpsettingformentryitemdata.h>
       
    28 /*! 
       
    29  * Implements the Ui EAP Plugin Loader for WPA/WPA2/802_Dot_1x/WPA2 only Security Modes  
       
    30  */
       
    31 class EapEntyItemData : public CpSettingFormEntryItemData
       
    32 {
       
    33 public:
       
    34     EapEntyItemData(CpWpaCmnUi* wpa, CpItemDataHelper &itemDataHelper,
       
    35             const QString &text = QString(), const QString &description =
       
    36                     QString(), const HbIcon &icon = HbIcon(),
       
    37             const HbDataFormModelItem *parent = 0);
       
    38 
       
    39     virtual ~EapEntyItemData();
       
    40 
       
    41     /*!
       
    42      Implement CpSettingFormEntryItemData::createSettingView
       
    43      */
       
    44     virtual CpBaseSettingView *createSettingView() const;
       
    45 
       
    46 private:
       
    47 
       
    48     CpWpaCmnUi* mUi;
       
    49     CpItemDataHelper& itemdatahelper;
       
    50 };
       
    51 
       
    52 #endif /* CPWPACMNEAPUI_H_ */