X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscroll-component-impl.cpp;h=e9a1fa727efe6e421ce31edc228528c0b14aafd9;hp=654322dfd969e3308575367b36cdf8bdeac99bcb;hb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2;hpb=f77f0cb417df66a09f468c974e14b881142cf15b diff --git a/dali-toolkit/public-api/controls/scrollable/scroll-component-impl.cpp b/dali-toolkit/public-api/controls/scrollable/scroll-component-impl.cpp index 654322d..e9a1fa7 100644 --- a/dali-toolkit/public-api/controls/scrollable/scroll-component-impl.cpp +++ b/dali-toolkit/public-api/controls/scrollable/scroll-component-impl.cpp @@ -1,22 +1,26 @@ -// -// 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. + * + */ // CLASS HEADER #include +// EXTERNAL INCLUDES +#include + namespace Dali { @@ -54,7 +58,7 @@ Toolkit::ScrollConnector ScrollComponentImpl::GetScrollConnector() const } ScrollComponentImpl::ScrollComponentImpl() -: ControlImpl(true/*requires touch*/) +: Control( ControlBehaviour( REQUIRES_TOUCH_EVENTS | REQUIRES_STYLE_CHANGE_SIGNALS ) ) { }