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

Method OnViewFiles

src/GenericClientListCtrl.cpp:538–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536
537
538void CGenericClientListCtrl::OnViewFiles( wxCommandEvent& WXUNUSED(event) )
539{
540 ItemList sources = ::GetSelectedItems( this );
541
542 if ( sources.size() == 1 ) {
543 sources.front()->GetSource().RequestSharedFileList();
544 }
545}
546
547
548void CGenericClientListCtrl::OnAddFriend( wxCommandEvent& WXUNUSED(event) )

Callers

nothing calls this directly

Calls 3

GetSelectedItemsFunction · 0.70
sizeMethod · 0.45
RequestSharedFileListMethod · 0.45

Tested by

no test coverage detected