![]() |
Audacity 3.2.0
|
Classes | |
| struct | PlacementArray |
Typedefs | |
| using | PMF = bool(WaveTrackAffordanceControls::*)(AudacityProject &) |
Functions | |
| template<typename Iter > | |
| Iter | SelectedClip (const ViewInfo &viewInfo, Iter begin, Iter end) |
| template<typename Iter , typename Comp > | |
| std::shared_ptr< WaveChannelInterval > | NextClipLooped (ViewInfo &viewInfo, Iter begin, Iter end, Comp comp) |
| bool | AnyAffordance (AudacityProject &project, WaveChannelView &view, PMF pmf) |
Variables | |
| static const ChannelGroup::Attachments::RegisteredFactory | key { [](auto &) { return std::make_unique<PlacementArray>(); } } |
| using anonymous_namespace{WaveChannelView.cpp}::PMF = typedef bool (WaveTrackAffordanceControls::*)(AudacityProject &) |
Definition at line 1452 of file WaveChannelView.cpp.
| bool anonymous_namespace{WaveChannelView.cpp}::AnyAffordance | ( | AudacityProject & | project, |
| WaveChannelView & | view, | ||
| PMF | pmf | ||
| ) |
Definition at line 1453 of file WaveChannelView.cpp.
References WaveChannelView::FindWaveChannel(), ChannelView::Get(), and project.
Referenced by WaveChannelView::CopySelectedText(), WaveChannelView::CutSelectedText(), WaveChannelView::PasteText(), and WaveChannelView::SelectAllText().
| std::shared_ptr< WaveChannelInterval > anonymous_namespace{WaveChannelView.cpp}::NextClipLooped | ( | ViewInfo & | viewInfo, |
| Iter | begin, | ||
| Iter | end, | ||
| Comp | comp | ||
| ) |
Definition at line 1193 of file WaveChannelView.cpp.
References details::begin(), details::end(), and SelectedClip().
Referenced by WaveChannelView::SelectNextClip().
| Iter anonymous_namespace{WaveChannelView.cpp}::SelectedClip | ( | const ViewInfo & | viewInfo, |
| Iter | begin, | ||
| Iter | end | ||
| ) |
Decide whether a clip is selected from its start and end times (only)
Definition at line 1180 of file WaveChannelView.cpp.
References details::begin(), details::end(), ViewInfo::selectedRegion, NotifyingSelectedRegion::t0(), and NotifyingSelectedRegion::t1().
Referenced by NextClipLooped().
|
static |
Definition at line 70 of file WaveChannelView.cpp.
Referenced by anonymous_namespace{WaveChannelView.cpp}::PlacementArray::Get().