MyGUI 3.4.2
|
#include <MyGUI_WidgetManager.h>
Static Public Member Functions | |
static WidgetManager & | getInstance () |
static WidgetManager * | getInstancePtr () |
static const char * | getClassTypeName () |
Definition at line 20 of file MyGUI_WidgetManager.h.
MyGUI::WidgetManager::WidgetManager | ( | ) |
Definition at line 43 of file MyGUI_WidgetManager.cpp.
void MyGUI::WidgetManager::_deleteDelayWidgets | ( | ) |
Definition at line 183 of file MyGUI_WidgetManager.cpp.
Definition at line 169 of file MyGUI_WidgetManager.cpp.
Widget * MyGUI::WidgetManager::createWidget | ( | WidgetStyle | _style, |
const std::string & | _type, | ||
const std::string & | _skin, | ||
const IntCoord & | _coord, | ||
Widget * | _parent, | ||
ICroppedRectangle * | _cropeedParent, | ||
const std::string & | _name | ||
) |
Definition at line 104 of file MyGUI_WidgetManager.cpp.
Destroy _widget
Definition at line 118 of file MyGUI_WidgetManager.cpp.
void MyGUI::WidgetManager::destroyWidgets | ( | const VectorWidgetPtr & | _widgets | ) |
Destroy vector of widgets
Definition at line 123 of file MyGUI_WidgetManager.cpp.
void MyGUI::WidgetManager::destroyWidgets | ( | EnumeratorWidgetPtr | _widgets | ) |
Destroy Enumerator of widgets
Definition at line 128 of file MyGUI_WidgetManager.cpp.
const std::string & MyGUI::WidgetManager::getCategoryName | ( | ) | const |
Definition at line 193 of file MyGUI_WidgetManager.cpp.
|
static |
|
static |
void MyGUI::WidgetManager::initialise | ( | ) |
Definition at line 50 of file MyGUI_WidgetManager.cpp.
Check if factory with specified widget type exist
Definition at line 154 of file MyGUI_WidgetManager.cpp.
void MyGUI::WidgetManager::registerUnlinker | ( | IUnlinkWidget * | _unlink | ) |
Register unlinker (call unlink if for any destroyed widget)
Definition at line 133 of file MyGUI_WidgetManager.cpp.
void MyGUI::WidgetManager::shutdown | ( | ) |
Definition at line 88 of file MyGUI_WidgetManager.cpp.
Unlink widget
Definition at line 146 of file MyGUI_WidgetManager.cpp.
void MyGUI::WidgetManager::unregisterUnlinker | ( | IUnlinkWidget * | _unlink | ) |
Unregister unlinker (call unlink if for any destroyed widget)
Definition at line 139 of file MyGUI_WidgetManager.cpp.