Audacity 3.2.0
Classes | Functions | Variables
HelpSystem.h File Reference
#include <wx/defs.h>
#include "wxPanelWrapper.h"
#include "HelpText.h"
#include "HtmlWindow.h"
Include dependency graph for HelpSystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HelpSystem
 Class which contains static methods and data needed for implementing help buttons. More...
 
class  LinkingHtmlWindow
 An HtmlWindow that handles linked clicked - usually the link will go to our own local copy of the manual, but it could launch a new browser window. More...
 
class  BrowserDialog
 Adds some event handling to an HtmlWindow. More...
 

Functions

WX_INIT_API void OpenInDefaultBrowser (const URLString &link)
 

Variables

WX_INIT_API ChoiceSetting GUIManualLocation
 

Function Documentation

◆ OpenInDefaultBrowser()

WX_INIT_API void OpenInDefaultBrowser ( const URLString link)

Definition at line 510 of file HelpSystem.cpp.

511{
512 wxURI uri(link.GET());
513 BasicUI::OpenInDefaultBrowser(uri.BuildURI());
514}
const wxString & GET() const
Explicit conversion to wxString, meant to be ugly-looking and demanding of a comment why it's correct...
Definition: Identifier.h:66
bool OpenInDefaultBrowser(const wxString &url)
Open an URL in default browser.
Definition: BasicUI.cpp:240

References Identifier::GET(), and BasicUI::OpenInDefaultBrowser().

Referenced by LinkingHtmlWindow::OnLinkClicked(), and HelpSystem::ShowHelp().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ GUIManualLocation

WX_INIT_API ChoiceSetting GUIManualLocation
extern

Definition at line 574 of file HelpSystem.cpp.

Referenced by HelpSystem::ShowHelp().