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-module-manager
ModuleSettings.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
@file ModuleSettings.h
6
7
Paul Licameli split from ModulePrefs.h
8
9
**********************************************************************/
10
11
#ifndef __AUDACITY_MODULE_SETTINGS__
12
#define __AUDACITY_MODULE_SETTINGS__
13
14
#include "
Identifier.h
"
15
16
enum
{
17
kModuleDisabled
= 0,
18
kModuleEnabled
= 1,
19
kModuleAsk
= 2,
// Will ask, each time, when audacity starts.
20
kModuleFailed
= 3,
// Audacity thinks this is a bad module.
21
kModuleNew
= 4
// Audacity will ask once, and remember the answer.
22
};
23
24
namespace
ModuleSettings
{
25
26
MODULE_MANAGER_API
int
GetModuleStatus
(
const
FilePath
&fname );
27
MODULE_MANAGER_API
void
SetModuleStatus
(
const
FilePath
&fname,
int
iStatus );
28
29
}
30
31
#endif
Identifier.h
kModuleDisabled
@ kModuleDisabled
Definition:
ModuleSettings.h:17
kModuleAsk
@ kModuleAsk
Definition:
ModuleSettings.h:19
kModuleFailed
@ kModuleFailed
Definition:
ModuleSettings.h:20
kModuleNew
@ kModuleNew
Definition:
ModuleSettings.h:21
kModuleEnabled
@ kModuleEnabled
Definition:
ModuleSettings.h:18
FilePath
wxString FilePath
Definition:
Project.h:21
ModuleSettings
Definition:
ModuleSettings.h:24
ModuleSettings::SetModuleStatus
MODULE_MANAGER_API void SetModuleStatus(const FilePath &fname, int iStatus)
Definition:
ModuleSettings.cpp:140
ModuleSettings::GetModuleStatus
MODULE_MANAGER_API int GetModuleStatus(const FilePath &fname)
Definition:
ModuleSettings.cpp:93
Generated by
1.9.3