controlpanelui/src/cpplugins/profileactivatorplugin/src/cpprofileactivatorentryitem.h
author hgs
Fri, 14 May 2010 13:21:08 +0800
changeset 19 36aa4756ee82
parent 12 624337f114fe
child 17 4a9568303383
permissions -rw-r--r--
201019

/*
 * 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 CPPROFILEACTIVATORENTRYITEM_H
#define CPPROFILEACTIVATORENTRYITEM_H

#include <cpsettingformentryitemdata.h>

class CpProfileModel;
class CpProfileActivatorEntryItem : public CpSettingFormEntryItemData
{
Q_OBJECT
public:
    explicit CpProfileActivatorEntryItem(CpItemDataHelper &itemDataHelper,
            const QString &text = QString(), const QString &description =
                    QString(), const HbIcon &icon = HbIcon(),
            const HbDataFormModelItem *parent = 0);
    virtual ~CpProfileActivatorEntryItem();
private slots:
    void onLaunchView();
    //void handleOk(const QVariant &result);
    //void handleError(int errorCode, const QString& errorMessage);
private:
    virtual CpBaseSettingView *createSettingView() const;
private:
    CpProfileModel *mProfileModel;
};

#endif // CPPROFILEACTIVATORENTRYITEM_H