X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftool-bar%2Ftool-bar-impl.h;h=7caaed598ddff0183465f83b54f7979e9bd0c544;hb=d3a00dc1c24ece2488696c0b518013ad6d97969b;hp=27f09ebb4460ee7737cf7eb159e423f4f1b309a4;hpb=62c9b7fde35b88ebd422b88d3ca03140e470aa1f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h b/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h index 27f09eb..7caaed5 100644 --- a/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h +++ b/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h @@ -52,11 +52,6 @@ public: static Toolkit::ToolBar New(); /** - * @copydoc Dali::Toolkit::ToolBar::SetBackground() - */ - void SetBackground( Actor background ); - - /** * @copydoc Dali::Toolkit::ToolBar::AddControl() */ void AddControl( Dali::Actor control, float relativeSize, Toolkit::Alignment::Type alignment, const Toolkit::Alignment::Padding& padding ); @@ -81,12 +76,6 @@ private: // From Control */ virtual void OnControlChildAdd(Actor& child); - /** - * - * @copydoc Toolkit::Control::OnControlSizeSet( const Vector3& targetSize ) - */ - virtual void OnControlSizeSet( const Vector3& targetSize ); - private: /** */ @@ -135,8 +124,6 @@ private: float mRightRelativeSpace; ///< Relative space between center and right groups of controls. float mAccumulatedRelativeSpace; ///< Stores the total percentage space used by controls. bool mInitializing; ///< Allows the use of Actor's API to add controls. - Vector3 mToolBarSize; ///< The size of tool bar - Actor mBackground; ///< The background of the tool bar std::map mControls; ///< Stores a relationship between controls and their alignments used to place them inside the table view. };