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

Method OnInfoListCopy

src/ServerWnd.cpp:412–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411
412void CServerWnd::OnInfoListCopy(wxCommandEvent& evt)
413{
414 wxMenu* menu = wxDynamicCast(evt.GetEventObject(), wxMenu);
415 if (!menu) {
416 return;
417 }
418 wxListCtrl* list = static_cast<wxListCtrl*>(menu->GetClientData());
419 CopyInfoListToClipboard(list);
420}
421
422void CServerWnd::OnSashPositionChanging(wxSplitterEvent& evt)
423{

Callers

nothing calls this directly

Calls 1

GetClientDataMethod · 0.80

Tested by

no test coverage detected