23 #ifndef __MYGUI_CONTROLLER_EDGE_HIDE_H__
24 #define __MYGUI_CONTROLLER_EDGE_HIDE_H__
47 virtual ~ControllerEdgeHide() { }
52 void setTime(
float _value) { mTime = _value; }
64 virtual void setProperty(
const std::string& _key,
const std::string& _value);
67 bool addTime(
Widget* _widget,
float _time);
68 void prepareItem(
Widget* _widget);
70 void recalculateTime(
Widget* _widget);
84 #endif // __MYGUI_CONTROLLER_EDGE_HIDE_H__