X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fbutton-impl.h;h=7259b986b1a99339a8de855b3eb89849fd498541;hp=210246e290d336654be81b00f884b7486d14d61a;hb=79267e9786ebcba2b4d79e2f8f75d9b01610e29d;hpb=63a67363d8c83606f62c79ebbf119536bfa29df8 diff --git a/dali-toolkit/internal/controls/buttons/button-impl.h b/dali-toolkit/internal/controls/buttons/button-impl.h index 210246e..7259b98 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. @@ -519,13 +519,6 @@ private: bool ValidateState( State requestedState ); /** - * Perform the given function on the visuals in the given state. Can be used to add and remove visuals. - * @param[in] functionPtr pointer to the function to perform an action on a visual - * @param[in] state Visuals in this state will be the target - */ - void PerformFunctionOnVisualsInState( void(Button::*functionPtr)( Property::Index visualIndex), State state ); - - /** * Changes the button state when an action occurs on it * @param[in] requestedState the state to change to */ @@ -588,7 +581,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