7 #ifndef __MYGUI_CONTROLLER_MANAGER_H__
8 #define __MYGUI_CONTROLLER_MANAGER_H__
47 void removeItem(
Widget* _widget);
49 const std::string& getCategoryName()
const;
52 void _unlinkWidget(
Widget* _widget);
53 void frameEntered(
float _time);
57 typedef std::pair<Widget*, ControllerItem*> PairControllerItem;
58 typedef std::list<PairControllerItem> ListControllerItem;
59 ListControllerItem mListItem;
62 std::string mCategoryName;
67 #endif // __MYGUI_CONTROLLER_MANAGER_H__