X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fbutton-impl.h;h=8b1417c85306aadaf8cb30992732ac08700d5ff0;hb=59314022f6789147a47a8b098433e211b6185625;hp=e0b7d5043ed3dda7db70ac4fa2ce792e526c30d2;hpb=8e7cfd0c114bf778287cc6e67d0f42f3c866e205;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/buttons/button-impl.h b/dali-toolkit/internal/controls/buttons/button-impl.h index e0b7d50..8b1417c 100644 --- a/dali-toolkit/internal/controls/buttons/button-impl.h +++ b/dali-toolkit/internal/controls/buttons/button-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_BUTTON_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 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. @@ -588,7 +588,7 @@ protected: * @param[in] value the value to set on the component * @param[in] visualDepth the depth of the visual if overlapping another */ - void CreateVisualsForComponent( Property::Index index ,const Property::Value& value, const float visualDepth ); + void CreateVisualsForComponent( Property::Index index, const Property::Value& value, const int visualDepth ); /** * @brief Get the Property map for the given Visual @@ -680,6 +680,11 @@ private: // Actions bool mClickActionPerforming; ///< Used to manage signal emissions during action + + // Deprecated API support + Image mSetButtonImage; ///< Store set image if deprecated SetButtonImage used. + Image mSetSelectedImage; ///< Store set image if deprecated SetSelectedImage used. + }; } // namespace Internal