Audacity 3.2.0
|
Classes | |
class | PlayheadHandle |
Functions | |
wxCoord | GetPlayHeadX (const AudacityProject *pProject) |
double | GetPlayHeadFraction (const AudacityProject *pProject, wxCoord xx) |
const TranslatableString | StartScrubbingMessage (const Scrubber &) |
const TranslatableString | ContinueScrubbingMessage (const Scrubber &scrubber, bool clicked) |
const TranslatableString | ScrubbingMessage (const Scrubber &scrubber, bool clicked) |
void | OnTogglePinnedHead (const CommandContext &context) |
Variables | |
AttachedWindows::RegisteredFactory | sKey |
AttachedItem | sAttachment |
const TranslatableString anonymous_namespace{AdornedRulerPanel.cpp}::ContinueScrubbingMessage | ( | const Scrubber & | scrubber, |
bool | clicked | ||
) |
Definition at line 1453 of file AdornedRulerPanel.cpp.
References Scrubber::IsScrubbing(), Scrubber::Seeks(), and XO().
Referenced by ScrubbingMessage().
double anonymous_namespace{AdornedRulerPanel.cpp}::GetPlayHeadFraction | ( | const AudacityProject * | pProject, |
wxCoord | xx | ||
) |
Definition at line 908 of file AdornedRulerPanel.cpp.
References ViewInfo::Get(), and min().
Referenced by anonymous_namespace{AdornedRulerPanel.cpp}::PlayheadHandle::Drag(), and anonymous_namespace{AdornedRulerPanel.cpp}::PlayheadHandle::Release().
wxCoord anonymous_namespace{AdornedRulerPanel.cpp}::GetPlayHeadX | ( | const AudacityProject * | pProject | ) |
Definition at line 900 of file AdornedRulerPanel.cpp.
References ViewInfo::Get(), and TracksPrefs::GetPinnedHeadPositionPreference().
Referenced by anonymous_namespace{AdornedRulerPanel.cpp}::PlayheadHandle::HitTest().
void anonymous_namespace{AdornedRulerPanel.cpp}::OnTogglePinnedHead | ( | const CommandContext & | context | ) |
Definition at line 2850 of file AdornedRulerPanel.cpp.
References AdornedRulerPanel::Get(), CommandContext::project, and AdornedRulerPanel::TogglePinnedHead().
const TranslatableString anonymous_namespace{AdornedRulerPanel.cpp}::ScrubbingMessage | ( | const Scrubber & | scrubber, |
bool | clicked | ||
) |
Definition at line 1485 of file AdornedRulerPanel.cpp.
References ContinueScrubbingMessage(), Scrubber::HasMark(), and StartScrubbingMessage().
Referenced by AdornedRulerPanel::ScrubbingHandle::Preview().
const TranslatableString anonymous_namespace{AdornedRulerPanel.cpp}::StartScrubbingMessage | ( | const Scrubber & | ) |
Definition at line 1429 of file AdornedRulerPanel.cpp.
References XO().
Referenced by ScrubbingMessage().
AttachedItem anonymous_namespace{AdornedRulerPanel.cpp}::sAttachment |
Definition at line 2856 of file AdornedRulerPanel.cpp.
Referenced by DEFINE_VERSION_CHECK::RegisterMenuItems(), and anonymous_namespace{NyqBench.cpp}::RegisterMenuItems().
AttachedWindows::RegisteredFactory anonymous_namespace{AdornedRulerPanel.cpp}::sKey |
Definition at line 1251 of file AdornedRulerPanel.cpp.
Referenced by AdornedRulerPanel::Destroy(), and AdornedRulerPanel::Get().