Go to the documentation of this file.
7 #ifndef __MYGUI_CONTROLLER_ITEM_H__
8 #define __MYGUI_CONTROLLER_ITEM_H__
33 virtual void prepareItem(
Widget* _widget) = 0;
34 virtual bool addTime(
Widget* _widget,
float _time) = 0;
36 virtual void setProperty(
const std::string& _key,
const std::string& _value) { }
60 #endif // __MYGUI_CONTROLLER_ITEM_H__