Public Member Functions | |
| void | setTimer (int syncro_by_clock, time_type time_per_frame, time_type max_time_interval_) |
| void | attach (ResourceUser *user) |
| void | attach (void(*func)(), time_type dtime) |
| template<class T > | |
| void | attach (T &obj, void(T::*func)(), time_type dtime) |
| void | detach (ResourceUser *user) |
| void | start () |
| void | reset () |
| void | skip_time () |
| void | quant () |
| void | set_speed (float speed) |