X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fpush-button.cpp;h=e8ae5a17a1921e11e34340f0159dac0539592c1f;hp=90fcefdcfc3300f03e2b9bb695cd750e983faa25;hb=6261b85db16d8e9f842c9dc152046747eec67eaa;hpb=6084b902e588a8ed1b8ec0dd7aacae8775006ef6 diff --git a/dali-toolkit/public-api/controls/buttons/push-button.cpp b/dali-toolkit/public-api/controls/buttons/push-button.cpp index 90fcefd..e8ae5a1 100644 --- a/dali-toolkit/public-api/controls/buttons/push-button.cpp +++ b/dali-toolkit/public-api/controls/buttons/push-button.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,11 +16,13 @@ */ // CLASS HEADER - #include -// INTERNAL INCLUDES +// EXTERNAL INCLUDES +#include + +// INTERNAL INCLUDES #include namespace Dali @@ -73,43 +75,6 @@ PushButton PushButton::DownCast( BaseHandle handle ) return Control::DownCast(handle); } -// Deprecated API - -void PushButton::SetButtonImage( Actor image ) -{ - Dali::Toolkit::GetImplementation( *this ).SetButtonImage( image ); -} - -void PushButton::SetBackgroundImage( Actor image ) -{ - Dali::Toolkit::GetImplementation( *this ).SetBackgroundImage( image ); -} - -void PushButton::SetSelectedImage( Actor image ) -{ - Dali::Toolkit::GetImplementation( *this ).SetSelectedImage( image ); -} - -void PushButton::SetSelectedBackgroundImage( Actor image ) -{ - Dali::Toolkit::GetImplementation( *this ).SetSelectedBackgroundImage( image ); -} - -void PushButton::SetDisabledBackgroundImage( Actor image ) -{ - Dali::Toolkit::GetImplementation( *this ).SetDisabledBackgroundImage( image ); -} - -void PushButton::SetDisabledImage( Actor image ) -{ - Dali::Toolkit::GetImplementation( *this ).SetDisabledImage( image ); -} - -void PushButton::SetDisabledSelectedImage( Actor image ) -{ - Dali::Toolkit::GetImplementation( *this ).SetDisabledSelectedImage( image ); -} - } // namespace Toolkit } // namespace Dali