MCPcopy Create free account
hub / github.com/bluescan/tacentview / ClearLog

Method ClearLog

Src/Dialogs.cpp:437–442  ·  view source on GitHub ↗

Parts of this class are a modification of the one that ships with Dear ImGui. The DearImGui licence (MIT) may be found in the txt file Licence_DearImGui_MIT.txt in the Data folder.

Source from the content-addressed store, hash-verified

435// Parts of this class are a modification of the one that ships with Dear ImGui. The DearImGui
436// licence (MIT) may be found in the txt file Licence_DearImGui_MIT.txt in the Data folder.
437void Viewer::OutputLog::ClearLog()
438{
439 LogBuf.clear();
440 LogLineOffsets.clear();
441 LogLineOffsets.push_back(0);
442}
443
444
445void Viewer::OutputLog::AddLog(const char* fmt, ...)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected