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
bool addTime(
Widget* _widget,
float _time);
50 virtual
void prepareItem(
Widget* _widget);
51 virtual
void setProperty(const std::
string& _key, const std::
string& _value);
71 FrameAction eventFrameAction;
76 #endif // MYGUI_CONTROLLER_POSITION_H_
#define MYGUI_RTTI_DERIVED(DerivedType)