#include <MenuRegistry.h>
Definition at line 36 of file MenuRegistry.h.
◆ Options() [1/3]
MenuRegistry::Options::Options |
( |
| ) |
|
|
inline |
◆ Options() [2/3]
MenuRegistry::Options::Options |
( |
const wxChar * |
accel_ | ) |
|
|
inline |
◆ Options() [3/3]
MenuRegistry::Options::Options |
( |
const wxChar * |
accel_, |
|
|
const TranslatableString & |
longName_ |
|
) |
| |
|
inline |
◆ Accel()
Options && MenuRegistry::Options::Accel |
( |
const wxChar * |
value | ) |
&& |
|
inline |
◆ AllowDup()
Options && MenuRegistry::Options::AllowDup |
( |
| ) |
&& |
|
inline |
◆ AllowInMacros()
Options && MenuRegistry::Options::AllowInMacros |
( |
int |
value = 1 | ) |
&& |
|
inline |
◆ CheckTest() [1/3]
Definition at line 82 of file MenuRegistry.h.
82 {
84 return std::move(*this);
85 }
◆ CheckTest() [2/3]
◆ CheckTest() [3/3]
Options && MenuRegistry::Options::CheckTest |
( |
const wxChar * |
key, |
|
|
bool |
defaultValue |
|
) |
| && |
|
inline |
Definition at line 77 of file MenuRegistry.h.
77 {
79 return std::move(*this);
80 }
References key.
◆ IsEffect()
Options && MenuRegistry::Options::IsEffect |
( |
bool |
value = true | ) |
&& |
|
inline |
◆ IsGlobal()
Options && MenuRegistry::Options::IsGlobal |
( |
| ) |
&& |
|
inline |
◆ LongName()
◆ MakeCheckFn() [1/2]
auto MenuRegistry::Options::MakeCheckFn |
( |
const BoolSetting & |
setting | ) |
|
|
staticprivate |
Definition at line 25 of file MenuRegistry.cpp.
26{
28}
const SettingPath & GetPath() const
const T & GetDefault() const
◆ MakeCheckFn() [2/2]
auto MenuRegistry::Options::MakeCheckFn |
( |
const wxString |
key, |
|
|
bool |
defaultValue |
|
) |
| |
|
staticprivate |
Definition at line 20 of file MenuRegistry.cpp.
21{
23}
audacity::BasicSettings * gPrefs
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
bool ReadBool(const wxString &key, bool defaultValue) const
References gPrefs, key, and audacity::BasicSettings::ReadBool().
◆ Parameter()
◆ SkipKeyDown()
Options && MenuRegistry::Options::SkipKeyDown |
( |
| ) |
&& |
|
inline |
◆ UseStrictFlags()
Options && MenuRegistry::Options::UseStrictFlags |
( |
| ) |
&& |
|
inline |
◆ WantKeyUp()
Options && MenuRegistry::Options::WantKeyUp |
( |
| ) |
&& |
|
inline |
◆ accel
const wxChar* MenuRegistry::Options::accel { wxT("") } |
◆ allowDup
bool MenuRegistry::Options::allowDup { false } |
◆ allowInMacros
int MenuRegistry::Options::allowInMacros { -1 } |
◆ bIsEffect
bool MenuRegistry::Options::bIsEffect { false } |
◆ checker
CheckFn MenuRegistry::Options::checker |
◆ global
bool MenuRegistry::Options::global { false } |
◆ longName
◆ parameter
◆ skipKeyDown
bool MenuRegistry::Options::skipKeyDown { false } |
◆ useStrictFlags
bool MenuRegistry::Options::useStrictFlags { false } |
◆ wantKeyUp
bool MenuRegistry::Options::wantKeyUp { false } |
The documentation for this struct was generated from the following files: