Public Member Functions | |
void | load (const char *filename) |
HitRectList * | getHitRectList (uint32 id) |
RectList * | getRectList (uint32 id) |
MessageList * | getMessageList (uint32 id) |
NavigationList * | getNavigationList (uint32 id) |
HallOfRecordsInfo * | getHallOfRecordsInfoItem (uint32 id) |
TrackInfo * | getTrackInfo (uint32 id) |
Protected Attributes | |
Common::HashMap< uint32, HitRectList * > | _hitRectLists |
Common::HashMap< uint32, RectList * > | _rectLists |
Common::HashMap< uint32, MessageList * > | _messageLists |
Common::HashMap< uint32, NavigationList * > | _navigationLists |
Common::HashMap< uint32, HallOfRecordsInfo * > | _hallOfRecordsInfoItems |
Common::HashMap< uint32, TrackInfo * > | _trackInfoItems |