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 __WXMAC__
81
82 format =
XO(
"Select the audio for %s to use (for example, Cmd + A to Select All) then try again."
83 );
84
85#else
86
87 format =
XO(
"Select the audio for %s to use (for example, Ctrl + A to Select All) then try again."
88 );
89#endif
90 return format.Format( Name );
91 },
92 "Selecting_Audio_-_the_basics",
93 XO(
"No Audio Selected")
94};
95return result;
96}
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 187 of file CommonCommandFlags.cpp.
191 return true;
192 }
193 return false;
194 },
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()