src/hbinput/inputwidgets/hbinputbuttongroup.h
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 6 c3690ec91ef8
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
   107     void buttonPressed(const QKeyEvent &event);
   107     void buttonPressed(const QKeyEvent &event);
   108     void buttonDoublePressed(const QKeyEvent &event);
   108     void buttonDoublePressed(const QKeyEvent &event);
   109     void buttonReleased(const QKeyEvent &event);
   109     void buttonReleased(const QKeyEvent &event);
   110     void buttonLongPressed(const QKeyEvent &event);
   110     void buttonLongPressed(const QKeyEvent &event);
   111     void pressedButtonChanged(const QKeyEvent &releaseEvent, const QKeyEvent &pressEvent);
   111     void pressedButtonChanged(const QKeyEvent &releaseEvent, const QKeyEvent &pressEvent);
       
   112     void aboutToActivateCustomAction(HbAction *custAction);
   112 
   113 
   113 private slots:
   114 private slots:
   114     void longPressEvent();
   115     void longPressEvent();
   115     void updateCustomButtons();
   116     void updateCustomButtons();
   116 
   117 
   117 private:
   118 private:
   118     Q_DECLARE_PRIVATE_D(d_ptr, HbInputButtonGroup)
   119     Q_DECLARE_PRIVATE_D(d_ptr, HbInputButtonGroup)
   119     Q_DISABLE_COPY(HbInputButtonGroup)
   120     Q_DISABLE_COPY(HbInputButtonGroup)
       
   121     Q_PRIVATE_SLOT(d_func(), void _q_customActionDestroyed(QObject *))
   120 };
   122 };
   121 
   123 
   122 #endif // HB_INPUT_BUTTON_GROUP_H
   124 #endif // HB_INPUT_BUTTON_GROUP_H
   123 
   125 
   124 // End of file
   126 // End of file