controlpanelui/src/cpplugins/personalizationplugin/src/cpprofilesettingform.h
changeset 10 0a74be98a8bc
child 11 10d0dd0e43f1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/controlpanelui/src/cpplugins/personalizationplugin/src/cpprofilesettingform.h	Fri Mar 19 09:29:29 2010 +0200
@@ -0,0 +1,44 @@
+/*
+ * 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 initRingToneGroup(HbDataFormModelItem *parent);
+    void initMessageToneGroup(HbDataFormModelItem *parent);
+    void initAlertToneGroup(HbDataFormModelItem *parent);
+    void initKeyAndScreenToneGroup(HbDataFormModelItem *parent);
+private:
+    HbDataFormModel *mModel;
+};
+
+
+#endif //CPPROFILESETTINGFORM_H