![]() |
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.
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) |
Given a key, returns some html.
Definition in file HelpText.cpp.
|
static |
Definition at line 55 of file HelpText.cpp.
References FileNames::HtmlHelpDir(), and wxT().
Referenced by LinkExpand().
| wxString FormatHtmlText | ( | const wxString & | Text | ) |
Definition at line 258 of file HelpText.cpp.
References LinkExpand(), WrapText(), and wxT().
Referenced by anonymous_namespace{WhatsNewDialog.cpp}::MakeGetPluginsText(), anonymous_namespace{WhatsNewDialog.cpp}::MakeWhatsNewText(), AboutDialog::PopulateAudacityPage(), AboutDialog::PopulateInformationPage(), and AboutDialog::PopulateLicensePage().
| wxString HelpText | ( | const wxString & | Key | ) |
Definition at line 238 of file HelpText.cpp.
References HelpTextBuiltIn(), LinkExpand(), and WrapText().
Referenced by ErrorDialog::OnHelp(), ErrorReportDialog::OnHelp(), LinkingHtmlWindow::OnLinkClicked(), and HelpSystem::ShowHelp().
|
static |
Definition at line 192 of file HelpText.cpp.
References WrapText(), wxT(), and XO().
Referenced by HelpText().
| wxString HtmlColourOfIndex | ( | int | i | ) |
Definition at line 28 of file HelpText.cpp.
References ThemeBase::Colour(), and theTheme.
Referenced by LinkExpand(), and WrapText().
|
static |
Definition at line 45 of file HelpText.cpp.
References wxT().
Referenced by LinkExpand().
|
static |
Definition at line 77 of file HelpText.cpp.
References FileLink(), HtmlColourOfIndex(), InnerLink(), TypedLink(), and wxT().
Referenced by FormatHtmlText(), and HelpText().
| TranslatableString TitleText | ( | const wxString & | Key | ) |
Definition at line 127 of file HelpText.cpp.
References Verbatim(), wxT(), and XO().
Referenced by ErrorDialog::OnHelp(), ErrorReportDialog::OnHelp(), and LinkingHtmlWindow::OnLinkClicked().
|
static |
Definition at line 67 of file HelpText.cpp.
References wxT().
Referenced by LinkExpand().
|
static |
Definition at line 34 of file HelpText.cpp.
References HtmlColourOfIndex(), and wxT().
Referenced by FormatHtmlText(), HelpText(), and HelpTextBuiltIn().