bluetoothengine/btui/btuidelegate/btdelegateinquiry.h
changeset 57 5ebadcda06cb
parent 47 9e2a905b887f
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
    36             BtDeviceModel* deviceModel, 
    36             BtDeviceModel* deviceModel, 
    37             QObject* parent = 0 );
    37             QObject* parent = 0 );
    38     
    38     
    39     virtual ~BtDelegateInquiry();
    39     virtual ~BtDelegateInquiry();
    40     
    40     
       
    41     int supportedEditorTypes() const;
       
    42     
    41     virtual void exec( const QVariant &params );
    43     virtual void exec( const QVariant &params );
    42     
    44     
    43     virtual void cancel();
    45     virtual void cancel();
    44     
    46     
    45 public slots:
    47 public slots:
    46     void powerDelegateCompleted(int error);
    48     void handleManagePowerCompleted(int error);
       
    49     void handleSearchCompleted(int error);
    47     
    50     
    48 private:
    51 private:
    49     void exec_inquiry();
    52     bool startInquiry();
    50     
    53     
    51 private:
    54 private:
    52     BtAbstractDelegate* mAbstractDelegate;
    55     BtAbstractDelegate *mPowerDelegate;
    53     
       
    54 };
    56 };
    55 
    57 
    56 #endif /* BTDELEGATEINQUIRY_H */
    58 #endif /* BTDELEGATEINQUIRY_H */