X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Factor-impl.h;h=d09585e30135ead0f860b105d4ac26d016f7b184;hb=a17c4357f76f24d334fccde990de4daebf43e164;hp=3826e7356eea720517e139eab20a238cee3bf106;hpb=8c7f0b3532f86d0698780d0c85f186df118a9190;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/actor-impl.h b/dali/internal/event/actors/actor-impl.h old mode 100644 new mode 100755 index 3826e73..d09585e --- a/dali/internal/event/actors/actor-impl.h +++ b/dali/internal/event/actors/actor-impl.h @@ -1492,6 +1492,11 @@ public: DevelActor::ChildChangedSignalType& ChildRemovedSignal(); /** + * @copydoc DevelActor::ChildOrderChangedSignal + */ + DevelActor::ChildOrderChangedSignalType& ChildOrderChangedSignal(); + + /** * Connects a callback function with the object's signals. * @param[in] object The object providing the signal. * @param[in] tracker Used to disconnect the signal. @@ -1612,7 +1617,6 @@ public: void RebuildDepthTree(); protected: - /** * Traverse the actor tree, inserting actors into the depth tree in sibling order. * @param[in] sceneGraphNodeDepths A vector capturing the nodes and their depth index @@ -1986,6 +1990,7 @@ protected: Dali::Actor::LayoutDirectionChangedSignalType mLayoutDirectionChangedSignal; DevelActor::ChildChangedSignalType mChildAddedSignal; DevelActor::ChildChangedSignalType mChildRemovedSignal; + DevelActor::ChildOrderChangedSignalType mChildOrderChangedSignal; Quaternion mTargetOrientation; ///< Event-side storage for orientation Vector4 mTargetColor; ///< Event-side storage for color