Go to the source code of this file.
◆ AnyTracksSelectedFlag()
◆ AudioIOBusyFlag()
◆ AudioIOBusyPred()
◆ AudioIONotBusyFlag()
◆ CaptureNotBusyFlag()
◆ cutCopyOptions()
Definition at line 73 of file CommonCommandFlags.cpp.
73 {
75
77
78
80#ifdef EXPERIMENTAL_DA
81
82 format =
XO(
"You must first select some audio for '%s' to act on.\n\nCtrl + A selects all audio.");
83#else
84#ifdef __WXMAC__
85
86 format =
XO(
"Select the audio for %s to use (for example, Cmd + A to Select All) then try again."
87 );
88
89#else
90
91 format =
XO(
"Select the audio for %s to use (for example, Ctrl + A to Select All) then try again."
92 );
93#endif
94#endif
95 return format.Format( Name );
96 },
97 "Selecting_Audio_-_the_basics",
98 XO(
"No Audio Selected")
99};
100return result;
101}
Holds a msgid for the translation catalog; may also bind format arguments.
References anonymous_namespace{ExportPCM.cpp}::format, and XO().
Referenced by TimeSelectedFlag().
◆ EditableTracksSelectedFlag()
◆ EditableTracksSelectedPred()
AUDACITY_DLL_API bool EditableTracksSelectedPred |
( |
const AudacityProject & |
project | ) |
|
◆ IsNotSyncLockedFlag()
◆ IsSyncLockedFlag()
◆ LabelTracksExistFlag()
◆ NoAutoSelect()
◆ NoiseReductionTimeSelectedFlag()
◆ NotMinimizedFlag()
◆ PausedFlag()
◆ RedoAvailableFlag()
◆ StereoRequiredFlag()
◆ TimeSelectedFlag()
◆ TimeSelectedPred()
◆ TrackPanelHasFocus()
Definition at line 192 of file CommonCommandFlags.cpp.
196 return true;
197 }
198 return false;
199 },
std::unique_ptr< WindowPlacement > FindFocus()
Find the window that is accepting keyboard input, if any.
CommandFlagOptions && DisableDefaultMessage() &&
References CommandFlagOptions::DisableDefaultMessage(), BasicUI::FindFocus(), flag, and project.
Referenced by anonymous_namespace{SelectMenus.cpp}::ExtraCursorMenu(), anonymous_namespace{NavigationMenus.cpp}::ExtraFocusMenu(), anonymous_namespace{TransportMenus.cpp}::ExtraSelectionItems(), anonymous_namespace{SelectMenus.cpp}::ExtraSelectionMenu(), anonymous_namespace{ClipMenus.cpp}::ExtraTimeShiftItems(), and anonymous_namespace{TrackMenus.cpp}::ExtraTrackMenu().
◆ TracksExistFlag()
◆ UndoAvailableFlag()
◆ WaveTracksExistFlag()
◆ WaveTracksSelectedFlag()
◆ ZoomInAvailableFlag()
◆ ZoomOutAvailableFlag()