bluetoothengine/btnotif/btdevicedialogplugin/inc/btrecvprgrsdialogwidget.h
changeset 70 f5508c13dfe0
parent 47 9e2a905b887f
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 public slots:
    49 public slots:
    50     void hideClicked();
    50     void hideClicked();
    51     void cancelClicked();
    51     void cancelClicked();
    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     
    67     HbAction            *mHide;
    67     HbAction            *mHide;
    68     HbAction            *mCancel;
    68     HbAction            *mCancel;
    69     HbDialog            *mDialog;
    69     HbDialog            *mDialog;
    70     HbProgressBar       *mProgressBar;
    70     HbProgressBar       *mProgressBar;
    71     int                 mFileSz;
    71     int                 mFileSz;
       
    72     int                 mError;
    72     
    73     
    73     Q_DISABLE_COPY(BTRecvPrgrsDialogWidget)
    74     Q_DISABLE_COPY(BTRecvPrgrsDialogWidget)
    74     };
    75     };
    75 
    76 
    76 #endif /* BTRECVPRGRSDIALOGWIDGET_H */
    77 #endif /* BTRECVPRGRSDIALOGWIDGET_H */