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

Function ShowNormalUIComponents

tools/assimp_view/Display.cpp:871–880  ·  view source on GitHub ↗

------------------------------------------------------------------------------- reset to standard statistics view

Source from the content-addressed store, hash-verified

869//-------------------------------------------------------------------------------
870// reset to standard statistics view
871void ShowNormalUIComponents()
872{
873 ShowWindow(GetDlgItem(g_hDlg,IDC_NUMNODES),SW_SHOW);
874 ShowWindow(GetDlgItem(g_hDlg,IDC_ENODEWND),SW_SHOW);
875 ShowWindow(GetDlgItem(g_hDlg,IDC_NUMSHADERS),SW_SHOW);
876 ShowWindow(GetDlgItem(g_hDlg,IDC_LOADTIME),SW_SHOW);
877 ShowWindow(GetDlgItem(g_hDlg,IDC_ESHADER),SW_SHOW);
878 ShowWindow(GetDlgItem(g_hDlg,IDC_ELOAD),SW_SHOW);
879 ShowWindow(GetDlgItem(g_hDlg,IDC_VIEWMATRIX),SW_HIDE);
880}
881//-------------------------------------------------------------------------------
882int CDisplay::OnSetupNormalView()
883{

Callers 3

OnSetupNormalViewMethod · 0.85
OnSetupMaterialViewMethod · 0.85
OnSetupTextureViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected