X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fmagnifier%2Fmagnifier.h;h=1e47446bbd7cffb8ccb5cdd7110a512620d1226a;hp=181320dfe75b600fbdbd69495edba15c3054fd6d;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=59bd8f6e76439d09a262c796ce27aa90236719db diff --git a/dali-toolkit/devel-api/controls/magnifier/magnifier.h b/dali-toolkit/devel-api/controls/magnifier/magnifier.h index 181320d..1e47446 100644 --- a/dali-toolkit/devel-api/controls/magnifier/magnifier.h +++ b/dali-toolkit/devel-api/controls/magnifier/magnifier.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_MAGNIFIER_H__ -#define __DALI_TOOLKIT_MAGNIFIER_H__ +#ifndef DALI_TOOLKIT_MAGNIFIER_H +#define DALI_TOOLKIT_MAGNIFIER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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 }; }; @@ -139,4 +139,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_MAGNIFIER_H__ +#endif // DALI_TOOLKIT_MAGNIFIER_H