btservices_plat/bt_remote_device_setting_api/inc/btdevsettingpluginloader.h
branchRCL_3
changeset 23 9386f31cc85b
parent 22 613943a21004
child 24 269724087bed
equal deleted inserted replaced
22:613943a21004 23:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2010 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef BTDEVSETTINGPLUGINLOADER_H
       
    19 #define BTDEVSETTINGPLUGINLOADER_H
       
    20 
       
    21 #include <QtGlobal>
       
    22 #include <btdevsettingglobal.h>
       
    23 #include <QList>
       
    24 
       
    25 class QString;
       
    26 class QStringList;
       
    27 class BtDevSettingInterface;
       
    28 
       
    29 class BTDEVSETTINGINTERFACE_EXPORT BtDevSettingPluginLoader
       
    30 {
       
    31 public:
       
    32 
       
    33     /*!
       
    34        Load all setting interfaces.
       
    35        
       
    36        \return the list of plugin interface.
       
    37      */
       
    38     static QList<BtDevSettingInterface*> loadDevSettingInterfaces();
       
    39 
       
    40 };
       
    41 
       
    42 #endif /* BTDEVSETTINGPLUGINLOADER_H */