MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Clear

Method Clear

Sources/OvEditor/src/OvEditor/Panels/Console.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void OvEditor::Panels::Console::Clear()
115{
116 m_logTextWidgets.clear();
117 m_logGroup->RemoveAllWidgets();
118}
119
120void OvEditor::Panels::Console::FilterLogs()
121{

Callers 6

DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawPickableLightsMethod · 0.45
RenderCurrentSceneFunction · 0.45

Calls 2

RemoveAllWidgetsMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected