MyGUI  3.2.0
Public Member Functions
MyGUI::MemberObsolete< Window > Class Template Reference

#include <MyGUI_BackwardCompatibility.h>

+ Inheritance diagram for MyGUI::MemberObsolete< Window >:

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 ()

Detailed Description

template<>
class MyGUI::MemberObsolete< Window >

Definition at line 386 of file MyGUI_BackwardCompatibility.h.

Member Function Documentation

Deprecated:
" is deprecated, use : IntSize getMinSize() , IntSize getMaxSize()"

Definition at line 650 of file MyGUI_BackwardCompatibility.cpp.

void MyGUI::MemberObsolete< Window >::hideSmooth ( )
Deprecated:
" is deprecated, use : void setVisibleSmooth(bool _visible)"

Definition at line 636 of file MyGUI_BackwardCompatibility.cpp.

void MyGUI::MemberObsolete< Window >::setMinMax ( const IntRect _minmax)
Deprecated:
" is deprecated, use : void setMinSize(const IntSize& _min) , void setMaxSize(const IntSize& _min)"

Definition at line 640 of file MyGUI_BackwardCompatibility.cpp.

void MyGUI::MemberObsolete< Window >::setMinMax ( int  _min_w,
int  _min_h,
int  _max_w,
int  _max_h 
)
Deprecated:
" is deprecated, use : void setMinSize(const IntSize& _min) , void setMaxSize(const IntSize& _min)"

Definition at line 645 of file MyGUI_BackwardCompatibility.cpp.

void MyGUI::MemberObsolete< Window >::setPosition ( const IntCoord _coord)
Deprecated:
" is deprecated, use : void Widget::setCoord(const IntCoord& _coord)"
void MyGUI::MemberObsolete< Window >::setPosition ( int  _left,
int  _top,
int  _width,
int  _height 
)
Deprecated:
" is deprecated, use : void Widget::setCoord(int _left, int _top, int _width, int _height)"
void MyGUI::MemberObsolete< Window >::showSmooth ( bool  _reset = false)
Deprecated:
" is deprecated, use : void setVisibleSmooth(bool _visible)"

Definition at line 632 of file MyGUI_BackwardCompatibility.cpp.


The documentation for this class was generated from the following files: