MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / Clear

Method Clear

samples/luxcoreui/logwindow.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27//------------------------------------------------------------------------------
28
29void LogWindow::Clear() {
30 buffer.clear();
31 lineOffsets.clear();
32}
33
34void LogWindow::AddMsg(const char *msg) {
35 int oldSize = buffer.size();

Callers 12

OpenMethod · 0.45
CloseMethod · 0.45
ParseGUIPropertiesMethod · 0.45
ParseEditorPropertiesMethod · 0.45
DrawMethod · 0.45
DrawObjectGUIMethod · 0.45
DrawObjectGUIMethod · 0.45
DrawObjectGUIMethod · 0.45
DrawObjectGUIMethod · 0.45
DrawObjectGUIMethod · 0.45
mainFunction · 0.45
PropertiesTestsFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected