X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Flayout-parent-impl.h;h=d55fb420e420d53b908fa9d64d51b0b88af6b3d0;hp=392a2abbb136c596290c00709a97e1c908bef1f5;hb=e4235b523a775fbbee334dea6cd929a6f3ccbc80;hpb=16634ab902b66b0ba2f3f39af8ff6ed25b5f7115;ds=sidebyside diff --git a/dali-toolkit/devel-api/layouting/layout-parent-impl.h b/dali-toolkit/devel-api/layouting/layout-parent-impl.h index 392a2ab..d55fb42 100644 --- a/dali-toolkit/devel-api/layouting/layout-parent-impl.h +++ b/dali-toolkit/devel-api/layouting/layout-parent-impl.h @@ -17,6 +17,8 @@ * limitations under the License. */ +#include + namespace Dali { namespace Toolkit @@ -30,10 +32,15 @@ namespace Internal * Needed to prevent circular inheritance - most LayoutBases have a parent, * but parenting is provided by LayoutGroup, which is a sub-class of LayoutBase. */ -class DALI_IMPORT_API LayoutParent +class DALI_TOOLKIT_API LayoutParent { public: /** + * Set the parent of this layout. + */ + virtual void SetParent( LayoutParent* parent ) = 0; + + /** * Get the parent of this layout. */ virtual LayoutParent* GetParent() = 0;