MyGUI
3.2.1
|
#include <MyGUI_BackwardCompatibility.h>
Public Member Functions | |
void | destroyWidgetsVector (VectorWidgetPtr &_widgets) |
Widget * | findWidgetT (const std::string &_name, bool _throw=true) |
Widget * | findWidgetT (const std::string &_name, const std::string &_prefix, bool _throw=true) |
void | parse (Widget *_widget, const std::string &_key, const std::string &_value) |
Definition at line 532 of file MyGUI_BackwardCompatibility.h.
void MyGUI::MemberObsolete< WidgetManager >::destroyWidgetsVector | ( | VectorWidgetPtr & | _widgets | ) |
Definition at line 1016 of file MyGUI_BackwardCompatibility.cpp.
Widget * MyGUI::MemberObsolete< WidgetManager >::findWidgetT | ( | const std::string & | _name, |
bool | _throw = true |
||
) |
Definition at line 1020 of file MyGUI_BackwardCompatibility.cpp.
Widget * MyGUI::MemberObsolete< WidgetManager >::findWidgetT | ( | const std::string & | _name, |
const std::string & | _prefix, | ||
bool | _throw = true |
||
) |
Definition at line 1024 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< WidgetManager >::parse | ( | Widget * | _widget, |
const std::string & | _key, | ||
const std::string & | _value | ||
) |
Definition at line 1028 of file MyGUI_BackwardCompatibility.cpp.