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

Method Update

tools/assimp_view/LogWindow.cpp:136–145  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//-------------------------------------------------------------------------------
136void CLogWindow::Update() {
137 if (this->bIsVisible) {
138 SETTEXTEX sInfo = {};
139 sInfo.flags = ST_DEFAULT;
140 sInfo.codepage = CP_ACP;
141
142 SendDlgItemMessage(this->hwnd, IDC_EDIT1,
143 EM_SETTEXTEX, (WPARAM)&sInfo, (LPARAM)this->szText.c_str());
144 }
145}
146
147//-------------------------------------------------------------------------------
148void CLogWindow::Save() {

Callers 3

ShowMethod · 0.95
ClearMethod · 0.95
LoadAssetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected