|
MyGUI
3.2.0
|
#include <MyGUI_BackwardCompatibility.h>
Static Public Member Functions | |
| static bool | checkProperty (Widget *_owner, std::string &_key, std::string &_value) |
| static void | initialise () |
| static void | shutdown () |
| static bool | isIgnoreProperty (const std::string &_key) |
| static std::string | getPropertyRename (const std::string &_propertyName) |
| static std::string | getFactoryRename (const std::string &_categoryName, const std::string &_factoryName) |
| static std::string | getSkinRename (const std::string &_skinName) |
| static void | registerWidgetTypes () |
Definition at line 557 of file MyGUI_BackwardCompatibility.h.
| bool MyGUI::BackwardCompatibility::checkProperty | ( | Widget * | _owner, |
| std::string & | _key, | ||
| std::string & | _value | ||
| ) | [static] |
Definition at line 863 of file MyGUI_BackwardCompatibility.cpp.
| std::string MyGUI::BackwardCompatibility::getFactoryRename | ( | const std::string & | _categoryName, |
| const std::string & | _factoryName | ||
| ) | [static] |
Definition at line 1061 of file MyGUI_BackwardCompatibility.cpp.
| std::string MyGUI::BackwardCompatibility::getPropertyRename | ( | const std::string & | _propertyName | ) | [static] |
Definition at line 1051 of file MyGUI_BackwardCompatibility.cpp.
| std::string MyGUI::BackwardCompatibility::getSkinRename | ( | const std::string & | _skinName | ) | [static] |
Definition at line 1119 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::BackwardCompatibility::initialise | ( | ) | [static] |
Definition at line 942 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::BackwardCompatibility::isIgnoreProperty | ( | const std::string & | _key | ) | [static] |
Definition at line 854 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::BackwardCompatibility::registerWidgetTypes | ( | ) | [static] |
Definition at line 1139 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::BackwardCompatibility::shutdown | ( | ) | [static] |
Definition at line 1132 of file MyGUI_BackwardCompatibility.cpp.
1.7.6.1