MyGUI 3.4.3
|
#include <MyGUI_BackwardCompatibility.h>
Public Member Functions | |
void | setPosition (const IntCoord &_coord) |
void | setPosition (int _left, int _top, int _width, int _height) |
void | showSmooth (bool _reset=false) |
void | hideSmooth () |
void | setMinMax (const IntRect &_minmax) |
void | setMinMax (int _min_w, int _min_h, int _max_w, int _max_h) |
IntRect | getMinMax () const |
Definition at line 393 of file MyGUI_BackwardCompatibility.h.
IntRect MyGUI::MemberObsolete< Window >::getMinMax | ( | ) | const |
Definition at line 643 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Window >::hideSmooth | ( | ) |
Definition at line 629 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Window >::setMinMax | ( | const IntRect & | _minmax | ) |
Definition at line 633 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Window >::setMinMax | ( | int | _min_w, |
int | _min_h, | ||
int | _max_w, | ||
int | _max_h ) |
Definition at line 638 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Window >::setPosition | ( | const IntCoord & | _coord | ) |
void MyGUI::MemberObsolete< Window >::setPosition | ( | int | _left, |
int | _top, | ||
int | _width, | ||
int | _height ) |
void MyGUI::MemberObsolete< Window >::showSmooth | ( | bool | _reset = false | ) |
Definition at line 625 of file MyGUI_BackwardCompatibility.cpp.