diff -r 613943a21004 -r 9386f31cc85b bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogrecvquerywidget.h --- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogrecvquerywidget.h Tue Aug 31 15:25:10 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,77 +0,0 @@ -/* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: BtDeviceDialogWidget class declaration. -* -*/ - - -#ifndef BTDEVICEDIALOGRECVQUERYWIDGET_H -#define BTDEVICEDIALOGRECVQUERYWIDGET_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - - -class BTRecvQueryDialogWidget : public QObject, - public HbDeviceDialogInterface - { - Q_OBJECT - -public: - BTRecvQueryDialogWidget(const QVariantMap ¶meters); - ~BTRecvQueryDialogWidget(); - -public: // from HbDeviceDialogInterface - bool setDeviceDialogParameters(const QVariantMap ¶meters); - int deviceDialogError() const; - void closeDeviceDialog(bool byClient); - HbPopup *deviceDialogWidget() const; - virtual QObject *signalSender() const; - -public slots: - void yesClicked(); - void noClicked(); - void checkBoxStateChanged(bool checked); - -private: - bool constructDialog(const QVariantMap ¶meters); - -signals: - void deviceDialogClosed(); - void deviceDialogData(QVariantMap data); - -private: - HbDocumentLoader *mLoader; - QStandardItemModel *mContentItemModel; - HbLabel *mHeading; - HbLabel *mDeviceName; - HbLabel *mDeviceType; - HbLabel *mDeviceIcon; - HbAction *mYes; - HbAction *mNo; - HbCheckBox *mCheckBox; - HbDialog *mDialog; - - Q_DISABLE_COPY(BTRecvQueryDialogWidget) - }; - -#endif /* BTDEVICEDIALOGRECVQUERYWIDGET_H */