mmsharing/livecommsui/lcui/tsrc/ut_lcui/hbstubs/hbpushbutton.h
branchRCL_3
changeset 23 bc78a40cd63c
parent 22 73a1feb507fb
child 24 6c57ef9392d2
equal deleted inserted replaced
22:73a1feb507fb 23:bc78a40cd63c
     1 /*
       
     2 * Copyright (c) 2008-2009 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:  HbPushButton class definition
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HBPUSHBUTTON_H
       
    20 #define HBPUSHBUTTON_H
       
    21 
       
    22 #include <hbabstractbutton.h>
       
    23 #include <hbglobal.h>
       
    24 
       
    25 class HbFrameDrawer;
       
    26 
       
    27 class HbPushButton : public HbAbstractButton
       
    28 {
       
    29 
       
    30 public:
       
    31     explicit HbPushButton( QGraphicsItem *parent = 0 );
       
    32     explicit HbPushButton( const QString &text, QGraphicsItem *parent = 0 );
       
    33     virtual ~HbPushButton( );
       
    34     void setFrameBackground( HbFrameDrawer *backgroundFrameDrawer );
       
    35 };
       
    36 
       
    37 #endif // HBPUSHBUTTON_H