Audacity 3.2.0
|
An HtmlWindow that handles linked clicked - usually the link will go to our own local copy of the manual, but it could launch a new browser window. More...
#include <HelpSystem.h>
Public Member Functions | |
LinkingHtmlWindow (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxHW_SCROLLBAR_AUTO) | |
void | OnLinkClicked (const wxHtmlLinkInfo &link) override |
Public Member Functions inherited from HtmlWindow | |
HtmlWindow (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxHW_DEFAULT_STYLE, const wxString &name=wxT("htmlWindow")) | |
Methods for HtmlWindow. More... | |
virtual | ~HtmlWindow () |
An HtmlWindow that handles linked clicked - usually the link will go to our own local copy of the manual, but it could launch a new browser window.
Definition at line 125 of file HelpSystem.h.
LinkingHtmlWindow::LinkingHtmlWindow | ( | wxWindow * | parent, |
wxWindowID | id = -1 , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxHW_SCROLLBAR_AUTO |
||
) |
Definition at line 516 of file HelpSystem.cpp.
|
override |
Definition at line 524 of file HelpSystem.cpp.
References HelpText(), FileNames::HtmlHelpDir(), BrowserDialog::ID, OpenInDefaultBrowser(), HelpSystem::ShowHelp(), TitleText(), TranslatableString::Translation(), BrowserDialog::UpdateButtons(), and wxT().