X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Flayout-item-impl.h;h=47d65cc27c448e43e2c02398edb483def67a23a3;hp=19b61d55d19c331a77a9e33bd42eaa3935829cb7;hb=267bed869a0b35414526b5c393fc2586603ee173;hpb=259338bf01cb1d62350be74f4bcc3f43e40bcedb diff --git a/dali-toolkit/devel-api/layouting/layout-item-impl.h b/dali-toolkit/devel-api/layouting/layout-item-impl.h index 19b61d5..47d65cc 100644 --- a/dali-toolkit/devel-api/layouting/layout-item-impl.h +++ b/dali-toolkit/devel-api/layouting/layout-item-impl.h @@ -209,7 +209,17 @@ public: * * This will make this layout and all it's parent layouts dirty and set the transition queued. */ - void RequestLayout( Dali::Toolkit::LayoutTransitionData::LayoutTransitionType layoutTranstionType ); + void RequestLayout( Dali::Toolkit::LayoutTransitionData::Type layoutTranstionType ); + + /** + * @brief Request that this layout is re-laid out with particular transition. + * @param[in] layoutTranstionType The transition type + * @param[in] gainedChild The gained owners's child due to add/remove or focus gained/lost + * @param[in] lostChild The lost owners's child due to add/remove or focus gained/lost + * + * This will make this layout and all it's parent layouts dirty and set the transition queued. + */ + void RequestLayout( Dali::Toolkit::LayoutTransitionData::Type layoutTranstionType, Actor gainedChild, Actor lostChild ); /** * @brief Predicate to determine if this layout has been requested to re-layout