diff -r 613943a21004 -r 9386f31cc85b bluetoothengine/btnotif/btdevicedialogplugin/inc/btsenddialogwidget.h --- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btsenddialogwidget.h Tue Aug 31 15:25:10 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,82 +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: - * - */ - - -#ifndef BTSENDDIALOGWIDGET_H -#define BTSENDDIALOGWIDGET_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - - -class BTSendDialogWidget : public QObject, - public HbDeviceDialogInterface - { - Q_OBJECT - -public: - BTSendDialogWidget(const QVariantMap ¶meters); - ~BTSendDialogWidget(); - -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 hideClicked(); - void cancelClicked(); -// void inputClosed(HbAction* action); -private: - bool constructDialog(const QVariantMap ¶meters); - void hideEvent(QHideEvent *event); - void showEvent(QShowEvent *event); - -signals: - void deviceDialogClosed(); - -private: - HbDocumentLoader *mLoader; - // QStandardItemModel* mContentItemModel; - HbProgressBar* mProgressBar; - HbLabel* mDialogHeading; - HbLabel* mFileIconLabel; - HbLabel* mFileNameLabel; - HbLabel* mFileSizeLabel; - -// HbListView* mListView; - HbDialog *mSendDialog; - HbAction *mHideAction; - HbAction *mCancelAction; - int mFileIndex; - - - Q_DISABLE_COPY(BTSendDialogWidget) - }; - -#endif /* BTSENDDIALOGWIDGET_H */