Functions | |
void | show (const gui2::tracked_drawable &target) |
Displays the fps report popup for the given tracked_drawable. More... | |
void | hide () |
Hides the fps report popup. More... | |
void gui2::dialogs::fps::hide | ( | ) |
Hides the fps report popup.
Definition at line 147 of file fps_report.cpp.
Referenced by editor::editor_palette< Item >::hide(), editor::location_palette::hide(), gui2::tracked_drawable::process(), and gui2::tracked_drawable::~tracked_drawable().
void gui2::dialogs::fps::show | ( | const gui2::tracked_drawable & | target | ) |
Displays the fps report popup for the given tracked_drawable.
Only one popup may be active at a time, and subsequent calls to this function are no-op unless hide is called first.
Definition at line 131 of file fps_report.cpp.
Referenced by actions::place_recruit(), unit_creator::post_create(), gui2::tracked_drawable::process(), actions::recall_unit(), actions::recruit_unit(), gui2::policy::minimum_selection::one_item::set_item_shown(), gui2::policy::minimum_selection::no_item::set_item_shown(), gui2::generator< minimum_selection, maximum_selection, my_placement, select_action >::set_item_shown(), prefs::set_lobby_joins(), and SYNCED_COMMAND_HANDLER_FUNCTION().