![]() |
Audacity 3.2.0
|
Given a key, returns some html. More...
#include "HelpText.h"
#include <wx/colour.h>
#include <wx/sstream.h>
#include <wx/txtstrm.h>
#include "FileNames.h"
#include "Internat.h"
#include "AllThemeResources.h"
#include "Theme.h"
Go to the source code of this file.
Macros | |
#define | VER_CHECK_URL "https://www.audacityteam.org/download/?" |
Functions | |
wxString | HtmlColourOfIndex (int i) |
static wxString | WrapText (const wxString &Text) |
static wxString | InnerLink (const wxString &Key, const wxString &Text) |
static wxString | FileLink (const wxString &Key, const wxString &Text) |
static wxString | TypedLink (const wxString &Key, const wxString &Text) |
static wxString | LinkExpand (const wxString &Text) |
TranslatableString | TitleText (const wxString &Key) |
static wxString | HelpTextBuiltIn (const wxString &Key) |
wxString | HelpText (const wxString &Key) |
wxString | FormatHtmlText (const wxString &Text) |
const wxString | VerCheckArgs () |
const wxString | VerCheckHtml () |
const URLString | VerCheckUrl () |
Given a key, returns some html.
Definition in file HelpText.cpp.
#define VER_CHECK_URL "https://www.audacityteam.org/download/?" |
|
static |
Definition at line 63 of file HelpText.cpp.
References FileNames::HtmlHelpDir(), and wxT().
Referenced by LinkExpand().
wxString FormatHtmlText | ( | const wxString & | Text | ) |
Definition at line 335 of file HelpText.cpp.
References LinkExpand(), WrapText(), and wxT().
Referenced by AboutDialog::PopulateAudacityPage(), AboutDialog::PopulateInformationPage(), and AboutDialog::PopulateLicensePage().
wxString HelpText | ( | const wxString & | Key | ) |
Definition at line 315 of file HelpText.cpp.
References HelpTextBuiltIn(), LinkExpand(), and WrapText().
Referenced by ErrorDialog::OnHelp(), ErrorReportDialog::OnHelp(), LinkingHtmlWindow::OnLinkClicked(), SplashDialog::Populate(), SplashDialog::Show2(), and HelpSystem::ShowHelp().
|
static |
Definition at line 200 of file HelpText.cpp.
References VerCheckHtml(), WrapText(), wxT(), and XO().
Referenced by HelpText().
wxString HtmlColourOfIndex | ( | int | i | ) |
Definition at line 36 of file HelpText.cpp.
References ThemeBase::Colour(), and theTheme.
Referenced by LinkExpand(), and WrapText().
|
static |
Definition at line 53 of file HelpText.cpp.
References wxT().
Referenced by LinkExpand().
|
static |
Definition at line 85 of file HelpText.cpp.
References FileLink(), HtmlColourOfIndex(), InnerLink(), TypedLink(), and wxT().
Referenced by FormatHtmlText(), and HelpText().
TranslatableString TitleText | ( | const wxString & | Key | ) |
Definition at line 135 of file HelpText.cpp.
References Verbatim(), wxT(), and XO().
Referenced by ErrorDialog::OnHelp(), ErrorReportDialog::OnHelp(), and LinkingHtmlWindow::OnLinkClicked().
|
static |
Definition at line 75 of file HelpText.cpp.
References wxT().
Referenced by LinkExpand().
const wxString VerCheckArgs | ( | ) |
Definition at line 348 of file HelpText.cpp.
Referenced by VerCheckUrl().
const wxString VerCheckHtml | ( | ) |
Definition at line 359 of file HelpText.cpp.
References Identifier::GET(), VerCheckUrl(), and XO().
Referenced by HelpTextBuiltIn(), and AboutDialog::PopulateInformationPage().
const URLString VerCheckUrl | ( | ) |
Definition at line 373 of file HelpText.cpp.
References VER_CHECK_URL, VerCheckArgs(), and wxT().
Referenced by VerCheckHtml().
|
static |
Definition at line 42 of file HelpText.cpp.
References HtmlColourOfIndex(), and wxT().
Referenced by FormatHtmlText(), HelpText(), and HelpTextBuiltIn().