![]() |
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 "../prefs/GUIPrefs.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) |
void OpenInDefaultBrowser | ( | const URLString & | link | ) |
Definition at line 527 of file HelpSystem.cpp.
References Identifier::GET(), and BasicUI::OpenInDefaultBrowser().
Referenced by cloud::audiocom::ShareAudioDialog::HandleUploadSucceeded(), cloud::audiocom::ShareAudioDialog::InitialStatePanel::OnLinkButtonPressed(), LinkingHtmlWindow::OnLinkClicked(), HelpSystem::ShowHelp(), anonymous_namespace{RealtimeEffectPanel.cpp}::ShowSelectEffectMenu(), and AudacityFileConfig::Warn().