MCPcopy Create free account
hub / github.com/amule-project/amule / EndBulkUpdate

Method EndBulkUpdate

src/SharedFilesCtrl.cpp:476–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476void CSharedFilesCtrl::EndBulkUpdate()
477{
478 m_inBulkUpdate = false;
479 // One full repaint covers every row whose data changed during the
480 // bulk window. SelectionUpdated() refreshes the right-hand detail
481 // panel in case the selected row's data changed.
482 Refresh();
483 if (theApp->amuledlg && theApp->amuledlg->m_sharedfileswnd) {
484 theApp->amuledlg->m_sharedfileswnd->SelectionUpdated();
485 }
486}
487
488
489void CSharedFilesCtrl::ShowFilesCount()

Callers 1

SharedFilesEndBulkUpdateFunction · 0.80

Calls 1

SelectionUpdatedMethod · 0.80

Tested by

no test coverage detected