MyGUI
3.2.1
|
#include <MyGUI_BackwardCompatibility.h>
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 401 of file MyGUI_BackwardCompatibility.h.
void MyGUI::MemberObsolete< Gui >::_injectFrameEntered | ( | float | _time | ) |
Definition at line 833 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::_resizeWindow | ( | const IntSize & | _size | ) |
Definition at line 838 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::destroyWidgetsVector | ( | VectorWidgetPtr & | _widgets | ) |
Definition at line 767 of file MyGUI_BackwardCompatibility.cpp.
int MyGUI::MemberObsolete< Gui >::getViewHeight | ( | ) |
Definition at line 819 of file MyGUI_BackwardCompatibility.cpp.
const IntSize & MyGUI::MemberObsolete< Gui >::getViewSize | ( | ) |
Definition at line 811 of file MyGUI_BackwardCompatibility.cpp.
int MyGUI::MemberObsolete< Gui >::getViewWidth | ( | ) |
Definition at line 815 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::hidePointer | ( | ) |
Definition at line 793 of file MyGUI_BackwardCompatibility.cpp.
|
inline |
Definition at line 414 of file MyGUI_BackwardCompatibility.h.
bool MyGUI::MemberObsolete< Gui >::injectKeyPress | ( | KeyCode | _key, |
Char | _text = 0 |
||
) |
Definition at line 784 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectKeyRelease | ( | KeyCode | _key | ) |
Definition at line 788 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectMouseMove | ( | int | _absx, |
int | _absy, | ||
int | _absz | ||
) |
Definition at line 772 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectMousePress | ( | int | _absx, |
int | _absy, | ||
MouseButton | _id | ||
) |
Definition at line 776 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectMouseRelease | ( | int | _absx, |
int | _absy, | ||
MouseButton | _id | ||
) |
Definition at line 780 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::isShowPointer | ( | ) |
Definition at line 801 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::isVisiblePointer | ( | ) |
Definition at line 828 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::load | ( | const std::string & | _file | ) |
Definition at line 806 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::setVisiblePointer | ( | bool | _value | ) |
Definition at line 824 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::showPointer | ( | ) |
Definition at line 797 of file MyGUI_BackwardCompatibility.cpp.