Audacity 3.2.0
|
Functions | |
void | NextOrPrevFrame (AudacityProject &project, bool forward) |
void | DoPrevTrack (AudacityProject &project, bool shift, bool circularTrackNavigation) |
void | DoNextTrack (AudacityProject &project, bool shift, bool circularTrackNavigation) |
auto | ExtraGlobalCommands () |
auto | ExtraFocusMenu () |
Variables | |
AttachedItem | sAttachment2 |
AttachedItem | sAttachment3 |
void anonymous_namespace{NavigationMenus.cpp}::DoNextTrack | ( | AudacityProject & | project, |
bool | shift, | ||
bool | circularTrackNavigation | ||
) |
The following method moves to the next track, selecting and unselecting depending if you are on the start of a block or not.
Definition at line 183 of file NavigationMenus.cpp.
References TrackFocus::Get(), ProjectHistory::Get(), SelectionState::Get(), TrackList::Get(), Viewport::Get(), project, and tracks.
Referenced by NavigationActions::Handler::OnCursorDown(), and NavigationActions::Handler::OnShiftDown().
void anonymous_namespace{NavigationMenus.cpp}::DoPrevTrack | ( | AudacityProject & | project, |
bool | shift, | ||
bool | circularTrackNavigation | ||
) |
Definition at line 74 of file NavigationMenus.cpp.
References TrackFocus::Get(), ProjectHistory::Get(), SelectionState::Get(), TrackList::Get(), Viewport::Get(), project, and tracks.
Referenced by NavigationActions::Handler::OnCursorUp(), and NavigationActions::Handler::OnShiftUp().
auto anonymous_namespace{NavigationMenus.cpp}::ExtraFocusMenu | ( | ) |
Definition at line 581 of file NavigationMenus.cpp.
References AlwaysEnabledFlag, MenuRegistry::Command, findCommandHandler(), FN, MenuRegistry::Menu, TrackPanelHasFocus(), TracksExistFlag(), wxT(), and XXO().
auto anonymous_namespace{NavigationMenus.cpp}::ExtraGlobalCommands | ( | ) |
Definition at line 561 of file NavigationMenus.cpp.
References AlwaysEnabledFlag, MenuRegistry::Command, findCommandHandler(), FN, MenuRegistry::Items, wxT(), and XXO().
void anonymous_namespace{NavigationMenus.cpp}::NextOrPrevFrame | ( | AudacityProject & | project, |
bool | forward | ||
) |
Definition at line 23 of file NavigationMenus.cpp.
References BasicUI::FindFocus(), forward, ProjectWindow::Get(), RealtimeEffectPanel::Get(), ToolManager::Get(), TrackPanel::Get(), project, AButton::TemporarilyAllowFocus(), ASlider::TemporarilyAllowFocus(), and MeterPanelBase::TemporarilyAllowFocus().
Referenced by NavigationActions::Handler::OnNextFrame(), and NavigationActions::Handler::OnPrevFrame().
AttachedItem anonymous_namespace{NavigationMenus.cpp}::sAttachment2 |
Definition at line 577 of file NavigationMenus.cpp.
AttachedItem anonymous_namespace{NavigationMenus.cpp}::sAttachment3 |
Definition at line 614 of file NavigationMenus.cpp.