controlpanelui/src/cpplugins/personalizationplugin/src/cpprofilesettingform.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 14:59:22 +0300
changeset 11 10d0dd0e43f1
parent 10 0a74be98a8bc
child 12 624337f114fe
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0""
 * which accompanies this distribution, and is available
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
 * Initial Contributors:
 * Nokia Corporation - initial contribution.
 *
 * Contributors:
 *
 * Description:  
 *
 */

#ifndef CPPROFILESETTINGFORM_H
#define CPPROFILESETTINGFORM_H

#include <hbdataform.h>

class HbDataFormModel;
class HbDataFormModelItem;

class CpProfileSettingForm : public HbDataForm
{
    Q_OBJECT
public:
    CpProfileSettingForm();
    virtual ~CpProfileSettingForm();
private:
    void initModel();
    void initVolumeGroup(HbDataFormModelItem *parent);
    void initVibraGroup(HbDataFormModelItem *parent);
 //   void initRingToneGroup(HbDataFormModelItem *parent);
 //   void initMessageToneGroup(HbDataFormModelItem *parent);
 //   void initAlertToneGroup(HbDataFormModelItem *parent);
 //   void initKeyAndScreenToneGroup(HbDataFormModelItem *parent);
private:
    HbDataFormModel *mModel;
};


#endif //CPPROFILESETTINGFORM_H