wlanutilities/wlanwizard/inc/wlanwizardsummaryviewitem.h
branchRCL_3
changeset 55 f28ada11abbf
parent 54 63be7eb3fc78
child 59 34911529ee3c
equal deleted inserted replaced
54:63be7eb3fc78 55:f28ada11abbf
     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  *   Wlan Wizard Page: Summary: Custom list view item
       
    16  */
       
    17 
       
    18 #ifndef WLANWIZARDSUMMARYLISTVIEWITEM_H
       
    19 #define WLANWIZARDSUMMARYLISTVIEWITEM_H
       
    20 
       
    21 // System includes
       
    22 #include <HbListViewItem>
       
    23 
       
    24 // User includes
       
    25 
       
    26 // Forward declarations
       
    27 
       
    28 // External data types
       
    29 
       
    30 // Constants
       
    31 
       
    32 /*!
       
    33    @addtogroup group_wlan_wizard
       
    34    @{
       
    35  */
       
    36 
       
    37 class WlanWizardSummaryListViewItem : public HbListViewItem
       
    38 {
       
    39 public:
       
    40     explicit WlanWizardSummaryListViewItem(QGraphicsItem* parent = 0);
       
    41     virtual ~WlanWizardSummaryListViewItem();
       
    42         
       
    43     virtual HbAbstractViewItem* createItem();
       
    44     virtual void updateChildItems();
       
    45     
       
    46 signals:
       
    47     
       
    48 public slots:
       
    49     
       
    50 protected:
       
    51 
       
    52 protected slots:
       
    53 
       
    54 private:
       
    55 
       
    56 private slots:
       
    57 
       
    58 private: // data    
       
    59 };
       
    60 
       
    61 /*! @} */
       
    62 
       
    63 #endif // WLANWIZARDSUMMARYLISTVIEWITEM_H