Go to the documentation of this file.
23 #ifndef __MYGUI_CONTROLLER_ITEM_H__
24 #define __MYGUI_CONTROLLER_ITEM_H__
43 virtual void prepareItem(
Widget* _widget) = 0;
44 virtual bool addTime(
Widget* _widget,
float _time) = 0;
46 virtual void setProperty(
const std::string& _key,
const std::string& _value) { }
73 #endif // __MYGUI_CONTROLLER_ITEM_H__