#include <uobject.hh>
Public Member Functions | |
UObjectHub (const std::string &) | |
UObjectHub constructor. | |
virtual | ~UObjectHub () |
UObjectHub destructor. | |
void | addMember (UObject *obj) |
void | USetUpdate (ufloat period) |
Set a timer that will call update every 'period' milliseconds. | |
virtual int | update () |
UObjectList * | getSubClass (const std::string &) |
Public Attributes | |
UObjectList | members |
Protected Member Functions | |
int | updateGlobal () |
This function calls update and the subclass update. | |
Protected Attributes | |
ufloat | period |
std::string | name |
Definition at line 382 of file uobject.hh.