Deprecate inheritance modes for position 55/60355/3
authorFerran Sole <ferran.sole@samsung.com>
Thu, 25 Feb 2016 12:29:50 +0000 (12:29 +0000)
committerFerran Sole <ferran.sole@samsung.com>
Tue, 1 Mar 2016 11:24:46 +0000 (11:24 +0000)
commit0b6f5024ec46080f2032dce424f59af60b29d56c
tree6f37ad918c0417bd4649e3272f4691e54f6e6981
parent33f033ebc1fd63418fe65a4d7e4844822f77179d
Deprecate inheritance modes for position

Position will now behave as rotation and scale: either is inherited
from parent or it isn't

If an actor uses one of the following modes for position inheritance:
USE_PARENT_POSITION
USE_PARENT_POSITION_PLUS_LOCAL_POSITION

has to be changed so the actor's anchor point and parent origin is
at the CENTER and in the case of USE_PARENT_POSITION make sure that local
position is (0,0,0)

Change-Id: Iaed9e9763dcabaaaa764b4baa4b987e710bc1929
dali/internal/event/actors/actor-impl.cpp
dali/internal/event/actors/actor-impl.h
dali/internal/update/nodes/node.cpp
dali/internal/update/nodes/node.h
dali/public-api/actors/actor-enumerations.h
dali/public-api/actors/actor.h