MCPcopy Create free account
hub / github.com/chrxh/alien / process

Method process

source/Gui/OverlayController.cpp:30–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void OverlayController::process()
31{
32 if (!UiController::get().isOn()) {
33 return;
34 }
35 if (!_on) {
36 return;
37 }
38 processProgressAnimation();
39
40 if (!_messageStartTimepoint.has_value()) {
41 return;
42 }
43 processMessage();
44}
45
46void OverlayController::showMessage(std::string const& message, bool withLightning /*= false*/)
47{

Callers

nothing calls this directly

Calls 1

isOnMethod · 0.45

Tested by

no test coverage detected