Audacity
3.2.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
t
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Functions
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
c
d
e
f
k
l
m
n
o
p
r
s
t
u
v
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
libraries
lib-breakpad-configurer
BreakpadConfigurer.h
Go to the documentation of this file.
1
/*!********************************************************************
2
*
3
Audacity: A Digital Audio Editor
4
5
BreakpadConfigurer.h
6
7
Vitaly Sverchinsky
8
9
**********************************************************************/
10
11
#pragma once
12
13
#include <string>
14
#include <map>
15
17
27
class
CRASHREPORTS_API
BreakpadConfigurer
final
28
{
29
std::string
mDatabasePathUTF8
;
30
std::string
mSenderPathUTF8
;
31
std::string
mReportURL
;
32
std::map<std::string, std::string>
mParameters
;
33
public
:
35
BreakpadConfigurer
& SetDatabasePathUTF8(
const
std::string& pathUTF8);
37
BreakpadConfigurer
& SetReportURL(
const
std::string& reportURL);
39
BreakpadConfigurer
& SetParameters(
const
std::map<std::string, std::string>& parameters);
41
BreakpadConfigurer
& SetSenderPathUTF8(
const
std::string& pathUTF8);
42
44
void
Start();
45
};
BreakpadConfigurer
This class is used to configure Breakpad's handler before start.
Definition:
BreakpadConfigurer.h:28
BreakpadConfigurer::mSenderPathUTF8
std::string mSenderPathUTF8
Definition:
BreakpadConfigurer.h:30
BreakpadConfigurer::mParameters
std::map< std::string, std::string > mParameters
Definition:
BreakpadConfigurer.h:32
BreakpadConfigurer::mDatabasePathUTF8
std::string mDatabasePathUTF8
Definition:
BreakpadConfigurer.h:29
BreakpadConfigurer::mReportURL
std::string mReportURL
Definition:
BreakpadConfigurer.h:31
Generated by
1.9.3