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

Method processFadeInUI

source/Gui/MainLoopController.cpp:203–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void MainLoopController::processFadeInUI()
204{
205 SimulationView::get().draw();
206
207 pushGlobalStyle();
208 processMenubar();
209 MainLoopEntityController::get().process();
210 OverlayController::get().process();
211 SimulationView::get().processSimulationScrollbars();
212 popGlobalStyle();
213
214 increaseAlphaForFadeInUI();
215 if (ImGui::GetStyle().Alpha == 1.0f) {
216 printOverlayMessage(Const::AutosaveFileWithoutPath.string());
217 _programState = ProgramState::OperatingMode;
218 }
219}
220
221void MainLoopController::processOperatingMode()
222{

Callers

nothing calls this directly

Calls 4

printOverlayMessageFunction · 0.85
drawMethod · 0.80
processMethod · 0.45

Tested by

no test coverage detected