X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fmagnifier%2Fmagnifier.h;h=ab31ba6e4c26907e7c973d22fd6176af9c8863e1;hb=a76ab01e4bdaf91bbf3b2588e1a8c628a152bc6a;hp=181320dfe75b600fbdbd69495edba15c3054fd6d;hpb=31df2b9472ccbe0ae460a958535be8ef790c96f2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/magnifier/magnifier.h b/dali-toolkit/devel-api/controls/magnifier/magnifier.h index 181320d..ab31ba6 100644 --- a/dali-toolkit/devel-api/controls/magnifier/magnifier.h +++ b/dali-toolkit/devel-api/controls/magnifier/magnifier.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_MAGNIFIER_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -41,7 +41,7 @@ class Magnifier; * to the stage as a separate overlay. In addition to the contents, an optional frame * is displayed around the magnified contents. */ -class DALI_IMPORT_API Magnifier : public Control +class DALI_TOOLKIT_API Magnifier : public Control { public: @@ -65,11 +65,11 @@ public: enum { // Event side properties - FRAME_VISIBILITY = PROPERTY_START_INDEX, ///< name "frame-visibility", Whether a frame is visible or not, type boolean - MAGNIFICATION_FACTOR, ///< name "magnification-factor", Larger value means greater magnification, type float + FRAME_VISIBILITY = PROPERTY_START_INDEX, ///< name "frameVisibility", Whether a frame is visible or not, type boolean + MAGNIFICATION_FACTOR, ///< name "magnificationFactor", Larger value means greater magnification, type float // Animatable properties - SOURCE_POSITION = ANIMATABLE_PROPERTY_START_INDEX, ///< name "source-position", The position of the source, type Vector3 + SOURCE_POSITION = ANIMATABLE_PROPERTY_START_INDEX, ///< name "sourcePosition", The position of the source, type Vector3 }; };