|
MyGUI
3.2.2
|
#include <MyGUI_BackwardCompatibility.h>
Inheritance diagram for MyGUI::MemberObsolete< Gui >:Public Member Functions | |
| void | destroyWidgetsVector (VectorWidgetPtr &_widgets) |
| void | hidePointer () |
| void | showPointer () |
| bool | isShowPointer () |
| void | injectFrameEntered (float _time) |
| int | getViewWidth () |
| int | getViewHeight () |
| bool | injectMouseMove (int _absx, int _absy, int _absz) |
| bool | injectMousePress (int _absx, int _absy, MouseButton _id) |
| bool | injectMouseRelease (int _absx, int _absy, MouseButton _id) |
| bool | injectKeyPress (KeyCode _key, Char _text=0) |
| bool | injectKeyRelease (KeyCode _key) |
| void | setVisiblePointer (bool _value) |
| bool | isVisiblePointer () |
| bool | load (const std::string &_file) |
| const IntSize & | getViewSize () |
| void | _injectFrameEntered (float _time) |
| void | _resizeWindow (const IntSize &_size) |
Definition at line 411 of file MyGUI_BackwardCompatibility.h.
| void MyGUI::MemberObsolete< Gui >::_injectFrameEntered | ( | float | _time | ) |
Definition at line 842 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::MemberObsolete< Gui >::_resizeWindow | ( | const IntSize & | _size | ) |
Definition at line 847 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::MemberObsolete< Gui >::destroyWidgetsVector | ( | VectorWidgetPtr & | _widgets | ) |
Definition at line 776 of file MyGUI_BackwardCompatibility.cpp.
| int MyGUI::MemberObsolete< Gui >::getViewHeight | ( | ) |
Definition at line 828 of file MyGUI_BackwardCompatibility.cpp.
| const IntSize & MyGUI::MemberObsolete< Gui >::getViewSize | ( | ) |
Definition at line 820 of file MyGUI_BackwardCompatibility.cpp.
| int MyGUI::MemberObsolete< Gui >::getViewWidth | ( | ) |
Definition at line 824 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::MemberObsolete< Gui >::hidePointer | ( | ) |
Definition at line 802 of file MyGUI_BackwardCompatibility.cpp.
|
inline |
Definition at line 424 of file MyGUI_BackwardCompatibility.h.
| bool MyGUI::MemberObsolete< Gui >::injectKeyPress | ( | KeyCode | _key, |
| Char | _text = 0 |
||
| ) |
Definition at line 793 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::MemberObsolete< Gui >::injectKeyRelease | ( | KeyCode | _key | ) |
Definition at line 797 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::MemberObsolete< Gui >::injectMouseMove | ( | int | _absx, |
| int | _absy, | ||
| int | _absz | ||
| ) |
Definition at line 781 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::MemberObsolete< Gui >::injectMousePress | ( | int | _absx, |
| int | _absy, | ||
| MouseButton | _id | ||
| ) |
Definition at line 785 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::MemberObsolete< Gui >::injectMouseRelease | ( | int | _absx, |
| int | _absy, | ||
| MouseButton | _id | ||
| ) |
Definition at line 789 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::MemberObsolete< Gui >::isShowPointer | ( | ) |
Definition at line 810 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::MemberObsolete< Gui >::isVisiblePointer | ( | ) |
Definition at line 837 of file MyGUI_BackwardCompatibility.cpp.
| bool MyGUI::MemberObsolete< Gui >::load | ( | const std::string & | _file | ) |
Definition at line 815 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::MemberObsolete< Gui >::setVisiblePointer | ( | bool | _value | ) |
Definition at line 833 of file MyGUI_BackwardCompatibility.cpp.
| void MyGUI::MemberObsolete< Gui >::showPointer | ( | ) |
Definition at line 806 of file MyGUI_BackwardCompatibility.cpp.
1.8.16