bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicesearchdialogwidget.h
changeset 70 f5508c13dfe0
parent 57 5ebadcda06cb
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     1 /*
     1 /*
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of "Eclipse Public License v1.0""
     5  * under the terms of "Eclipse Public License v1.0""
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    55     void deviceSelected(const QModelIndex& modelIndex);
    55     void deviceSelected(const QModelIndex& modelIndex);
    56     void selectionDialogClosed(HbAction *action);
    56     void selectionDialogClosed(HbAction *action);
    57     void searchDialogClosed(); 
    57     void searchDialogClosed(); 
    58     
    58     
    59 private:
    59 private:
    60     bool constructDialog(const QVariantMap &parameters);
    60     void constructDialog(const QVariantMap &parameters);
    61     
    61     
    62 private:
    62 private:
    63     enum devTypeSelectionList {
    63     enum devTypeSelectionList {
    64         BtUiDevAudioDevice = 0,
    64         BtUiDevAudioDevice = 0,
    65         BtUiDevComputer,
    65         BtUiDevComputer,
    88     HbAction *mStopRetryAction;
    88     HbAction *mStopRetryAction;
    89     HbAction *mShowAction;
    89     HbAction *mShowAction;
    90     HbAction *mCancelAction;
    90     HbAction *mCancelAction;
    91 
    91 
    92     int mStopRetryFlag;
    92     int mStopRetryFlag;
    93     
    93     int mLastError;
    94     BtSendDataSource mData;
    94     BtSendDataSource mData;
    95     BtSendDataSource mSelectedData;
    95     BtSendDataSource mSelectedData;
    96     
    96     
    97     Q_DISABLE_COPY(BTDeviceSearchDialogWidget)
    97     Q_DISABLE_COPY(BTDeviceSearchDialogWidget)
    98     };
    98     };