7 #ifndef __MYGUI_CONTROLLER_POSITION_H__
8 #define __MYGUI_CONTROLLER_POSITION_H__
31 void setCoord(const IntCoord& _value);
33 void setSize(const
IntSize& _value);
35 void setPosition(const
IntPoint& _value);
37 void setFunction(const std::
string& _value);
42 void setTime(
float _value);
47 void setAction(FrameAction::IDelegate* _value);
49 virtual
void setProperty(const std::
string& _key, const std::
string& _value);
52 bool addTime(
Widget* _widget,
float _time);
53 void prepareItem(
Widget* _widget);
72 FrameAction eventFrameAction;
77 #endif // __MYGUI_CONTROLLER_POSITION_H__
#define MYGUI_RTTI_DERIVED(DerivedType)