Audacity 3.2.0
Classes | Namespaces | Functions | Variables
HelpSystem.cpp File Reference
#include "HelpSystem.h"
#include <wx/setup.h>
#include <wx/frame.h>
#include <wx/icon.h>
#include <wx/log.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/html/htmlwin.h>
#include <wx/settings.h>
#include <wx/statusbr.h>
#include <wx/regex.h>
#include "FileNames.h"
#include "AllThemeResources.h"
#include "ShuttleGui.h"
#include "Theme.h"
#include "HelpText.h"
#include "Prefs.h"
#include "wxFileNameWrapper.h"
#include "BasicUI.h"
#include <wx/wxprec.h>
#include <wx/mimetype.h>
#include <wx/filename.h>
#include <wx/uri.h>
Include dependency graph for HelpSystem.cpp:

Go to the source code of this file.

Classes

class  anonymous_namespace{HelpSystem.cpp}::HtmlTextHelpDialog
 

Namespaces

namespace  anonymous_namespace{HelpSystem.cpp}
 

Functions

void OpenInDefaultBrowser (const URLString &link)
 

Variables

ChoiceSetting GUIManualLocation
 

Function Documentation

◆ OpenInDefaultBrowser()

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:245

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

ChoiceSetting GUIManualLocation
Initial value:
{
wxT("/GUI/Help"),
{
{ XO("Local") , XO("From Internet") , },
{ wxT("Local") , wxT("FromInternet") , }
},
1
}
wxT("CloseDown"))
XO("Cut/Copy/Paste")
ByColumns_t ByColumns
Definition: Prefs.cpp:515

Definition at line 574 of file HelpSystem.cpp.

Referenced by HelpSystem::ShowHelp().