X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fcustom-layout.cpp;h=8060840a530eec38e8e4149a8c45be32301531d4;hb=1b032e3f72c144d2da593a1c20d15041a3de00a3;hp=4a850144f6fdc6e0b8222c1ba9ff155bdbf26ad3;hpb=07a1998795284bd9be338b7fb24e711d88f8bada;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/custom-layout.cpp b/automated-tests/src/dali-toolkit/custom-layout.cpp index 4a85014..8060840 100644 --- a/automated-tests/src/dali-toolkit/custom-layout.cpp +++ b/automated-tests/src/dali-toolkit/custom-layout.cpp @@ -43,4 +43,20 @@ void CustomLayout::RequestLayout() { GetImplementation( *this ).RequestLayout(); } + +void CustomLayout::SetCustomBehaviourFlag( int flag ) +{ + GetImplementation(*this).SetCustomBehaviourFlag( flag ); +} + +bool CustomLayout::GetCustomBehaviourFlags( int flagToCheck ) +{ + return GetImplementation(*this).GetCustomBehaviourFlags( flagToCheck ); +} + +void CustomLayout::ClearPrivateFlag( int flag ) +{ + return GetImplementation(*this).ClearPrivateFlag( flag ); +} + } // namespace Test