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