homescreenapp/hsutils/inc/hsspinnerdialog.h
changeset 62 341166945d65
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *    Spinner dialog shown when setting new background image
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __SPINNERDIALOG_H
       
    20 #define __SPINNERDIALOG_H
       
    21 
       
    22 #include <HbDialog>
       
    23 #include "hsutils_global.h"
       
    24 #include "hstest_global.h"
       
    25 class HbIconItem;
       
    26 HOMESCREEN_TEST_CLASS(t_hsUtils)
       
    27 
       
    28 class HSUTILS_EXPORT HsSpinnerDialog : public HbDialog
       
    29 {
       
    30     Q_OBJECT
       
    31     
       
    32 public: 
       
    33     HsSpinnerDialog(QGraphicsItem *parent=0);
       
    34     ~HsSpinnerDialog();
       
    35     
       
    36 public slots:
       
    37     void start();
       
    38     void stop();
       
    39     
       
    40 private:    
       
    41     HOMESCREEN_TEST_FRIEND_CLASS(t_hsUtils)
       
    42 };
       
    43 
       
    44 #endif // __SPINNERDIALOG_H