securitysettings/cpwlansecurityuiplugins/cpwpacmnui/inc/cpwpacmneapui.h
branchRCL_3
changeset 18 bad0cc58d154
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
       
     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  *    Control Panel WLAN Security EAP Entry item for WPA(2)/802.1x
       
    16  *
       
    17  */
       
    18 
       
    19 /*
       
    20  * %version: tr1cfwln#8 %
       
    21  */
       
    22 
       
    23 #ifndef CPWPACMNEAPUI_H_
       
    24 #define CPWPACMNEAPUI_H_
       
    25 
       
    26 // System includes
       
    27 #include <cpsettingformentryitemdata.h>
       
    28 
       
    29 // User includes
       
    30 
       
    31 // Forward declarations
       
    32 class CpWpaCmnUiPrivate;
       
    33 
       
    34 class EapEntryItemData : public CpSettingFormEntryItemData
       
    35 {
       
    36 public:
       
    37     EapEntryItemData(
       
    38         CpWpaCmnUiPrivate* wpa, 
       
    39         CpItemDataHelper &itemDataHelper,
       
    40         const QString &text = QString());
       
    41 
       
    42     virtual ~EapEntryItemData();
       
    43 
       
    44     virtual CpBaseSettingView *createSettingView() const;
       
    45 
       
    46 private:
       
    47     //! Pointer to WPA/WPA2/802.1x UI. 
       
    48     CpWpaCmnUiPrivate* mUi;
       
    49     // Dataitem helpper
       
    50     CpItemDataHelper& itemdatahelper;
       
    51 };
       
    52 
       
    53 #endif /* CPWPACMNEAPUI_H_ */