23 #ifndef __MYGUI_CONTROLLER_FADE_ALPHA_H__
24 #define __MYGUI_CONTROLLER_FADE_ALPHA_H__
41 virtual ~ControllerFadeAlpha() { }
46 void setAlpha(
float _value) { mAlpha = _value; }
51 void setCoef(
float _value) { mCoef = _value; }
59 virtual void setProperty(
const std::string& _key,
const std::string& _value);
62 bool addTime(
Widget* _widget,
float _time);
63 void prepareItem(
Widget* _widget);
65 bool getEnabled() {
return mEnabled; }
66 float getAlpha() {
return mAlpha; }
67 float getCoef() {
return mCoef; }
78 #endif // __MYGUI_CONTROLLER_FADE_ALPHA_H__