controlpanelui/src/cpplugins/communicationplugin/src/cpcommunicationgroupitemdata.h
changeset 10 0a74be98a8bc
child 17 4a9568303383
equal deleted inserted replaced
0:254040eb3b7d 10:0a74be98a8bc
       
     1 /*
       
     2  * Copyright (c) 2009 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 #ifndef CPCOMMUNICATIONGROUPITEMDATA_H
       
    18 #define CPCOMMUNICATIONGROUPITEMDATA_H
       
    19 
       
    20 #include <cpcategorysettingformitemdata.h>
       
    21 class CpItemDataHelper;
       
    22 class CpCommunicationGroupItemData: public CpCategorySettingFormItemData
       
    23 {
       
    24 public:
       
    25     explicit CpCommunicationGroupItemData(const QString &configFile = QString(),
       
    26         const HbDataFormModelItem *parent = 0);
       
    27 
       
    28     CpCommunicationGroupItemData(HbDataFormModelItem::DataItemType type,
       
    29         const QString &label,
       
    30         const QString &configFile = QString(),
       
    31         const HbDataFormModelItem *parent = 0);
       
    32 
       
    33     ~CpCommunicationGroupItemData();
       
    34 private:
       
    35     virtual void beforeLoadingConfigPlugins(CpItemDataHelper &itemDataHelper);
       
    36 };
       
    37 #endif /* CPCOMMUNICATIONGROUPITEMDATA_H */