Public Member Functions | |
void | SetupList (Map_object *objects, int factor) |
void | UpdateList (Map_object *objects, int factor) |
Map_object * | FindObject (int x, int y) |
void | PaintObjects (Surface *surf) |
Private Attributes | |
Display_list_type | display_list |
Rectangle | dirty_region |
Definition at line 110 of file colourless0.cc.
Map_object* DisplayManager::FindObject | ( | int | x, | |
int | y | |||
) |
void DisplayManager::PaintObjects | ( | Surface * | surf | ) |
void DisplayManager::SetupList | ( | Map_object * | objects, | |
int | factor | |||
) |
void DisplayManager::UpdateList | ( | Map_object * | objects, | |
int | factor | |||
) |
Rectangle DisplayManager::dirty_region [private] |
Definition at line 116 of file colourless0.cc.
Display_list_type DisplayManager::display_list [private] |
Definition at line 113 of file colourless0.cc.