![]() |
Audacity 3.2.0
|
#include "Identifier.h"
Go to the source code of this file.
Typedefs | |
using | URLString = TaggedIdentifier< URLStringTag > |
Distinct type for URLs. More... | |
Functions | |
WX_INIT_API wxString | HelpText (const wxString &Key) |
WX_INIT_API TranslatableString | TitleText (const wxString &Key) |
WX_INIT_API const wxString | VerCheckArgs () |
WX_INIT_API const URLString | VerCheckUrl () |
WX_INIT_API const wxString | VerCheckHtml () |
WX_INIT_API wxString | FormatHtmlText (const wxString &Text) |
using URLString = TaggedIdentifier< URLStringTag > |
Distinct type for URLs.
Definition at line 20 of file HelpText.h.
WX_INIT_API wxString FormatHtmlText | ( | const wxString & | Text | ) |
Definition at line 349 of file HelpText.cpp.
References LinkExpand(), WrapText(), and wxT().
Referenced by AboutDialog::PopulateAudacityPage(), AboutDialog::PopulateInformationPage(), and AboutDialog::PopulateLicensePage().
WX_INIT_API wxString HelpText | ( | const wxString & | Key | ) |
Definition at line 329 of file HelpText.cpp.
References HelpTextBuiltIn(), LinkExpand(), and WrapText().
Referenced by ErrorDialog::OnHelp(), ErrorReportDialog::OnHelp(), LinkingHtmlWindow::OnLinkClicked(), SplashDialog::Populate(), SplashDialog::Show2(), and HelpSystem::ShowHelp().
WX_INIT_API TranslatableString TitleText | ( | const wxString & | Key | ) |
Definition at line 149 of file HelpText.cpp.
References Verbatim(), wxT(), and XO().
Referenced by ErrorDialog::OnHelp(), ErrorReportDialog::OnHelp(), and LinkingHtmlWindow::OnLinkClicked().
WX_INIT_API const wxString VerCheckArgs | ( | ) |
Definition at line 362 of file HelpText.cpp.
Referenced by VerCheckUrl().
WX_INIT_API const wxString VerCheckHtml | ( | ) |
Definition at line 373 of file HelpText.cpp.
References Identifier::GET(), VerCheckUrl(), and XO().
Referenced by HelpTextBuiltIn(), and AboutDialog::PopulateInformationPage().
WX_INIT_API const URLString VerCheckUrl | ( | ) |
Definition at line 387 of file HelpText.cpp.
References VER_CHECK_URL, VerCheckArgs(), and wxT().
Referenced by VerCheckHtml().