Go to the documentation of this file.
22 #ifndef __MYGUI_WIDGET_MANAGER_H__
23 #define __MYGUI_WIDGET_MANAGER_H__
48 void destroyWidget(
Widget* _widget);
59 void unlinkFromUnlinkers(
Widget* _widget);
62 bool isFactoryExist(
const std::string& _type);
65 void _deleteWidget(
Widget* _widget);
66 void _deleteDelayWidgets();
69 void notifyEventFrameStart(
float _time);
83 #endif // __MYGUI_WIDGET_MANAGER_H__