X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali%2Fpublic-api%2Fanimation%2Fconstraint.h;h=8dc25ea537f32bf08b1c8ae8ba2a04f374ac6959;hb=660b52cbe6ef084a86d748a9f755ea63c8c26b39;hp=57c0aa3fa6b677271b3142a7b06749ebba0dc254;hpb=c226c2236a0f6fe154b5ad4090f74521013b2584;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/constraint.h b/dali/public-api/animation/constraint.h index 57c0aa3..8dc25ea 100644 --- a/dali/public-api/animation/constraint.h +++ b/dali/public-api/animation/constraint.h @@ -276,11 +276,11 @@ public: */ enum RemoveAction { - Bake, ///< When the constraint is fully-applied, the constrained value is saved. @SINCE_1_0.0 - Discard ///< When the constraint is removed, the constrained value is discarded. @SINCE_1_0.0 + BAKE, ///< When the constraint is fully-applied, the constrained value is saved. @SINCE_1_9.28 + DISCARD ///< When the constraint is removed, the constrained value is discarded. @SINCE_1_9.28 }; - static const RemoveAction DEFAULT_REMOVE_ACTION; ///< Bake + static const RemoveAction DEFAULT_REMOVE_ACTION; ///< BAKE /** * @brief Creates an uninitialized Constraint; this can be initialized with Constraint::New(). @@ -489,10 +489,10 @@ public: Dali::Property::Index GetTargetProperty(); /** - * @brief Sets the remove action. Constraint::Bake will "bake" a value when fully-applied. + * @brief Sets the remove action. Constraint::BAKE will "bake" a value when fully-applied. * - * In case of Constraint::Discard, the constrained value will be discarded, when the constraint is removed. - * The default value is Constraint::Bake. + * In case of Constraint::DISCARD, the constrained value will be discarded, when the constraint is removed. + * The default value is Constraint::BAKE. * @SINCE_1_0.0 * @param[in] action The remove-action */