![]() |
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) |
BaseItemSharedPtr | ExtraGlobalCommands () |
BaseItemSharedPtr | 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 185 of file NavigationMenus.cpp.
References TrackFocus::Get(), ProjectHistory::Get(), SelectionState::Get(), and TrackList::Get().
Referenced by NavigationActions::Handler::OnCursorDown(), and NavigationActions::Handler::OnShiftDown().
void anonymous_namespace{NavigationMenus.cpp}::DoPrevTrack | ( | AudacityProject & | project, |
bool | shift, | ||
bool | circularTrackNavigation | ||
) |
Definition at line 75 of file NavigationMenus.cpp.
References Track::Any(), Track::EnsureVisible(), TrackFocus::Get(), ProjectHistory::Get(), SelectionState::Get(), TrackList::Get(), and Track::GetSelected().
Referenced by NavigationActions::Handler::OnCursorUp(), and NavigationActions::Handler::OnShiftUp().
BaseItemSharedPtr anonymous_namespace{NavigationMenus.cpp}::ExtraFocusMenu | ( | ) |
Definition at line 572 of file NavigationMenus.cpp.
References AlwaysEnabledFlag, MenuTable::Command, findCommandHandler(), FN, MenuTable::Menu, TrackPanelHasFocus(), TracksExistFlag(), wxT(), and XXO().
BaseItemSharedPtr anonymous_namespace{NavigationMenus.cpp}::ExtraGlobalCommands | ( | ) |
Definition at line 549 of file NavigationMenus.cpp.
References AlwaysEnabledFlag, MenuTable::Command, findCommandHandler(), FN, MenuTable::Items, wxT(), and XXO().
void anonymous_namespace{NavigationMenus.cpp}::NextOrPrevFrame | ( | AudacityProject & | project, |
bool | forward | ||
) |
Definition at line 24 of file NavigationMenus.cpp.
References BasicUI::FindFocus(), ProjectWindow::Get(), RealtimeEffectPanel::Get(), ToolManager::Get(), TrackPanel::Get(), 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 567 of file NavigationMenus.cpp.
AttachedItem anonymous_namespace{NavigationMenus.cpp}::sAttachment3 |
Definition at line 605 of file NavigationMenus.cpp.