CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::UIToolBarDelegate Class Reference

#include <CeresEngine/UI/UIToolBar.hpp>

Public Member Functions

virtual void toolbarWillAddItem (UIToolBar *toolBar, UIToolBarItem *item)
 Sent just before a new item is added to a toolbar.
 
virtual void toolbarDidRemoveItem (UIToolBar *toolBar, UIToolBarItem *item)
 Sent just after an item has been removed from a toolbar.
 

Member Function Documentation

◆ toolbarDidRemoveItem()

virtual void CeresEngine::UIToolBarDelegate::toolbarDidRemoveItem ( UIToolBar toolBar,
UIToolBarItem item 
)
inlinevirtual

Sent just after an item has been removed from a toolbar.

Parameters
toolBarThe toolbar whose item is being removed on.
itemThe toolbar item being removed from the toolbar.

◆ toolbarWillAddItem()

virtual void CeresEngine::UIToolBarDelegate::toolbarWillAddItem ( UIToolBar toolBar,
UIToolBarItem item 
)
inlinevirtual

Sent just before a new item is added to a toolbar.

Parameters
toolBarThe toolbar whose item is being added on.
itemThe toolbar item being added on the toolbar.

The documentation for this class was generated from the following file: