bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.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".
    49     void cancelClicked();
    49     void cancelClicked();
    50     void deviceSelected(const QModelIndex& modelIndex);
    50     void deviceSelected(const QModelIndex& modelIndex);
    51  //   void inputClosed(HbAction *action);
    51  //   void inputClosed(HbAction *action);
    52     
    52     
    53 private:
    53 private:
    54     bool constructDialog(const QVariantMap &parameters);
    54     void constructDialog(const QVariantMap &parameters);
    55     
    55     
    56 signals:
    56 signals:
    57     void deviceDialogClosed();
    57     void deviceDialogClosed();
    58     void deviceDialogData(QVariantMap  data);
    58     void deviceDialogData(QVariantMap  data);
    59     
    59     
    62     HbDialog *mLastUsedDeviceDialog;
    62     HbDialog *mLastUsedDeviceDialog;
    63     HbAction *mMoreAction;
    63     HbAction *mMoreAction;
    64     HbAction *mCancelAction;
    64     HbAction *mCancelAction;
    65     QStandardItemModel* mContentItemModel;
    65     QStandardItemModel* mContentItemModel;
    66     BtSendDataSource mData;
    66     BtSendDataSource mData;
       
    67     int       mLastError;
    67     
    68     
    68     Q_DISABLE_COPY(BTMoreDevicesDialogWidget)
    69     Q_DISABLE_COPY(BTMoreDevicesDialogWidget)
    69     };
    70     };
    70 
    71 
    71 #endif /* BTMOREDEVICESDIALOGWIDGET_H */
    72 #endif /* BTMOREDEVICESDIALOGWIDGET_H */