Audacity 3.2.0
HelpUtilities.h
Go to the documentation of this file.
1/**********************************************************************
2
3Audacity: A Digital Audio Editor
4
5@file HelpUtilities.cpp
6
7Paul Licameli split from HelpMenus.cpp
8
9**********************************************************************/
10
11#ifndef __AUDACITY_HELP_UTILITIES__
12#define __AUDACITY_HELP_UTILITIES__
13
14class AudacityProject;
15class wxString;
17
18void AUDACITY_DLL_API ShowDiagnostics(
19 AudacityProject &project, const wxString &info,
20 const TranslatableString &description, const wxString &defaultPath,
21 bool fixedWidth = false);
22
23#endif
void AUDACITY_DLL_API ShowDiagnostics(AudacityProject &project, const wxString &info, const TranslatableString &description, const wxString &defaultPath, bool fixedWidth=false)
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
Holds a msgid for the translation catalog; may also bind format arguments.