X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fcustom-layout.cpp;h=8060840a530eec38e8e4149a8c45be32301531d4;hb=3ca7994488b0b5e21bbb0d262c5fa2e4c731308b;hp=4a850144f6fdc6e0b8222c1ba9ff155bdbf26ad3;hpb=428cb5932b23d06d1871c0935d2462cc362828ea;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