X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpopup%2Fpopup-impl.h;h=175705d6e4e9e45c2d53c0038d1c36ba6ed55c6d;hp=efdac513d18d86fbe066bb15a803ea84f1ccbdea;hb=f58b8383147de70affa1e3949cf1c6757d705d3c;hpb=7aa9e3d716396348b89c913b306bbc1ce201db69 diff --git a/dali-toolkit/internal/controls/popup/popup-impl.h b/dali-toolkit/internal/controls/popup/popup-impl.h index efdac51..175705d 100755 --- a/dali-toolkit/internal/controls/popup/popup-impl.h +++ b/dali-toolkit/internal/controls/popup/popup-impl.h @@ -25,9 +25,9 @@ // INTERNAL INCLUDES #include -#include +#include #include -#include +#include #include namespace Dali @@ -131,11 +131,6 @@ public: */ PopupStylePtr GetStyle() const; - /** - * @copydoc Toolkit::Popup::MarkDirtyForRelayout - */ - void MarkDirtyForRelayout(); - protected: /** @@ -259,7 +254,7 @@ private: /** * @copydoc Control::OnSetResizePolicy() */ - virtual void OnSetResizePolicy( ResizePolicy policy, Dimension dimension ); + virtual void OnSetResizePolicy( ResizePolicy::Type policy, Dimension::Type dimension ); /** * @copydoc Control::OnKeyEvent() @@ -326,7 +321,7 @@ private: Actor mBottomBg; ///< bottom button bar background. ImageActor is replaced with Actor due to hidden image. Actor mTailImage; ///< Stores the tail image - ActorContainer mButtons; ///< Keeps track of the buttons added to this popup. + std::vector< Actor > mButtons; ///< Keeps track of the buttons added to this popup. Toolkit::Popup::PopupState mState; ///< Popup current state. Animation mAnimation; ///< The animation instance managing state changing. bool mAlterAddedChild; ///< Flag used to control whether children are reparented or not.