#include <FPS.h>
Inheritance diagram for FPS:
Public Methods | |
FPS (DisplayDevice *, Displayable *) | |
constructor: the display device to take aspect ratio from. More... | |
virtual void | prepare () |
specific preparations, called by draw_prepare, supplied by derived class. More... | |
Protected Methods | |
virtual void | do_color_changed (int) |
Definition at line 15 of file FPS.h.
|
constructor: the display device to take aspect ratio from.
Definition at line 16 of file FPS.C. References Scene::add_color_category, Scene::add_color_item, Scene::category_index, Displayable::cent_trans_off, do_color_changed, Displayable::glob_trans_off, REGWHITE, Displayable::rot_off, Displayable::scale_off, Displayable::scene, and time_of_day. |
|
Reimplemented from Displayable. Definition at line 67 of file FPS.C. References Scene::category_item_value, and Displayable::scene. Referenced by FPS. |
|
specific preparations, called by draw_prepare, supplied by derived class.
Reimplemented from Displayable. Definition at line 36 of file FPS.C. References Displayable::append, DisplayDevice::aspect, Displayable::cmdList, Displayable::displayed, DMATERIALOFF, Displayable::need_matrix_recalc, DispCmdText::putdata, DispCmdColorIndex::putdata, Displayable::reset_disp_list, and time_of_day. |