controlpanel/src/cpframework/src/cppluginlauncher.cpp
changeset 55 4c15d9aa2384
parent 38 5a264aaf7677
equal deleted inserted replaced
47:dbe66a66f6a9 55:4c15d9aa2384
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  
    14 * Description:  Launch controlpanel plugin setting view in client process.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <cppluginlauncher.h>
    18 #include <cppluginlauncher.h>
    19 #include <cpplugininterface.h>
    19 #include <cpplugininterface.h>
    21 #include <QSharedPointer>
    21 #include <QSharedPointer>
    22 #include <cppluginloader.h>
    22 #include <cppluginloader.h>
    23 #include <cpbasesettingview.h>
    23 #include <cpbasesettingview.h>
    24 #include <cpitemdatahelper.h>
    24 #include <cpitemdatahelper.h>
    25 #include "cpviewlauncher.h"
    25 #include "cpviewlauncher.h"
    26 /*!
       
    27 
    26 
    28 */
       
    29 /*!
    27 /*!
    30     \class CpPluginLauncher
    28     \class CpPluginLauncher
    31     \brief The CpPluginLauncher class loads a controlpanel plugin at run-time.And display the specify plugin view in client process.
    29     \brief The CpPluginLauncher class loads a controlpanel plugin at run-time.And display the specify plugin view in client process.
    32 		\deprecated CpPluginLauncher::launchCpPluginView(const QString &pluginFile,int index )
       
    33     is deprecated. Use pPluginLauncher::launchSettingView instead.
       
    34 */
    30 */
    35 bool CpPluginLauncher::launchCpPluginView(const QString &pluginFile,int index /*= 0*/)
       
    36 {
       
    37     return false;
       
    38 }
       
    39 
    31 
    40 /*!
    32 /*!
    41     Load and display a plugin view in client process. The client must be a orbit based application.
    33     Load and display a plugin view in client process. The client must be a orbit based application.
    42     The pluginFile can either absoulte file path or only file name. 
    34     The pluginFile can either absoulte file path or only file name. 
    43     Acceptable format:
    35     Acceptable format: