MCPcopy Create free account
hub / github.com/assimp/assimp / Clear

Method Clear

tools/assimp_view/LogWindow.cpp:129–133  ·  view source on GitHub ↗

-------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

127
128//-------------------------------------------------------------------------------
129void CLogWindow::Clear() {
130 this->szText = AI_VIEW_RTF_LOG_HEADER;
131 this->szPlainText = "";
132 this->Update();
133}
134
135//-------------------------------------------------------------------------------
136void CLogWindow::Update() {

Callers 5

RenderStereoViewMethod · 0.45
RenderPatternBGMethod · 0.45
MessageProcFunction · 0.45
OnPreRenderMethod · 0.45
TEST_FFunction · 0.45

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected