X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-view.h;h=e790a824b7fd3a976f32a50b1c1f8053d12b2359;hp=38b5856b8daa131b349ee4b76a1c01e039f9d0d3;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hpb=d6f58f1070d7dcf950a2517cabe91828178a4788 diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h index 38b5856..e790a82 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h @@ -52,9 +52,9 @@ typedef IntrusivePtr ItemLayoutPtr; * Actors are provided from an external ItemFactory, to display the currently visible items. * * Signals - * | %Signal Name | Method | - * |----------------------------------|--------------------------------------------| - * | layout-activated | @ref LayoutActivatedSignal() | + * | %Signal Name | Method | + * |---------------------------------|--------------------------------------------| + * | layoutActivated | @ref LayoutActivatedSignal() | */ class DALI_IMPORT_API ItemView : public Scrollable @@ -74,12 +74,12 @@ public: { enum { - LAYOUT_POSITION = ANIMATABLE_PROPERTY_START_INDEX, ///< Property, name "layout-position", type float - SCROLL_SPEED, ///< Property, name "scroll-speed", type float + LAYOUT_POSITION = ANIMATABLE_PROPERTY_START_INDEX, ///< Property, name "layoutPosition", type float + SCROLL_SPEED, ///< Property, name "scrollSpeed", type float OVERSHOOT, ///< Property, name "overshoot", type float - SCROLL_DIRECTION, ///< Property, name "scroll-direction", type Vector2 - LAYOUT_ORIENTATION, ///< Property, name "layout-orientation", type integer - SCROLL_CONTENT_SIZE ///< Property, name "scroll-content-size", type float + SCROLL_DIRECTION, ///< Property, name "scrollDirection", type Vector2 + LAYOUT_ORIENTATION, ///< Property, name "layoutOrientation", type integer + SCROLL_CONTENT_SIZE ///< Property, name "scrollContentSize", type float }; };