Audacity 3.2.0
|
#include <CommandManager.h>
Public Member Functions | |
Options () | |
Options (const wxChar *accel_) | |
Options (const wxChar *accel_, const TranslatableString &longName_) | |
Options && | Accel (const wxChar *value) && |
Options && | IsEffect (bool value=true) && |
Options && | Parameter (const CommandParameter &value) && |
Options && | LongName (const TranslatableString &value) && |
Options && | IsGlobal () && |
Options && | UseStrictFlags () && |
Options && | WantKeyUp () && |
Options && | SkipKeyDown () && |
Options && | AllowDup () && |
Options && | AllowInMacros (int value=1) && |
Options && | CheckTest (const CheckFn &fn) && |
Options && | CheckTest (const wxChar *key, bool defaultValue) && |
Options && | CheckTest (const BoolSetting &setting) && |
Public Attributes | |
const wxChar * | accel { wxT("") } |
CheckFn | checker |
bool | bIsEffect { false } |
CommandParameter | parameter {} |
TranslatableString | longName {} |
bool | global { false } |
bool | useStrictFlags { false } |
bool | wantKeyUp { false } |
bool | skipKeyDown { false } |
bool | allowDup { false } |
int | allowInMacros { -1 } |
Static Private Member Functions | |
static CheckFn | MakeCheckFn (const wxString key, bool defaultValue) |
static CheckFn | MakeCheckFn (const BoolSetting &setting) |
Definition at line 100 of file CommandManager.h.
|
inline |
Definition at line 102 of file CommandManager.h.
|
inline |
Definition at line 105 of file CommandManager.h.
|
inline |
Definition at line 107 of file CommandManager.h.
|
inline |
Definition at line 112 of file CommandManager.h.
|
inline |
Definition at line 130 of file CommandManager.h.
|
inline |
Definition at line 133 of file CommandManager.h.
Referenced by anonymous_namespace{MenuHelper.cpp}::AddEffectMenuItemGroup(), and anonymous_namespace{BatchProcessDialog.cpp}::PopulateMacrosMenu().
|
inline |
Definition at line 146 of file CommandManager.h.
Definition at line 138 of file CommandManager.h.
References fn.
Referenced by anonymous_namespace{TimelineMenus.cpp}::ExtraSelectionMenu(), anonymous_namespace{LabelMenus.cpp}::LabelEditMenus(), anonymous_namespace{PluginMenus.cpp}::ToolsMenu(), anonymous_namespace{TrackMenus.cpp}::TracksMenu(), anonymous_namespace{TransportMenus.cpp}::TransportMenu(), and anonymous_namespace{ViewMenus.cpp}::ViewMenu().
|
inline |
Definition at line 141 of file CommandManager.h.
References key.
|
inline |
Definition at line 114 of file CommandManager.h.
Referenced by anonymous_namespace{MenuHelper.cpp}::AddEffectMenuItemGroup(), and CommandManager::AddItemList().
|
inline |
Definition at line 120 of file CommandManager.h.
Referenced by anonymous_namespace{PluginMenus.cpp}::AnalyzeMenu(), anonymous_namespace{PluginMenus.cpp}::GenerateMenu(), and PluginMenuItems().
|
inline |
Definition at line 118 of file CommandManager.h.
Referenced by anonymous_namespace{ClipMenus.cpp}::ClipCursorItems(), anonymous_namespace{SelectMenus.cpp}::CursorMenu(), anonymous_namespace{SelectMenus.cpp}::SelectMenu(), and anonymous_namespace{TrackMenus.cpp}::TracksMenu().
|
staticprivate |
Definition at line 579 of file CommandManager.cpp.
|
staticprivate |
Definition at line 573 of file CommandManager.cpp.
References gPrefs, key, and audacity::BasicSettings::ReadBool().
|
inline |
Definition at line 116 of file CommandManager.h.
Referenced by anonymous_namespace{MenuHelper.cpp}::AddEffectMenuItemGroup().
|
inline |
Definition at line 126 of file CommandManager.h.
|
inline |
Definition at line 122 of file CommandManager.h.
|
inline |
Definition at line 124 of file CommandManager.h.
Referenced by anonymous_namespace{ClipMenus.cpp}::ExtraTimeShiftItems().
const wxChar* CommandManager::Options::accel { wxT("") } |
Definition at line 151 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().
bool CommandManager::Options::allowDup { false } |
Definition at line 160 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().
int CommandManager::Options::allowInMacros { -1 } |
Definition at line 161 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().
bool CommandManager::Options::bIsEffect { false } |
Definition at line 153 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().
CheckFn CommandManager::Options::checker |
Definition at line 152 of file CommandManager.h.
Referenced by CommandManager::AddItem(), and CommandManager::NewIdentifier().
bool CommandManager::Options::global { false } |
Definition at line 156 of file CommandManager.h.
Referenced by CommandManager::AddItem().
TranslatableString CommandManager::Options::longName {} |
Definition at line 155 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().
CommandParameter CommandManager::Options::parameter {} |
Definition at line 154 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().
bool CommandManager::Options::skipKeyDown { false } |
Definition at line 159 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().
bool CommandManager::Options::useStrictFlags { false } |
Definition at line 157 of file CommandManager.h.
Referenced by CommandManager::AddItem().
bool CommandManager::Options::wantKeyUp { false } |
Definition at line 158 of file CommandManager.h.
Referenced by CommandManager::NewIdentifier().