bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogrecvquerywidget.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".
    51     void yesClicked();
    51     void yesClicked();
    52     void noClicked();
    52     void noClicked();
    53     void checkBoxStateChanged(bool checked);
    53     void checkBoxStateChanged(bool checked);
    54 
    54 
    55 private:
    55 private:
    56     bool constructDialog(const QVariantMap &parameters);
    56     void constructDialog(const QVariantMap &parameters);
    57     
    57     
    58 signals:
    58 signals:
    59     void deviceDialogClosed();
    59     void deviceDialogClosed();
    60     void deviceDialogData(QVariantMap data);
    60     void deviceDialogData(QVariantMap data);
    61     
    61     
    68     HbLabel             *mDeviceIcon;
    68     HbLabel             *mDeviceIcon;
    69     HbAction            *mYesAction;
    69     HbAction            *mYesAction;
    70     HbAction            *mNoAction;
    70     HbAction            *mNoAction;
    71     HbCheckBox          *mAuthorizeUser;
    71     HbCheckBox          *mAuthorizeUser;
    72     HbDialog            *mDialog;
    72     HbDialog            *mDialog;
       
    73     int                 mError;
    73     
    74     
    74     Q_DISABLE_COPY(BTRecvQueryDialogWidget)
    75     Q_DISABLE_COPY(BTRecvQueryDialogWidget)
    75     };
    76     };
    76 
    77 
    77 #endif /* BTDEVICEDIALOGRECVQUERYWIDGET_H */
    78 #endif /* BTDEVICEDIALOGRECVQUERYWIDGET_H */