X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fmagnifier%2Fmagnifier-impl.h;h=d4fea4ec7246e1807c35cd8b1ab3dcef0cad4720;hb=a76cdbc69caa7c0c52b2f4b235560cca6db69c2a;hp=d18fa246e3bfc8cd228bc54f995df55e1a0c4f4e;hpb=e2eda444afbe82e9591fe198eef339227f90a616;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/magnifier/magnifier-impl.h b/dali-toolkit/internal/controls/magnifier/magnifier-impl.h index d18fa24..d4fea4e 100644 --- a/dali-toolkit/internal/controls/magnifier/magnifier-impl.h +++ b/dali-toolkit/internal/controls/magnifier/magnifier-impl.h @@ -1,26 +1,32 @@ #ifndef __DALI_TOOLKIT_INTERNAL_MAGNIFIER_H__ #define __DALI_TOOLKIT_INTERNAL_MAGNIFIER_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 +#include // INTERNAL INCLUDES -#include #include -#include +#include namespace Dali { @@ -38,7 +44,7 @@ typedef IntrusivePtr MagnifierPtr; /** * @copydoc Toolkit::Magnifier */ -class Magnifier : public ControlImpl +class Magnifier : public Control { public: @@ -111,7 +117,7 @@ private: private: - virtual void OnControlSizeSet(const Vector3& targetSize); + virtual void OnSizeSet(const Vector3& targetSize); private: @@ -125,7 +131,7 @@ private: RenderTask mTask; ///< Render Task to render the source actor contents. CameraActor mCameraActor; ///< CameraActor attached to RenderTask - Layer mFrameLayer; ///< Frame is placed on separate layer added to stage. + ImageActor mFrame; ///< The Magnifier Frame Property::Index mPropertySourcePosition; ///< Source Position ("source-position") Actor mSourceActor; ///< Source Delegate Actor represents the source position to read. float mDefaultCameraDistance; ///< Default RenderTask's camera distance from target.