X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fpush-button-painter-impl.h;h=9c43fe913c85ee360e984dfced1998f4b1cc5463;hb=3b16ae16f01bd50a26e6c44e6e20ebb8499b4f91;hp=cc85e62c99850eeaa587d3cc1e4c5085747a430e;hpb=f4d559ea999cbbc44b1ecd489c4ca3711d37feca;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/buttons/push-button-painter-impl.h b/dali-toolkit/internal/controls/buttons/push-button-painter-impl.h index cc85e62..9c43fe9 100644 --- a/dali-toolkit/internal/controls/buttons/push-button-painter-impl.h +++ b/dali-toolkit/internal/controls/buttons/push-button-painter-impl.h @@ -54,45 +54,6 @@ public: */ virtual ~PushButtonPainter() {} - /** - * This method is called from the Dali::Toolkit::Internal::PushButton when the - * \e autorepeating property changes. - * @param[in] autorepeating property. - */ - virtual void SetAutoRepeating( bool autorepeating ) = 0; - - /** - * This method is called when the Dali::Toolkit::Internal::PushButton, in which this - * object is registered, is pressed. - * @param[inout] button The Dali::Toolkit::PushButton, linked to the internal - * implementation, in which this object is registered. - */ - virtual void Pressed( Toolkit::PushButton& button ) = 0; - - /** - * This method is called when the Dali::Toolkit::Internal::PushButton, in which this - * object is registered, is released. - * @param[inout] button The Dali::Toolkit::PushButton, linked to the internal - * implementation, in which this object is registered. - */ - virtual void Released( Toolkit::PushButton& button ) = 0; - - /** - * This method is called when the Dali::Toolkit::Internal::PushButton, in which this - * object is registered, is clicked. - * @param[inout] button The Dali::Toolkit::PushButton, linked to the internal - * implementation, in which this object is registered. - */ - virtual void Clicked( Toolkit::PushButton& button ) = 0; - - /** - * This method is called when the Dali::Toolkit::Internal::PushButton, in which this - * object is registered, is toggled. - * @param[inout] button The Dali::Toolkit::PushButton, linked to the internal - * implementation, in which this object is registered. - */ - virtual void Toggled( Toolkit::PushButton& button ) = 0; - ///////////////////////////////////////////////////////////////////////////// // ButtonPainter interface /////////////////////////////////////////////////////////////////////////////