X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscrollable.h;h=76dbb074757c17abf076330eafca6f120edb0fa1;hb=421d28ac0c56bca53a4c187983de6c20b56957c5;hp=d43a29a7b0ecc465f9b2c8b48b60c91365484208;hpb=07bbc876b9b069903dd4ed86c9dd5f2f66fc3b86;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/scrollable/scrollable.h b/dali-toolkit/public-api/controls/scrollable/scrollable.h index d43a29a..76dbb07 100644 --- a/dali-toolkit/public-api/controls/scrollable/scrollable.h +++ b/dali-toolkit/public-api/controls/scrollable/scrollable.h @@ -32,7 +32,7 @@ namespace Internal DALI_INTERNAL class Scrollable; } /** - * @addtogroup dali-toolkit-controls-scrollable + * @addtogroup dali_toolkit_controls_scrollable * @{ */ @@ -43,11 +43,11 @@ class Scrollable; * Scrollables such as ScrollView and ItemView can be derived from this class. * * Signals - * | %Signal Name | Method | - * |-------------------|------------------------------| - * | scroll-started | @ref ScrollStartedSignal() | - * | scroll-completed | @ref ScrollUpdatedSignal() | - * | scroll-updated | @ref ScrollCompletedSignal() | + * | %Signal Name | Method | + * |------------------|------------------------------| + * | scrollStarted | @ref ScrollStartedSignal() | + * | scrollCompleted | @ref ScrollUpdatedSignal() | + * | scrollUpdated | @ref ScrollCompletedSignal() | */ class DALI_IMPORT_API Scrollable : public Control { @@ -73,19 +73,19 @@ public: enum { // Event side properties - OVERSHOOT_EFFECT_COLOR = PROPERTY_START_INDEX, ///< Property, name "overshoot-effect-color", @see SetOvershootEffectColor(), type Vector4 - OVERSHOOT_ANIMATION_SPEED, ///< Property, name "overshoot-animation-speed", @see SetOvershootAnimationSpeed(), type float + OVERSHOOT_EFFECT_COLOR = PROPERTY_START_INDEX, ///< Property, name "overshootEffectColor", @see SetOvershootEffectColor(), type Vector4 + OVERSHOOT_ANIMATION_SPEED, ///< Property, name "overshootAnimationSpeed", @see SetOvershootAnimationSpeed(), type float // Animatable properties - SCROLL_RELATIVE_POSITION = ANIMATABLE_PROPERTY_START_INDEX, ///< Property, name "scroll-relative-position", type Vector2 - SCROLL_POSITION_MIN, ///< Property, name "scroll-position-min", type Vector2 - SCROLL_POSITION_MIN_X, ///< Property, name "scroll-position-min-x", type float - SCROLL_POSITION_MIN_Y, ///< Property, name "scroll-position-min-y", type float - SCROLL_POSITION_MAX, ///< Property, name "scroll-position-max", type Vector2 - SCROLL_POSITION_MAX_X, ///< Property, name "scroll-position-max-x", type float - SCROLL_POSITION_MAX_Y, ///< Property, name "scroll-position-max-y", type float - CAN_SCROLL_VERTICAL, ///< Property, name "can-scroll-vertical", type bool - CAN_SCROLL_HORIZONTAL ///< Property, name "can-scroll-horizontal", type bool + SCROLL_RELATIVE_POSITION = ANIMATABLE_PROPERTY_START_INDEX, ///< Property, name "scrollRelativePosition", type Vector2 + SCROLL_POSITION_MIN, ///< Property, name "scrollPositionMin", type Vector2 + SCROLL_POSITION_MIN_X, ///< Property, name "scrollPositionMinX", type float + SCROLL_POSITION_MIN_Y, ///< Property, name "scrollPositionMinY", type float + SCROLL_POSITION_MAX, ///< Property, name "scrollPositionMax", type Vector2 + SCROLL_POSITION_MAX_X, ///< Property, name "scrollPositionMaxX", type float + SCROLL_POSITION_MAX_Y, ///< Property, name "scrollPositionMaxY", type float + CAN_SCROLL_VERTICAL, ///< Property, name "canScrollVertical", type bool + CAN_SCROLL_HORIZONTAL ///< Property, name "canScrollHorizontal", type bool }; };