controlpanel/controlpanel_plat/inc/cppluginlauncher.h
branchRCL_3
changeset 54 7e0eff37aedb
parent 53 8ee96d21d9bf
child 57 e78c61e77b1a
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
     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: Launch controlpanel plugin setting view in client process.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CPPLUGINLAUNCHER_H
       
    19 #define CPPLUGINLAUNCHER_H
       
    20 
       
    21 #include "cpglobal.h"
       
    22 #include <QVariant>
       
    23 
       
    24 class QString;
       
    25 class CpBaseSettingView;
       
    26 
       
    27 class CP_EXPORT CpPluginLauncher
       
    28 {
       
    29 public:    
       
    30 	static CpBaseSettingView* launchSettingView(const QString &pluginFile,const QVariant &hint = QVariant());
       
    31 };
       
    32 
       
    33 #endif /* CPPLUGINLAUNCHER_H */