X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fmagnifier%2Fmagnifier.h;h=e898326446b6af36eb289a5d5f7bf2738be4e6ec;hb=c4a92ccf72121cbe2a015711e4253e8d16f28fef;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..e898326 100644 --- a/dali-toolkit/devel-api/controls/magnifier/magnifier.h +++ b/dali-toolkit/devel-api/controls/magnifier/magnifier.h @@ -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 }; };