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

Method Show

tools/assimp_view/LogWindow.cpp:113–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

111
112//-------------------------------------------------------------------------------
113void CLogWindow::Show() {
114 if (this->hwnd) {
115 ShowWindow(this->hwnd, SW_SHOW);
116 this->bIsVisible = true;
117
118 // contents aren't updated while the logger isn't displayed
119 this->Update();
120 }
121}
122
123//-------------------------------------------------------------------------------
124void CMyLogStream::write(const char *message) {

Callers 1

MessageProcFunction · 0.80

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected