X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpopup%2Fpopup-impl.h;h=ccf7ebb7134ac5e17bb2c5960784a88de008c0eb;hb=refs%2Fchanges%2F39%2F39739%2F1;hp=f695c74c0269eff122dc625a350d28364e237cf2;hpb=fc72d9dfdefd7434202ed73ac579d425279947f3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/popup/popup-impl.h b/dali-toolkit/internal/controls/popup/popup-impl.h index f695c74..ccf7ebb 100755 --- a/dali-toolkit/internal/controls/popup/popup-impl.h +++ b/dali-toolkit/internal/controls/popup/popup-impl.h @@ -25,10 +25,10 @@ // 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: /** @@ -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.