MyGUI 3.4.3
|
#include <MyGUI_BackwardCompatibility.h>
Public Member Functions | |
void | setDeafultPointer (std::string_view _value) |
void | show () |
void | hide () |
bool | isShow () |
bool | load (const std::string &_file) |
void | loadOldPointerFormat (xml::ElementPtr _node, std::string_view _file, Version _version, std::string_view _tag) |
Definition at line 523 of file MyGUI_BackwardCompatibility.h.
void MyGUI::MemberObsolete< PointerManager >::hide | ( | ) |
Definition at line 894 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< PointerManager >::isShow | ( | ) |
Definition at line 898 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< PointerManager >::load | ( | const std::string & | _file | ) |
Definition at line 902 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< PointerManager >::loadOldPointerFormat | ( | xml::ElementPtr | _node, |
std::string_view | _file, | ||
Version | _version, | ||
std::string_view | _tag ) |
Definition at line 906 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< PointerManager >::setDeafultPointer | ( | std::string_view | _value | ) |
Definition at line 886 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< PointerManager >::show | ( | ) |
Definition at line 890 of file MyGUI_BackwardCompatibility.cpp.