bluetoothengine/btindicator/inc/btindicator.h
changeset 70 f5508c13dfe0
parent 42 b72428996822
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
    18 #ifndef BTINDICATOR_H
    18 #ifndef BTINDICATOR_H
    19 #define BTINDICATOR_H
    19 #define BTINDICATOR_H
    20 
    20 
    21 
    21 
    22 #include <hbindicatorinterface.h>
    22 #include <hbindicatorinterface.h>
    23 //#include <xqappmgr.h>
    23 #include <xqappmgr.h>
       
    24 
       
    25 
       
    26 
    24 /**
    27 /**
    25  * Bluetooth indicator class. 
    28  * Bluetooth indicator class. 
    26  * Handles client request and showing the indications. 
    29  * Handles client request and showing the indications. 
    27  */
    30  */
    28 class BTIndicator : public HbIndicatorInterface
    31 class BTIndicator : public HbIndicatorInterface
    29 {
    32 {
       
    33     Q_OBJECT
    30 public:
    34 public:
    31     /**
    35     /**
    32      * Constructor
    36      * Constructor
    33      */
    37      */
    34     BTIndicator(const QString &indicatorType);
    38     BTIndicator(const QString &indicatorType);
    53      * @see HbIndicatorInterface
    57      * @see HbIndicatorInterface
    54      */
    58      */
    55     bool handleClientRequest(RequestType type, const QVariant &parameter);
    59     bool handleClientRequest(RequestType type, const QVariant &parameter);
    56     
    60     
    57 private:
    61 private:
    58 //    void launchBTCpSettingView(); 
    62     void launchBTCpSettingView(); 
    59     
    63     
    60 /*private slots:
    64 private slots:
    61     void handleReturnValue(const QVariant &returnValue);
    65     void handleReturnValue(const QVariant &returnValue);
    62     void handleError(int errorCode,const QString &errorMessage);*/
    66     void handleError(int errorCode,const QString &errorMessage);
    63     
    67     
    64 private: 
    68 private: 
    65 
    69     XQApplicationManager mAppMgr;
    66     QString mSecDisplayName;
    70     XQAiwRequest *mRequest;
    67 //    XQApplicationManager mAppMgr;
       
    68     int mIndicatorStatus;
    71     int mIndicatorStatus;
    69     
    72     bool mIndicatorlaunch;
    70 private:
    73     QStringList mSecondaryText;
    71 
       
    72 };
    74 };
    73 
    75 
    74 #endif /* BTINDICATOR_H */
    76 #endif /* BTINDICATOR_H */
    75 
    77 
    76 
    78