Audacity 3.2.0
|
#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>
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 |
void OpenInDefaultBrowser | ( | const URLString & | link | ) |
Definition at line 510 of file HelpSystem.cpp.
References Identifier::GET(), and BasicUI::OpenInDefaultBrowser().
Referenced by LinkingHtmlWindow::OnLinkClicked(), and HelpSystem::ShowHelp().
ChoiceSetting GUIManualLocation |
Definition at line 574 of file HelpSystem.cpp.
Referenced by HelpSystem::ShowHelp().