MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / InfiltrationScreen

Method InfiltrationScreen

game/ui/city/infiltrationscreen.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 Colour{54, 74, 200}, Colour{143, 15, 178}};
78
79InfiltrationScreen::InfiltrationScreen(sp<GameState> state)
80 : Stage(), menuform(ui().getForm("city/infiltration")), state(state)
81{
82 for (int i = 0; i < 10; i++)
83 {
84 shown_org_names[i] = menuform->findControlTyped<Label>(format("ORG_NAME_%d", i)).get();
85 shown_orgs[i] = nullptr;
86 }
87 graph = menuform->findControlTyped<Graphic>("GRAPH");
88}
89
90InfiltrationScreen::~InfiltrationScreen() = default;
91

Callers

nothing calls this directly

Calls 3

formatFunction · 0.85
getFormMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected