MyGUI
3.2.0
|
#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 415 of file MyGUI_BackwardCompatibility.h.
void MyGUI::MemberObsolete< Gui >::_injectFrameEntered | ( | float | _time | ) |
Definition at line 726 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::_resizeWindow | ( | const IntSize & | _size | ) |
Definition at line 731 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::destroyWidgetsVector | ( | VectorWidgetPtr & | _widgets | ) |
Definition at line 660 of file MyGUI_BackwardCompatibility.cpp.
int MyGUI::MemberObsolete< Gui >::getViewHeight | ( | ) |
Definition at line 712 of file MyGUI_BackwardCompatibility.cpp.
const IntSize & MyGUI::MemberObsolete< Gui >::getViewSize | ( | ) |
Definition at line 704 of file MyGUI_BackwardCompatibility.cpp.
int MyGUI::MemberObsolete< Gui >::getViewWidth | ( | ) |
Definition at line 708 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::hidePointer | ( | ) |
Definition at line 686 of file MyGUI_BackwardCompatibility.cpp.
|
inline |
Definition at line 428 of file MyGUI_BackwardCompatibility.h.
bool MyGUI::MemberObsolete< Gui >::injectKeyPress | ( | KeyCode | _key, |
Char | _text = 0 |
||
) |
Definition at line 677 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectKeyRelease | ( | KeyCode | _key | ) |
Definition at line 681 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectMouseMove | ( | int | _absx, |
int | _absy, | ||
int | _absz | ||
) |
Definition at line 665 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectMousePress | ( | int | _absx, |
int | _absy, | ||
MouseButton | _id | ||
) |
Definition at line 669 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::injectMouseRelease | ( | int | _absx, |
int | _absy, | ||
MouseButton | _id | ||
) |
Definition at line 673 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::isShowPointer | ( | ) |
Definition at line 694 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::isVisiblePointer | ( | ) |
Definition at line 721 of file MyGUI_BackwardCompatibility.cpp.
bool MyGUI::MemberObsolete< Gui >::load | ( | const std::string & | _file | ) |
Definition at line 699 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::setVisiblePointer | ( | bool | _value | ) |
Definition at line 717 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Gui >::showPointer | ( | ) |
Definition at line 690 of file MyGUI_BackwardCompatibility.cpp.