On Actor child order change signal, forces relayout of container. 93/181693/4
authorDavid Steele <david.steele@samsung.com>
Fri, 15 Jun 2018 15:38:10 +0000 (16:38 +0100)
committerDavid Steele <david.steele@samsung.com>
Thu, 21 Jun 2018 21:37:38 +0000 (21:37 +0000)
commit428cb5932b23d06d1871c0935d2462cc362828ea
tree469b286107e9762e79beddc13deea2c4d64fac4d
parent6e19027ba207adc974995d39b17197915f60d92e
On Actor child order change signal, forces relayout of container.

If the child order changes, then relayout occurs. Note that the basic layouts work
in LayoutID order, not actor sibling order. A specialized layout has to be written
to order the children by sibling order.

Added custom layout to test harness.

Change-Id: I7c8f393ff804192eed74a23fd06b0b5763de1dc1
Signed-off-by: David Steele <david.steele@samsung.com>
automated-tests/src/dali-toolkit/CMakeLists.txt
automated-tests/src/dali-toolkit/custom-layout-impl.cpp [new file with mode: 0644]
automated-tests/src/dali-toolkit/custom-layout-impl.h [new file with mode: 0644]
automated-tests/src/dali-toolkit/custom-layout.cpp [new file with mode: 0644]
automated-tests/src/dali-toolkit/custom-layout.h [new file with mode: 0644]
automated-tests/src/dali-toolkit/utc-Dali-Layouting.cpp
dali-toolkit/devel-api/layouting/layout-group-impl.cpp
dali-toolkit/devel-api/layouting/layout-group-impl.h