MCPcopy Create free account
hub / github.com/csersoft/HWFW_GUI / TreeView_SelChanged

Function TreeView_SelChanged

HWFW_GUI/TreeView_Events.cpp:373–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void TreeView_SelChanged(LPNMTREEVIEW lpnmTV)
374{
375 HWND hListView = GetDlgItem(hMainDlg, IDC_LV);
376 CleanListView();
377
378 switch (lpnmTV->itemNew.lParam)
379 {
380 case TT_FILEHDR:
381 ListFileHeader(hListView);
382 break;
383
384 case TT_MODELINFO:
385 ListProductInfo(hListView);
386 break;
387
388 case TT_ITEMINFO:
389 ListItemInfo(hListView);
390 break;
391 }
392}
393

Callers 1

DlgProc_MainFunction · 0.85

Calls 4

CleanListViewFunction · 0.85
ListFileHeaderFunction · 0.85
ListProductInfoFunction · 0.85
ListItemInfoFunction · 0.85

Tested by

no test coverage detected