X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Fscroll-bar%2Fscroll-bar-impl.h;h=fb6786c7d4d4d4749b41ce9bef0623c60a0424b5;hp=db262731cc579989f7324676df5e7db76a2c7315;hb=d5e3ed5f5b1c8fdba3ae97ead8729620f54b3836;hpb=916eb39585dea4dae019b739376ee493e8fdcc63 diff --git a/base/dali-toolkit/internal/controls/scroll-bar/scroll-bar-impl.h b/base/dali-toolkit/internal/controls/scroll-bar/scroll-bar-impl.h index db26273..fb6786c 100755 --- a/base/dali-toolkit/internal/controls/scroll-bar/scroll-bar-impl.h +++ b/base/dali-toolkit/internal/controls/scroll-bar/scroll-bar-impl.h @@ -1,21 +1,22 @@ #ifndef __DALI_TOOLKIT_INTERNAL_SCROLL_BAR_H__ #define __DALI_TOOLKIT_INTERNAL_SCROLL_BAR_H__ -// -// Copyright (c) 2014 Samsung Electronics Co., Ltd. -// -// Licensed under the Flora License, Version 1.0 (the License); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://floralicense.org/license/ -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an AS IS BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +/* + * Copyright (c) 2014 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ // INTERNAL INCLUDES #include @@ -84,6 +85,11 @@ public: /** * @copydoc Toolkit::ScrollBar::SetIndicatorImage() */ + void SetIndicatorImage( Image image ); + + /** + * @copydoc Toolkit::ScrollBar::SetIndicatorImage() + */ void SetIndicatorImage( Image image, const Vector4& border ); /** @@ -152,7 +158,7 @@ public: */ static Property::Value GetProperty( BaseObject* object, Property::Index index ); -private: // from ControlImpl +private: // from Control /** * @copydoc Toolkit::Control::OnInitialize