X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=optional%2Fdali-toolkit%2Finternal%2Fcontrols%2Fimage-view%2Fmasked-image-view-impl.h;h=f9af407dc9ebf39b235b23b94b371f4cb9e31c00;hp=4329c426b3b5a0f21d6eb0c334aab5ca2471cb3b;hb=fbcadb5a9144d2ebe1d25ba2aa5e63bf6d2f61aa;hpb=00ef589046a32c53d20de1c61af7cc69524e51dc diff --git a/optional/dali-toolkit/internal/controls/image-view/masked-image-view-impl.h b/optional/dali-toolkit/internal/controls/image-view/masked-image-view-impl.h index 4329c42..f9af407 100644 --- a/optional/dali-toolkit/internal/controls/image-view/masked-image-view-impl.h +++ b/optional/dali-toolkit/internal/controls/image-view/masked-image-view-impl.h @@ -1,24 +1,29 @@ #ifndef __DALI_TOOLKIT_INTERNAL_MASKED_IMAGE_VIEW_H__ #define __DALI_TOOLKIT_INTERNAL_MASKED_IMAGE_VIEW_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. + * + */ + +// EXTERNAL INCLUDES +#include +#include +#include // INTERNAL INCLUDES -#include #include #include @@ -130,14 +135,6 @@ public: ImageRotation GetSourceRotation() const; /** - * @copydoc Dali::Toolkit::MaskedImageView::RenderFinishedSignal - */ - Dali::RenderTask::RenderTaskSignalV2& RenderFinishedSignal() - { - return mRenderTask.FinishedSignal(); - } - - /** * @copydoc Dali::Toolkit::MaskedImageView::MaskFinishedSignal */ Dali::Toolkit::MaskedImageView::MaskedImageViewSignal& MaskFinishedSignal(); @@ -152,12 +149,12 @@ protected: /** * Helper for edit mode. */ - void OnPan( Actor source, PanGesture gesture ); + void OnPan( Actor source, const PanGesture& gesture ); /** * Helper for edit mode. */ - void OnPinch( Actor actor, PinchGesture pinch ); + void OnPinch( Actor actor, const PinchGesture& pinch ); /** * Construct a new MaskedImageView.