MyGUI
3.2.1
|
#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 () |
Definition at line 371 of file MyGUI_BackwardCompatibility.h.
IntRect MyGUI::MemberObsolete< Window >::getMinMax | ( | ) |
Definition at line 635 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Window >::hideSmooth | ( | ) |
Definition at line 621 of file MyGUI_BackwardCompatibility.cpp.
void MyGUI::MemberObsolete< Window >::setMinMax | ( | const IntRect & | _minmax | ) |
Definition at line 625 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 630 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 617 of file MyGUI_BackwardCompatibility.cpp.