22 #ifndef __MYGUI_CONTROLLER_POSITION_H__
23 #define __MYGUI_CONTROLLER_POSITION_H__
46 void setCoord(const IntCoord& _value);
48 void setSize(const
IntSize& _value);
50 void setPosition(const
IntPoint& _value);
52 void setFunction(const std::
string& _value);
57 void setTime(
float _value);
62 void setAction(FrameAction::IDelegate* _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);
87 FrameAction eventFrameAction;
92 #endif // __MYGUI_CONTROLLER_POSITION_H__