MCPcopy Create free account
hub / github.com/SatDump/SatDump / enabled

Method enabled

src-core/common/overlay_handler.cpp:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "imgui/imgui_stdlib.h"
4
5int OverlayHandler::enabled()
6{
7 return (int)draw_map_overlay +
8 (int)draw_cities_overlay +
9 (int)draw_qth_overlay +
10 (int)draw_latlon_overlay +
11 (int)draw_shores_overlay;
12}
13
14bool OverlayHandler::drawUI()
15{

Callers 6

updateMethod · 0.80
updateImageMethod · 0.80
projectImgFunction · 0.80
process_image_productsFunction · 0.80
main_projectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected