MCPcopy Create free account
hub / github.com/audacity/audacity / OpenInDefaultBrowser

Function OpenInDefaultBrowser

libraries/lib-wx-init/HelpSystem.cpp:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void OpenInDefaultBrowser(const URLString& link)
518{
519 wxURI uri(link.GET());
520 BasicUI::OpenInDefaultBrowser(uri.BuildURI());
521}
522
523LinkingHtmlWindow::LinkingHtmlWindow(wxWindow *parent, wxWindowID id /*= -1*/,
524 const wxPoint& pos /*= wxDefaultPosition*/,

Callers 4

PopulateMethod · 0.70
ShowHelpMethod · 0.70
OnLinkClickedMethod · 0.70
OnItemActivatedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected