videoplayback/hbvideoplaybackview/tsrc/testmpxvideoplaybackbuttonbar/stub/inc/hbpushbutton.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:  Implementation of HbPushButton
    14 * Description:  Implementation of HbPushButton
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  1 %
    18 // Version : %version:  2 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef HBPUSHBUTTON_H_
    22 #ifndef HBPUSHBUTTON_H_
    23 #define HBPUSHBUTTON_H
    23 #define HBPUSHBUTTON_H
    43         bool isVisible();
    43         bool isVisible();
    44         bool isSelected();
    44         bool isSelected();
    45         QGraphicsItem* primitive( HbStyle::Primitive primitive ) const;
    45         QGraphicsItem* primitive( HbStyle::Primitive primitive ) const;
    46         void press();
    46         void press();
    47         void release();
    47         void release();
       
    48         void pressing();
    48 
    49 
    49     signals:
    50     signals:
    50         void pressed();
    51         void pressed();
    51         void released();
    52         void released();
       
    53         void longPress( QPointF );
    52 
    54 
    53     public:
    55     public:
    54         bool mVisible;
    56         bool mVisible;
    55         bool mEnabled;
    57         bool mEnabled;
    56         bool mSelected;
    58         bool mSelected;