bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogquerywidget.h
changeset 57 5ebadcda06cb
parent 29 48ae3789ce00
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
    27 
    27 
    28 /*!
    28 /*!
    29     \class BtDeviceDialogQueryWidget
    29     \class BtDeviceDialogQueryWidget
    30     \brief Widget class with properties setting. 
    30     \brief Widget class with properties setting. 
    31 
    31 
    32     BtDeviceDialogQueryWidget, inherited from HbMessageBox, 
    32     BtDeviceDialogQueryWidget, inherited from HbDeviceDialogInterface, 
    33     implements interface HbDeviceDialogInterface. The Q_Properties
    33     implemented using HbMessageBox. 
    34     here are interfaces for caller of HbDeviceDialog to configue
       
    35     what to be shown in the widget. 
       
    36     
    34     
    37  */
    35  */
    38 class BtDeviceDialogQueryWidget :
    36 class BtDeviceDialogQueryWidget :
    39     public QObject, public HbDeviceDialogInterface
    37     public QObject, public HbDeviceDialogInterface
    40 {
    38 {
    60     
    58     
    61 private:
    59 private:
    62     void processParam(const QVariantMap &parameters);
    60     void processParam(const QVariantMap &parameters);
    63     bool constructQueryDialog(const QVariantMap &parameters);
    61     bool constructQueryDialog(const QVariantMap &parameters);
    64     void resetProperties();
    62     void resetProperties();
       
    63     QString& GetPasskeyEntryStatusString(int aStatus);
    65         
    64         
    66 private:
    65 private:
    67     Q_DISABLE_COPY(BtDeviceDialogQueryWidget)
    66     Q_DISABLE_COPY(BtDeviceDialogQueryWidget)
    68 
    67 
    69     int mLastError;
    68     int mLastError;
    70     int mSendAction;
    69     int mSendAction;
    71     bool mShowEventReceived;
    70     bool mShowEventReceived;
       
    71     QString mDisplayPasskeyStatus;
       
    72     bool mSendPasskeyEntryCompletedAction;
       
    73     int mDispPassKeyNumDigit;
    72     
    74     
    73     HbMessageBox *mMessageBox;
    75     HbMessageBox *mMessageBox;
    74 };
    76 };
    75 
    77 
    76 #endif // BTDEVICEDIALOGQUERYWIDGET_H
    78 #endif // BTDEVICEDIALOGQUERYWIDGET_H