Audacity 3.2.0
Classes | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
AdornedRulerPanel Class Referencefinal

This is an Audacity Specific ruler panel which additionally has border, selection markers, play marker. More...

#include <AdornedRulerPanel.h>

Inheritance diagram for AdornedRulerPanel:
[legend]
Collaboration diagram for AdornedRulerPanel:
[legend]

Classes

class  CommonCell
 
class  CommonRulerHandle
 
struct  MainGroup
 
class  MovePlayRegionHandle
 
class  NewPlayRegionHandle
 
class  PlayRegionAdjustingHandle
 
class  QPCell
 
struct  Resetter
 
class  ResizePlayRegionHandle
 
class  ScrubbingCell
 
class  ScrubbingHandle
 
class  ScrubbingRulerOverlay
 
struct  Subgroup
 
class  TrackPanelGuidelineOverlay
 

Public Member Functions

 AdornedRulerPanel (AudacityProject *project, wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, ViewInfo *viewinfo=NULL)
 
 ~AdornedRulerPanel ()
 
void Refresh (bool eraseBackground=true, const wxRect *rect=(const wxRect *) NULL) override
 
bool AcceptsFocus () const override
 
bool AcceptsFocusFromKeyboard () const override
 
void SetFocusFromKbd () override
 
int GetRulerHeight ()
 
wxRect GetInnerRect () const
 
void SetLeftOffset (int offset)
 
void DrawSelection ()
 
void SetPlayRegion (double playRegionStart, double playRegionEnd)
 
void ClearPlayRegion ()
 
void TogglePinnedHead ()
 
void GetMaxSize (wxCoord *width, wxCoord *height)
 
void InvalidateRuler ()
 
void UpdatePrefs () override
 
void ReCreateButtons ()
 
void UpdateQuickPlayPos (wxCoord &mousePosX)
 
bool ShowingScrubRuler () const
 
bool SetPanelSize ()
 
void DrawBothOverlays ()
 
void DoDrawScrubIndicator (wxDC *dc, wxCoord xx, int width, bool scrub, bool seek)
 
void UpdateButtonStates ()
 
void SetNumGuides (size_t nn)
 
AudacityProjectGetProject () const override
 
TimeDisplayMode GetTimeDisplayMode () const
 
void SetTimeDisplayMode (TimeDisplayMode rulerType)
 
- Public Member Functions inherited from CellularPanel
 CellularPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, ViewInfo *viewInfo, long style=wxTAB_TRAVERSAL|wxNO_BORDER)
 
 ~CellularPanel () override
 
virtual AudacityProjectGetProject () const =0
 
virtual std::shared_ptr< TrackPanelNodeRoot ()=0
 
virtual std::shared_ptr< TrackPanelCellGetFocusedCell ()=0
 
virtual void SetFocusedCell ()=0
 
virtual void ProcessUIHandleResult (TrackPanelCell *pClickedCell, TrackPanelCell *pLatestCell, unsigned refreshResult)=0
 
virtual void UpdateStatusMessage (const TranslatableString &)=0
 
void Visit (Visitor &visitor)
 
void VisitCells (const SimpleCellVisitor &visitor)
 
void VisitPreorder (const SimpleNodeVisitor &visitor)
 
void VisitPostorder (const SimpleNodeVisitor &visitor)
 
FoundCell FindCell (int mouseX, int mouseY)
 
wxRect FindRect (const TrackPanelCell &cell)
 
wxRect FindRect (const std::function< bool(TrackPanelNode &) > &pred)
 
UIHandlePtr Target ()
 
std::shared_ptr< TrackPanelCellLastCell () const
 
bool IsMouseCaptured ()
 Determines if a modal tool is active. More...
 
wxCoord MostRecentXCoord () const
 
void HandleCursorForPresentMouseState (bool doHit=true)
 
void Draw (TrackPanelDrawingContext &context, unsigned nPasses)
 
- Public Member Functions inherited from OverlayPanel
 OverlayPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style=wxTAB_TRAVERSAL|wxNO_BORDER)
 
void AddOverlay (const std::weak_ptr< Overlay > &pOverlay)
 
void ClearOverlays ()
 
void DrawOverlays (bool repaint_all, wxDC *pDC=nullptr)
 
- Public Member Functions inherited from BackedPanel
 BackedPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style)
 
 ~BackedPanel ()
 
wxDC & GetBackingDC ()
 
wxDC & GetBackingDCForRepaint ()
 
void ResizeBacking ()
 
void RepairBitmap (wxDC &dc, wxCoord x, wxCoord y, wxCoord width, wxCoord height)
 
void DisplayBitmap (wxDC &dc)
 
void OnSize (wxSizeEvent &event)
 
- Public Member Functions inherited from wxPanelWrapper
 wxPanelWrapper ()
 
 wxPanelWrapper (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel"))
 
bool Create (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel"))
 
void SetLabel (const TranslatableString &label)
 
void SetName (const TranslatableString &name)
 
void SetToolTip (const TranslatableString &toolTip)
 
void SetName ()
 
- Public Member Functions inherited from wxTabTraversalWrapper< wxPanel >
 wxTabTraversalWrapper (Args &&... args)
 
 wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete
 
 wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete
 
wxTabTraversalWrapperoperator= (const wxTabTraversalWrapper &)=delete
 
wxTabTraversalWrapperoperator= (wxTabTraversalWrapper &&)=delete
 

Static Public Member Functions

static AdornedRulerPanelGet (AudacityProject &project)
 
static const AdornedRulerPanelGet (const AudacityProject &project)
 
static void Destroy (AudacityProject &project)
 
static int GetRulerHeight (bool showScrubBar)
 
static TempAllowFocus TemporarilyAllowFocus ()
 

Private Types

enum class  MenuChoice { QuickPlay , Scrub }
 
enum  MouseEventState {
  mesNone , mesDraggingPlayRegionStart , mesDraggingPlayRegionEnd , mesSelectingPlayRegionClick ,
  mesSelectingPlayRegionRange
}
 
using TempAllowFocus = std::unique_ptr< bool, Resetter >
 

Private Member Functions

void DoIdle ()
 
void OnIdle (wxIdleEvent &evt)
 
void OnAudioStartStop (AudioIOEvent)
 
void OnPaint (wxPaintEvent &evt)
 
void OnSize (wxSizeEvent &evt)
 
void OnLeave (wxMouseEvent &evt)
 
void OnThemeChange (struct ThemeChangeMessage)
 
void OnSelectionChange (Observer::Message)
 
void DoSelectionChange (const SelectedRegion &selectedRegion)
 
bool UpdateRects ()
 
void HandleQPClick (wxMouseEvent &event, wxCoord mousePosX)
 
void HandleQPDrag (wxMouseEvent &event, wxCoord mousePosX)
 
void HandleQPRelease (wxMouseEvent &event)
 
void StartQPPlay (bool newDefault, bool cutPreview, const double *pStartTime=nullptr)
 
void DoDrawBackground (wxDC *dc)
 
void DoDrawEdge (wxDC *dc)
 
void DoDrawMarks (wxDC *dc, bool)
 
wxRect RegionRectangle (double t0, double t1) const
 
wxRect PlayRegionRectangle () const
 
wxRect SelectedRegionRectangle () const
 
void DoDrawPlayRegion (wxDC *dc, const wxRect &rectP, const wxRect &rectL, const wxRect &rectR)
 
void DoDrawPlayRegionLimits (wxDC *dc, const wxRect &rect)
 
void DoDrawOverlap (wxDC *dc, const wxRect &rect)
 
void DoDrawSelection (wxDC *dc, const wxRect &rectS, const wxRect &rectL, const wxRect &rectR)
 
void ShowContextMenu (MenuChoice choice, const wxPoint *pPosition)
 
double Pos2Time (int p, bool ignoreFisheye=false) const
 
int Time2Pos (double t, bool ignoreFisheye=false) const
 
bool IsWithinMarker (int mousePosX, double markerTime)
 
void ShowMenu (const wxPoint &pos)
 
void ShowScrubMenu (const wxPoint &pos)
 
void HandleSnapping (size_t index)
 
void OnTimelineFormatChange (wxCommandEvent &evt)
 
void OnSyncSelToQuickPlay (wxCommandEvent &evt)
 
void OnAutoScroll (wxCommandEvent &evt)
 
void OnTogglePlayRegion (wxCommandEvent &evt)
 
void OnClearPlayRegion (wxCommandEvent &evt)
 
void OnSetPlayRegionToSelection (wxCommandEvent &evt)
 
void OnPinnedButton (wxCommandEvent &event)
 
void OnTogglePinnedState (wxCommandEvent &event)
 
std::shared_ptr< TrackPanelNodeRoot () override
 
std::shared_ptr< TrackPanelCellGetFocusedCell () override
 
void SetFocusedCell () override
 
void ProcessUIHandleResult (TrackPanelCell *pClickedTrack, TrackPanelCell *pLatestCell, unsigned refreshResult) override
 
void UpdateStatusMessage (const TranslatableString &) override
 
void CreateOverlays ()
 
- Private Member Functions inherited from PrefsListener
 PrefsListener ()
 
virtual ~PrefsListener ()
 
virtual void UpdatePrefs ()=0
 
virtual void UpdateSelectedPrefs (int id)
 

Static Private Member Functions

static void DragSelection (AudacityProject &project)
 
- Static Private Member Functions inherited from PrefsListener
static void Broadcast (int id=0)
 Call this static function to notify all PrefsListener objects. More...
 

Private Attributes

AudacityProject *const mProject
 
LinearUpdatermUpdater
 
RulermRuler
 
TrackListmTracks
 
wxRect mOuter
 
wxRect mScrubZone
 
wxRect mInner
 
int mLeftOffset
 
double mIndTime
 
double mQuickPlayOffset [MAX_GUIDES] {}
 
double mQuickPlayPosUnsnapped [MAX_GUIDES] {}
 
double mQuickPlayPos [MAX_GUIDES] {}
 
bool mIsSnapped [MAX_GUIDES] {}
 
size_t mNumGuides { 1 }
 
PlayRegion mOldPlayRegion
 
bool mIsRecording
 
bool mPlayRegionDragsSelection
 
MouseEventState mMouseEventState
 
double mLeftDownClickUnsnapped
 
double mLeftDownClick
 
bool mIsDragging
 
wxWindow * mButtons [3]
 
bool mNeedButtonUpdate { true }
 
std::shared_ptr< TrackPanelGuidelineOverlaymOverlay
 
std::shared_ptr< QPCellmQPCell
 
std::shared_ptr< ScrubbingCellmScrubbingCell
 
Observer::Subscription mAudioIOSubscription
 
Observer::Subscription mPlayRegionSubscription
 
Observer::Subscription mThemeChangeSubscription
 
Observer::Subscription mRulerInvalidatedSubscription
 
SelectedRegion mLastDrawnSelectedRegion
 
std::pair< double, double > mLastDrawnPlayRegion {}
 
bool mLastPlayRegionActive = false
 
double mLastDrawnH {}
 
double mLastDrawnZoom {}
 
TimeDisplayMode mTimeDisplayMode
 

Static Private Attributes

static bool s_AcceptsFocus { false }
 
static constexpr size_t MAX_GUIDES = 2
 

Additional Inherited Members

- Public Types inherited from CellularPanel
using SimpleCellVisitor = std::function< void(const wxRect &rect, TrackPanelCell &cell) >
 
using SimpleNodeVisitor = std::function< void(const wxRect &rect, TrackPanelNode &node) >
 
- Protected Member Functions inherited from CellularPanel
bool HasEscape ()
 
bool CancelDragging (bool escaping)
 
void DoContextMenu (std::shared_ptr< TrackPanelCell > pCell)
 
void ClearTargets ()
 
- Protected Attributes inherited from CellularPanel
ViewInfomViewInfo
 
wxMouseState mLastMouseState
 

Detailed Description

This is an Audacity Specific ruler panel which additionally has border, selection markers, play marker.

Once TrackPanel uses wxSizers, we will derive it from some wxWindow and the GetSize and SetSize functions will then be wxWidgets functions instead.

Definition at line 29 of file AdornedRulerPanel.h.

Member Typedef Documentation

◆ TempAllowFocus

using AdornedRulerPanel::TempAllowFocus = std::unique_ptr<bool, Resetter>
private

Definition at line 121 of file AdornedRulerPanel.h.

Member Enumeration Documentation

◆ MenuChoice

enum class AdornedRulerPanel::MenuChoice
strongprivate
Enumerator
QuickPlay 
Scrub 

Definition at line 129 of file AdornedRulerPanel.h.

129{ QuickPlay, Scrub };

◆ MouseEventState

Enumerator
mesNone 
mesDraggingPlayRegionStart 
mesDraggingPlayRegionEnd 
mesSelectingPlayRegionClick 
mesSelectingPlayRegionRange 

Definition at line 184 of file AdornedRulerPanel.h.

Constructor & Destructor Documentation

◆ AdornedRulerPanel()

AdornedRulerPanel::AdornedRulerPanel ( AudacityProject project,
wxWindow *  parent,
wxWindowID  id,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
ViewInfo viewinfo = NULL 
)

Definition at line 1285 of file AdornedRulerPanel.cpp.

1291 : CellularPanel(parent, id, pos, size, viewinfo)
1292 , mProject { project }
1293 , mUpdater { ProjectTimeRuler::Get(*project).GetUpdater() }
1294 , mRuler { ProjectTimeRuler::Get(*project).GetRuler() }
1295{
1296 SetLayoutDirection(wxLayout_LeftToRight);
1297
1298 mQPCell = std::make_shared<QPCell>( this );
1299 mScrubbingCell = std::make_shared<ScrubbingCell>( this );
1300
1301 for (auto &button : mButtons)
1302 button = nullptr;
1303
1304 SetLabel( XO("Timeline") );
1305 SetName();
1306 SetBackgroundStyle(wxBG_STYLE_PAINT);
1307
1308 mLeftOffset = 0;
1309 mIndTime = -1;
1310
1311 mLeftDownClick = -1;
1313 mIsDragging = false;
1314
1315 mOuter = GetClientRect();
1316
1318
1320
1321 mRuler.SetLabelEdges( false );
1322
1324
1325 mIsRecording = false;
1326
1327 mPlayRegionDragsSelection = (gPrefs->Read(wxT("/QuickPlay/DragSelection"), 0L) == 1)? true : false;
1328
1329#if wxUSE_TOOLTIPS
1330 wxToolTip::Enable(true);
1331#endif
1332
1335
1336 // Delay until after CommandManager has been populated:
1338
1341
1342 // Bind event that updates the play region
1345
1347 mRuler.Subscribe([this](auto) { Refresh(); });
1348
1349 // And call it once to initialize it
1351}
wxT("CloseDown"))
XO("Cut/Copy/Paste")
audacity::BasicSettings * gPrefs
Definition: Prefs.cpp:68
const auto project
THEME_API Theme theTheme
Definition: Theme.cpp:82
TimeDisplayModeSetting TimeDisplayModePreference
void OnSelectionChange(Observer::Message)
void UpdatePrefs() override
void OnAudioStartStop(AudioIOEvent)
std::shared_ptr< ScrubbingCell > mScrubbingCell
Observer::Subscription mAudioIOSubscription
LinearUpdater & mUpdater
void DoSelectionChange(const SelectedRegion &selectedRegion)
wxWindow * mButtons[3]
AudacityProject *const mProject
void Refresh(bool eraseBackground=true, const wxRect *rect=(const wxRect *) NULL) override
Observer::Subscription mPlayRegionSubscription
Observer::Subscription mRulerInvalidatedSubscription
TimeDisplayMode mTimeDisplayMode
Observer::Subscription mThemeChangeSubscription
MouseEventState mMouseEventState
std::shared_ptr< QPCell > mQPCell
void OnThemeChange(struct ThemeChangeMessage)
static AudioIO * Get()
Definition: AudioIO.cpp:126
ViewInfo * mViewInfo
CellularPanel(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, ViewInfo *viewInfo, long style=wxTAB_TRAVERSAL|wxNO_BORDER)
Enum ReadEnum() const
Definition: Prefs.h:534
void SetData(const ZoomInfo *pZoomInfo=nullptr, int leftOffset=0)
Definition: LinearUpdater.h:33
Subscription Subscribe(Callback callback)
Connect a callback to the Publisher; later-connected are called earlier.
Definition: Observer.h:199
LinearUpdater & GetUpdater()
static ProjectTimeRuler & Get(AudacityProject &project)
void SetLabelEdges(bool labelEdges)
Definition: Ruler.cpp:179
static TrackList & Get(AudacityProject &project)
Definition: Track.cpp:314
NotifyingSelectedRegion selectedRegion
Definition: ViewInfo.h:216
virtual bool Read(const wxString &key, bool *value) const =0
void SetLabel(const TranslatableString &label)
void CallAfter(Action action)
Schedule an action to be done later, and in the main thread.
Definition: BasicUI.cpp:214

References BasicUI::CallAfter(), DoSelectionChange(), AudioIO::Get(), TrackList::Get(), gPrefs, mAudioIOSubscription, mButtons, mesNone, mIndTime, mIsDragging, mIsRecording, mLeftDownClick, mLeftOffset, mMouseEventState, mOuter, mPlayRegionDragsSelection, mPlayRegionSubscription, mQPCell, mRuler, mRulerInvalidatedSubscription, mScrubbingCell, mThemeChangeSubscription, mTimeDisplayMode, mTracks, mUpdater, CellularPanel::mViewInfo, OnAudioStartStop(), OnSelectionChange(), OnThemeChange(), project, audacity::BasicSettings::Read(), EnumSetting< Enum >::ReadEnum(), Refresh(), ViewInfo::selectedRegion, LinearUpdater::SetData(), wxPanelWrapper::SetLabel(), Ruler::SetLabelEdges(), wxPanelWrapper::SetName(), Observer::Publisher< Message, NotifyAll >::Subscribe(), theTheme, TimeDisplayModePreference, UpdatePrefs(), wxT(), and XO().

Here is the call graph for this function:

◆ ~AdornedRulerPanel()

AdornedRulerPanel::~AdornedRulerPanel ( )

Definition at line 1353 of file AdornedRulerPanel.cpp.

1354{
1355}

Member Function Documentation

◆ AcceptsFocus()

bool AdornedRulerPanel::AcceptsFocus ( ) const
inlineoverride

Definition at line 51 of file AdornedRulerPanel.h.

51{ return s_AcceptsFocus; }
static bool s_AcceptsFocus

◆ AcceptsFocusFromKeyboard()

bool AdornedRulerPanel::AcceptsFocusFromKeyboard ( ) const
inlineoverride

Definition at line 52 of file AdornedRulerPanel.h.

52{ return true; }

◆ ClearPlayRegion()

void AdornedRulerPanel::ClearPlayRegion ( )

Definition at line 2681 of file AdornedRulerPanel.cpp.

2682{
2683 ProjectAudioManager::Get( *mProject ).Stop();
2684
2685 auto &viewInfo = ViewInfo::Get( *GetProject() );
2686 auto &playRegion = viewInfo.playRegion;
2687 playRegion.Clear();
2688
2689 Refresh();
2690}
AudacityProject * GetProject() const override
void Stop(bool stopStream=true)
static ProjectAudioManager & Get(AudacityProject &project)
static ViewInfo & Get(AudacityProject &project)
Definition: ViewInfo.cpp:235

References ViewInfo::Get(), ProjectAudioManager::Get(), GetProject(), Refresh(), and ProjectAudioManager::Stop().

Here is the call graph for this function:

◆ CreateOverlays()

void AdornedRulerPanel::CreateOverlays ( )
private

Definition at line 2798 of file AdornedRulerPanel.cpp.

2799{
2800 if (!mOverlay) {
2801 mOverlay =
2802 std::make_shared<TrackPanelGuidelineOverlay>( mProject );
2803 auto pCellularPanel =
2804 dynamic_cast<CellularPanel*>( &GetProjectPanel( *GetProject() ) );
2805 if ( !pCellularPanel ) {
2806 wxASSERT( false );
2807 }
2808 else
2809 pCellularPanel->AddOverlay( mOverlay );
2810 this->AddOverlay( mOverlay->mPartner );
2811 }
2812}
AUDACITY_DLL_API wxWindow & GetProjectPanel(AudacityProject &project)
Get the main sub-window of the project frame that displays track data.
std::shared_ptr< TrackPanelGuidelineOverlay > mOverlay
Formerly part of TrackPanel, this abstract base class has no special knowledge of Track objects and i...
Definition: CellularPanel.h:34
void AddOverlay(const std::weak_ptr< Overlay > &pOverlay)

References OverlayPanel::AddOverlay(), GetProject(), GetProjectPanel(), mOverlay, and mProject.

Here is the call graph for this function:

◆ Destroy()

void AdornedRulerPanel::Destroy ( AudacityProject project)
static

Definition at line 1276 of file AdornedRulerPanel.cpp.

1277{
1278 auto *pPanel = GetAttachedWindows(project).Find( sKey );
1279 if (pPanel) {
1280 pPanel->wxWindow::Destroy();
1282 }
1283}
AUDACITY_DLL_API AttachedWindows & GetAttachedWindows(AudacityProject &project)
Subclass * Find(const RegisteredFactory &key)
Get a (bare) pointer to an attachment, or null, down-cast it to Subclass *; will not create on demand...
Definition: ClientData.h:342
void Assign(const RegisteredFactory &key, ReplacementPointer &&replacement)
Reassign Site's pointer to ClientData.
Definition: ClientData.h:364
AttachedWindows::RegisteredFactory sKey

References ClientData::Site< Host, ClientData, ObjectCopyingPolicy, Pointer, ObjectLockingPolicy, RegistryLockingPolicy >::Assign(), ClientData::Site< Host, ClientData, ObjectCopyingPolicy, Pointer, ObjectLockingPolicy, RegistryLockingPolicy >::Find(), GetAttachedWindows(), project, and anonymous_namespace{AdornedRulerPanel.cpp}::sKey.

Referenced by ProjectManager::OnCloseWindow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoDrawBackground()

void AdornedRulerPanel::DoDrawBackground ( wxDC *  dc)
private

Definition at line 2429 of file AdornedRulerPanel.cpp.

2430{
2431 // Draw AdornedRulerPanel border
2433 dc->DrawRectangle( mOuter );
2434
2435 if (ShowingScrubRuler()) {
2436 // Let's distinguish the scrubbing area by using a themable
2437 // colour and a line to set it off.
2438 AColor::UseThemeColour(dc, clrScrubRuler, TimelineTextColor() );
2439 wxRect ScrubRect = mScrubZone;
2440 ScrubRect.Inflate( 1,0 );
2441 dc->DrawRectangle(ScrubRect);
2442 }
2443}
ColorId TimelineBackgroundColor()
ColorId TimelineTextColor()
static void UseThemeColour(wxDC *dc, int iBrush, int iPen=-1, int alpha=255)
Definition: AColor.cpp:354
bool ShowingScrubRuler() const

References mOuter, mScrubZone, ShowingScrubRuler(), TimelineBackgroundColor(), TimelineTextColor(), and AColor::UseThemeColour().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoDrawEdge()

void AdornedRulerPanel::DoDrawEdge ( wxDC *  dc)
private

Definition at line 2445 of file AdornedRulerPanel.cpp.

2446{
2447 // Black stroke at bottom
2448 dc->SetPen( *wxBLACK_PEN );
2449 AColor::Line( *dc, mOuter.x,
2450 mOuter.y + mOuter.height - 1,
2451 mOuter.x + mOuter.width - 1 ,
2452 mOuter.y + mOuter.height - 1 );
2453}
static void Line(wxDC &dc, wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2)
Definition: AColor.cpp:194

References AColor::Line(), and mOuter.

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoDrawMarks()

void AdornedRulerPanel::DoDrawMarks ( wxDC *  dc,
bool   
)
private

Definition at line 2455 of file AdornedRulerPanel.cpp.

2456{
2457 const double min = Pos2Time(mInner.x);
2458 const double hiddenMin = Pos2Time(mInner.x, true);
2459 const double max = Pos2Time(mInner.x + mInner.width);
2460 const double hiddenMax = Pos2Time(mInner.x + mInner.width, true);
2461
2463 mRuler.SetRange( min, max, hiddenMin, hiddenMax );
2465 {
2466 mRuler.SetTickLengths({ 5, 3, 1 });
2467 }
2469 {
2470 mRuler.SetTickLengths({ 4, 2, 2 });
2471 }
2472 mRuler.Draw( *dc );
2473}
int min(int a, int b)
double Pos2Time(int p, bool ignoreFisheye=false) const
void SetTickColour(const wxColour &colour)
Definition: Ruler.h:135
void Draw(wxDC &dc) const
Definition: Ruler.cpp:441
void SetTickLengths(const TickLengths &tLengths)
Definition: Ruler.cpp:255
void SetRange(double min, double max)
Definition: Ruler.cpp:152
wxColour & Colour(int iIndex)

References BeatsAndMeasures, ThemeBase::Colour(), Ruler::Draw(), min(), mInner, MinutesAndSeconds, mRuler, mTimeDisplayMode, Pos2Time(), Ruler::SetRange(), Ruler::SetTickColour(), Ruler::SetTickLengths(), theTheme, and TimelineTextColor().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoDrawOverlap()

void AdornedRulerPanel::DoDrawOverlap ( wxDC *  dc,
const wxRect &  rect 
)
private

Definition at line 2572 of file AdornedRulerPanel.cpp.

2573{
2574 dc->SetBrush( wxBrush{ AlphaBlend(
2576 SelectionOpacity) } );
2577 dc->SetPen( *wxTRANSPARENT_PEN );
2578 dc->DrawRectangle( rect );
2579}
ColorId TimelineLoopRegionColor(bool isActive)
static wxColour AlphaBlend(ColorId fg, ColorId bg, double alpha)
ColorId TimelineSelectionColor()
constexpr double SelectionOpacity

References AlphaBlend(), mLastPlayRegionActive, SelectionOpacity, TimelineLoopRegionColor(), and TimelineSelectionColor().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoDrawPlayRegion()

void AdornedRulerPanel::DoDrawPlayRegion ( wxDC *  dc,
const wxRect &  rectP,
const wxRect &  rectL,
const wxRect &  rectR 
)
private

Definition at line 2513 of file AdornedRulerPanel.cpp.

2515{
2516 const auto &viewInfo = ViewInfo::Get(*mProject);
2517 const auto& playRegion = viewInfo.playRegion;
2518
2519 const bool isActive = (mLastPlayRegionActive = playRegion.Active());
2520
2521 if (playRegion.IsLastActiveRegionClear())
2522 return;
2523
2524 // Paint the selected region bolder if independently varying, else dim
2525 const auto color = TimelineLoopRegionColor(isActive);
2526 dc->SetBrush( wxBrush( theTheme.Colour( color )) );
2527 dc->SetPen( wxPen( theTheme.Colour( color )) );
2528
2529 dc->DrawRectangle( rectP.Intersect(rectL) );
2530 dc->DrawRectangle( rectP.Intersect(rectR) );
2531}

References ThemeBase::Colour(), ViewInfo::Get(), mLastPlayRegionActive, mProject, theTheme, and TimelineLoopRegionColor().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoDrawPlayRegionLimits()

void AdornedRulerPanel::DoDrawPlayRegionLimits ( wxDC *  dc,
const wxRect &  rect 
)
private

Definition at line 2533 of file AdornedRulerPanel.cpp.

2534{
2535 // Color the edges of the play region like the ticks and numbers
2536 ADCChanger cleanup( dc );
2537 const auto edgeColour = theTheme.Colour(TimelineLimitsColor());
2538 dc->SetPen( { edgeColour } );
2539 dc->SetBrush( { edgeColour } );
2540
2541 constexpr int side = 7;
2542 constexpr int sideLessOne = side - 1;
2543
2544 // Paint two shapes, each a line plus triangle at bottom
2545 const auto left = rect.GetLeft(),
2546 right = rect.GetRight(),
2547 bottom = rect.GetBottom(),
2548 top = rect.GetTop();
2549 {
2550 wxPoint points[]{
2551 {left, bottom - sideLessOne},
2552 {left - sideLessOne, bottom},
2553 {left, bottom},
2554 {left, top},
2555 };
2556 dc->DrawPolygon( 4, points );
2557 }
2558
2559 {
2560 wxPoint points[]{
2561 {right, top},
2562 {right, bottom},
2563 {right + sideLessOne, bottom},
2564 {right, bottom - sideLessOne},
2565 };
2566 dc->DrawPolygon( 4, points );
2567 }
2568}
ColorId TimelineLimitsColor()
Makes temporary drawing context changes that you back out of, RAII style.
Definition: OverlayPanel.h:72

References ThemeBase::Colour(), theTheme, and TimelineLimitsColor().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoDrawScrubIndicator()

void AdornedRulerPanel::DoDrawScrubIndicator ( wxDC *  dc,
wxCoord  xx,
int  width,
bool  scrub,
bool  seek 
)

Definition at line 2606 of file AdornedRulerPanel.cpp.

2608{
2609 ADCChanger changer(dc); // Undo pen and brush changes at function exit
2610
2611 wxPoint tri[ 3 ];
2612 if (seek) {
2613 auto height = IndicatorHeightForWidth(width);
2614 // Make four triangles
2615 const int TriangleWidth = width * 3 / 8;
2616
2617 // Double-double headed, left-right
2618 auto yy = ShowingScrubRuler()
2619 ? mScrubZone.y
2620 : (mInner.GetBottom() + 1) - 1 /* bevel */ - height;
2621 tri[ 0 ].x = xx - IndicatorOffset;
2622 tri[ 0 ].y = yy;
2623 tri[ 1 ].x = xx - IndicatorOffset;
2624 tri[ 1 ].y = yy + height;
2625 tri[ 2 ].x = xx - TriangleWidth;
2626 tri[ 2 ].y = yy + height / 2;
2627 dc->DrawPolygon( 3, tri );
2628
2629 tri[ 0 ].x -= TriangleWidth;
2630 tri[ 1 ].x -= TriangleWidth;
2631 tri[ 2 ].x -= TriangleWidth;
2632 dc->DrawPolygon( 3, tri );
2633
2634 tri[ 0 ].x = tri[ 1 ].x = xx + IndicatorOffset;
2635 tri[ 2 ].x = xx + TriangleWidth;
2636 dc->DrawPolygon( 3, tri );
2637
2638
2639 tri[ 0 ].x += TriangleWidth;
2640 tri[ 1 ].x += TriangleWidth;
2641 tri[ 2 ].x += TriangleWidth;
2642 dc->DrawPolygon( 3, tri );
2643 }
2644 else if (scrub) {
2645 auto height = IndicatorHeightForWidth(width);
2646 const int IndicatorHalfWidth = width / 2;
2647
2648 // Double headed, left-right
2649 auto yy = ShowingScrubRuler()
2650 ? mScrubZone.y
2651 : (mInner.GetBottom() + 1) - 1 /* bevel */ - height;
2652 tri[ 0 ].x = xx - IndicatorOffset;
2653 tri[ 0 ].y = yy;
2654 tri[ 1 ].x = xx - IndicatorOffset;
2655 tri[ 1 ].y = yy + height;
2656 tri[ 2 ].x = xx - IndicatorHalfWidth;
2657 tri[ 2 ].y = yy + height / 2;
2658 dc->DrawPolygon( 3, tri );
2659 tri[ 0 ].x = tri[ 1 ].x = xx + IndicatorOffset;
2660 tri[ 2 ].x = xx + IndicatorHalfWidth;
2661 dc->DrawPolygon( 3, tri );
2662 }
2663}
@ IndicatorOffset
int IndicatorHeightForWidth(int width)

References IndicatorHeightForWidth(), IndicatorOffset, mInner, mScrubZone, and ShowingScrubRuler().

Here is the call graph for this function:

◆ DoDrawSelection()

void AdornedRulerPanel::DoDrawSelection ( wxDC *  dc,
const wxRect &  rectS,
const wxRect &  rectL,
const wxRect &  rectR 
)
private

Definition at line 2581 of file AdornedRulerPanel.cpp.

2583{
2584 dc->SetBrush( wxBrush{ AlphaBlend(
2586 dc->SetPen( *wxTRANSPARENT_PEN );
2587 dc->DrawRectangle( rectS.Intersect(rectL) );
2588 dc->DrawRectangle( rectS.Intersect(rectR) );
2589}

References AlphaBlend(), SelectionOpacity, TimelineBackgroundColor(), and TimelineSelectionColor().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoIdle()

void AdornedRulerPanel::DoIdle ( )
private

Definition at line 1500 of file AdornedRulerPanel.cpp.

1501{
1502 bool changed = UpdateRects();
1503 changed = SetPanelSize() || changed;
1504
1505 auto &project = *mProject;
1506 auto &viewInfo = ViewInfo::Get( project );
1507 const bool isIconized = ProjectWindow::Get(project).IsIconized();
1508 const auto &selectedRegion = viewInfo.selectedRegion;
1509 const auto &playRegion = viewInfo.playRegion;
1510
1511 changed = changed
1512 || mLastDrawnSelectedRegion != selectedRegion
1513 || mLastDrawnPlayRegion != std::pair{
1514 playRegion.GetLastActiveStart(), playRegion.GetLastActiveEnd() }
1515 || mLastDrawnH != viewInfo.hpos
1516 || mLastDrawnZoom != viewInfo.GetZoom()
1517 || mLastPlayRegionActive != viewInfo.playRegion.Active()
1518 ;
1519 if (changed && !isIconized)
1520 // Cause ruler redraw anyway, because we may be zooming or scrolling,
1521 // showing or hiding the scrub bar, etc.
1522 Refresh();
1523}
std::pair< double, double > mLastDrawnPlayRegion
SelectedRegion mLastDrawnSelectedRegion
static ProjectWindow & Get(AudacityProject &project)
bool IsIconized() const override

References ViewInfo::Get(), ProjectWindow::Get(), ProjectWindow::IsIconized(), mLastDrawnH, mLastDrawnPlayRegion, mLastDrawnSelectedRegion, mLastDrawnZoom, mLastPlayRegionActive, mProject, project, Refresh(), SetPanelSize(), and UpdateRects().

Referenced by OnIdle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DoSelectionChange()

void AdornedRulerPanel::DoSelectionChange ( const SelectedRegion selectedRegion)
private

Definition at line 1635 of file AdornedRulerPanel.cpp.

1637{
1638
1639 auto gAudioIO = AudioIOBase::Get();
1640 if ( !ViewInfo::Get( *mProject ).playRegion.Active() ) {
1641 // "Inactivated" play region follows the selection.
1642 SetPlayRegion( selectedRegion.t0(), selectedRegion.t1() );
1643 }
1644}
void SetPlayRegion(double playRegionStart, double playRegionEnd)
static AudioIOBase * Get()
Definition: AudioIOBase.cpp:94
bool Active() const
Definition: ViewInfo.h:125
double t1() const
double t0() const
PlayRegion playRegion
Definition: ViewInfo.h:217

References PlayRegion::Active(), AudioIOBase::Get(), ViewInfo::Get(), ViewInfo::playRegion, SetPlayRegion(), SelectedRegion::t0(), and SelectedRegion::t1().

Referenced by AdornedRulerPanel(), OnAudioStartStop(), and OnSelectionChange().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DragSelection()

void AdornedRulerPanel::DragSelection ( AudacityProject project)
staticprivate

Definition at line 2285 of file AdornedRulerPanel.cpp.

2286{
2287 auto &viewInfo = ViewInfo::Get( project );
2288 const auto &playRegion = viewInfo.playRegion;
2289 auto &selectedRegion = viewInfo.selectedRegion;
2290 selectedRegion.setT0(playRegion.GetStart(), false);
2291 selectedRegion.setT1(playRegion.GetEnd(), true);
2292}

References ViewInfo::Get(), and project.

Referenced by AdornedRulerPanel::PlayRegionAdjustingHandle::Drag().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DrawBothOverlays()

void AdornedRulerPanel::DrawBothOverlays ( )

Definition at line 2150 of file AdornedRulerPanel.cpp.

2151{
2152 auto pCellularPanel =
2153 dynamic_cast<CellularPanel*>( &GetProjectPanel( *GetProject() ) );
2154 if ( !pCellularPanel ) {
2155 wxASSERT( false );
2156 }
2157 else
2158 pCellularPanel->DrawOverlays( false );
2159 DrawOverlays( false );
2160}
void DrawOverlays(bool repaint_all, wxDC *pDC=nullptr)

References OverlayPanel::DrawOverlays(), GetProject(), and GetProjectPanel().

Referenced by OnLeave(), and ProcessUIHandleResult().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DrawSelection()

void AdornedRulerPanel::DrawSelection ( )

Definition at line 2475 of file AdornedRulerPanel.cpp.

2476{
2477 Refresh();
2478}

References Refresh().

Referenced by TrackPanel::UpdateSelectionDisplay().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Get() [1/2]

AdornedRulerPanel & AdornedRulerPanel::Get ( AudacityProject project)
static

Definition at line 1265 of file AdornedRulerPanel.cpp.

1266{
1268}
This is an Audacity Specific ruler panel which additionally has border, selection markers,...
Subclass & Get(const RegisteredFactory &key)
Get reference to an attachment, creating on demand if not present, down-cast it to Subclass.
Definition: ClientData.h:318

References ClientData::Site< Host, ClientData, ObjectCopyingPolicy, Pointer, ObjectLockingPolicy, RegistryLockingPolicy >::Get(), GetAttachedWindows(), project, and anonymous_namespace{AdornedRulerPanel.cpp}::sKey.

Referenced by AdornedRulerPanel::PlayRegionAdjustingHandle::Drag(), AdornedRulerPanel::TrackPanelGuidelineOverlay::Draw(), EditCursorOverlay::Draw(), PlayIndicatorOverlayBase::Draw(), Get(), anonymous_namespace{PlayIndicatorOverlay.cpp}::GetIndicatorBitmap(), AdornedRulerPanel::ScrubbingRulerOverlay::GetRuler(), anonymous_namespace{TimelineMenus.cpp}::GetTimeDisplayMode(), AdornedRulerPanel::PlayRegionAdjustingHandle::HasEscape(), InitProjectWindow(), anonymous_namespace{SelectMenus.cpp}::MoveWhenAudioInactive(), anonymous_namespace{EditMenus.cpp}::OnCut(), PlayIndicatorOverlay::OnTimer(), ScrubbingOverlay::OnTimer(), anonymous_namespace{AdornedRulerPanel.cpp}::OnTogglePinnedHead(), AudacityMirProject::ReconfigureMusicGrid(), ScrubForwarder::ScrubForwarder(), anonymous_namespace{TimelineMenus.cpp}::SetTimeDisplayMode(), AdornedRulerPanel::PlayRegionAdjustingHandle::SnappedTime(), AdornedRulerPanel::PlayRegionAdjustingHandle::SnappedTimes(), AdornedRulerPanel::CommonRulerHandle::StartPlay(), AdornedRulerPanel::PlayRegionAdjustingHandle::Unsnap(), AdornedRulerPanel::TrackPanelGuidelineOverlay::Update(), and AudacityMirProject::ViewIsBeatsAndMeasures().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Get() [2/2]

const AdornedRulerPanel & AdornedRulerPanel::Get ( const AudacityProject project)
static

Definition at line 1270 of file AdornedRulerPanel.cpp.

1272{
1273 return Get( const_cast< AudacityProject & >( project ) );
1274}
static AdornedRulerPanel & Get(AudacityProject &project)
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90

References Get(), and project.

Here is the call graph for this function:

◆ GetFocusedCell()

std::shared_ptr< TrackPanelCell > AdornedRulerPanel::GetFocusedCell ( )
overrideprivatevirtual

Implements CellularPanel.

Definition at line 2774 of file AdornedRulerPanel.cpp.

2775{
2776 // No switching of focus yet to the other, scrub zone
2777 return mQPCell;
2778}

References mQPCell.

◆ GetInnerRect()

wxRect AdornedRulerPanel::GetInnerRect ( ) const
inline

Definition at line 58 of file AdornedRulerPanel.h.

58{ return mInner; }

Referenced by anonymous_namespace{PlayIndicatorOverlay.cpp}::GetIndicatorBitmap().

Here is the caller graph for this function:

◆ GetMaxSize()

void AdornedRulerPanel::GetMaxSize ( wxCoord *  width,
wxCoord *  height 
)

Definition at line 2692 of file AdornedRulerPanel.cpp.

2693{
2694 mRuler.GetMaxSize(width, height);
2695}
void GetMaxSize(wxCoord *width, wxCoord *height)
Definition: Ruler.cpp:612

References Ruler::GetMaxSize(), and mRuler.

Here is the call graph for this function:

◆ GetProject()

AudacityProject * AdornedRulerPanel::GetProject ( ) const
overridevirtual

Implements CellularPanel.

Definition at line 2769 of file AdornedRulerPanel.cpp.

2770{
2771 return mProject;
2772}

References mProject.

Referenced by ClearPlayRegion(), CreateOverlays(), DrawBothOverlays(), HandleSnapping(), OnPaint(), SetPlayRegion(), ShowingScrubRuler(), ShowMenu(), and UpdateStatusMessage().

Here is the caller graph for this function:

◆ GetRulerHeight() [1/2]

int AdornedRulerPanel::GetRulerHeight ( )
inline

Definition at line 56 of file AdornedRulerPanel.h.

References GetRulerHeight().

Referenced by GetRulerHeight(), ReCreateButtons(), and SetPanelSize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetRulerHeight() [2/2]

int AdornedRulerPanel::GetRulerHeight ( bool  showScrubBar)
static

Definition at line 2591 of file AdornedRulerPanel.cpp.

2592{
2593 return ProperRulerHeight + (showScrubBar ? ScrubHeight : 0);
2594}
@ ProperRulerHeight
@ ScrubHeight

References ProperRulerHeight, and ScrubHeight.

◆ GetTimeDisplayMode()

TimeDisplayMode AdornedRulerPanel::GetTimeDisplayMode ( ) const

Definition at line 2829 of file AdornedRulerPanel.cpp.

2830{
2831 return mTimeDisplayMode;
2832}

References mTimeDisplayMode.

Referenced by AudacityMirProject::ViewIsBeatsAndMeasures().

Here is the caller graph for this function:

◆ HandleQPClick()

void AdornedRulerPanel::HandleQPClick ( wxMouseEvent &  event,
wxCoord  mousePosX 
)
private

◆ HandleQPDrag()

void AdornedRulerPanel::HandleQPDrag ( wxMouseEvent &  event,
wxCoord  mousePosX 
)
private

◆ HandleQPRelease()

void AdornedRulerPanel::HandleQPRelease ( wxMouseEvent &  event)
private

◆ HandleSnapping()

void AdornedRulerPanel::HandleSnapping ( size_t  index)
private

Definition at line 2294 of file AdornedRulerPanel.cpp.

2295{
2296 // Play region dragging can snap to selection boundaries
2297 const auto &selectedRegion = ViewInfo::Get(*GetProject()).selectedRegion;
2298 SnapPointArray candidates;
2300 candidates = {
2301 SnapPoint{ selectedRegion.t0() },
2302 SnapPoint{ selectedRegion.t1() },
2303 };
2304 SnapManager snapManager{ *mProject, *mTracks, *mViewInfo, move(candidates) };
2305 auto results = snapManager.Snap(nullptr, mQuickPlayPos[index], false);
2306 mQuickPlayPos[index] = results.outTime;
2307 mIsSnapped[index] = results.Snapped();
2308}
std::vector< SnapPoint > SnapPointArray
Definition: Snap.h:43
bool mIsSnapped[MAX_GUIDES]
double mQuickPlayPos[MAX_GUIDES]
Definition: Snap.h:31

References ViewInfo::Get(), GetProject(), mIsSnapped, mPlayRegionDragsSelection, mProject, mQuickPlayPos, mTracks, CellularPanel::mViewInfo, and ViewInfo::selectedRegion.

Referenced by UpdateQuickPlayPos().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InvalidateRuler()

void AdornedRulerPanel::InvalidateRuler ( )

Definition at line 1423 of file AdornedRulerPanel.cpp.

1424{
1426}
void Invalidate()
Definition: Ruler.cpp:317

References Ruler::Invalidate(), and mRuler.

Here is the call graph for this function:

◆ IsWithinMarker()

bool AdornedRulerPanel::IsWithinMarker ( int  mousePosX,
double  markerTime 
)
private

Definition at line 1713 of file AdornedRulerPanel.cpp.

1714{
1715 if (markerTime < 0)
1716 return false;
1717
1718 int pixelPos = Time2Pos(markerTime);
1719 int boundLeft = pixelPos - SELECT_TOLERANCE_PIXEL;
1720 int boundRight = pixelPos + SELECT_TOLERANCE_PIXEL;
1721
1722 return mousePosX >= boundLeft && mousePosX < boundRight;
1723}
#define SELECT_TOLERANCE_PIXEL
int Time2Pos(double t, bool ignoreFisheye=false) const

References SELECT_TOLERANCE_PIXEL, and Time2Pos().

Here is the call graph for this function:

◆ OnAudioStartStop()

void AdornedRulerPanel::OnAudioStartStop ( AudioIOEvent  evt)
private

Definition at line 1525 of file AdornedRulerPanel.cpp.

1526{
1528 return;
1529 if ( evt.type == AudioIOEvent::CAPTURE ) {
1530 if (evt.on)
1531 {
1532 mIsRecording = true;
1533 this->CellularPanel::CancelDragging( false );
1535
1537 }
1538 else {
1539 mIsRecording = false;
1541 }
1542 }
1543
1544 if ( !evt.on )
1545 // So that the play region is updated
1547}
bool CancelDragging(bool escaping)
bool on
Definition: AudioIO.h:68
enum AudioIOEvent::Type type

References CellularPanel::CancelDragging(), AudioIOEvent::CAPTURE, CellularPanel::ClearTargets(), DoSelectionChange(), mIsRecording, AudioIOEvent::MONITOR, CellularPanel::mViewInfo, AudioIOEvent::on, AudioIOEvent::PAUSE, ViewInfo::selectedRegion, AudioIOEvent::type, and UpdateButtonStates().

Referenced by AdornedRulerPanel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnAutoScroll()

void AdornedRulerPanel::OnAutoScroll ( wxCommandEvent &  evt)
private

Definition at line 2331 of file AdornedRulerPanel.cpp.

2332{
2334 gPrefs->Write(wxT("/GUI/AutoScroll"), false);
2335 else
2336 gPrefs->Write(wxT("/GUI/AutoScroll"), true);
2337
2338 gPrefs->Flush();
2339
2341}
static void Broadcast(int id=0)
Call this static function to notify all PrefsListener objects.
Definition: Prefs.cpp:128
bool bUpdateTrackIndicator
Definition: ViewInfo.h:227
static int UpdateScrollPrefsID()
Definition: ViewInfo.cpp:304
virtual bool Flush() noexcept=0
virtual bool Write(const wxString &key, bool value)=0

References PrefsListener::Broadcast(), ViewInfo::bUpdateTrackIndicator, audacity::BasicSettings::Flush(), gPrefs, CellularPanel::mViewInfo, ViewInfo::UpdateScrollPrefsID(), audacity::BasicSettings::Write(), and wxT().

Here is the call graph for this function:

◆ OnClearPlayRegion()

void AdornedRulerPanel::OnClearPlayRegion ( wxCommandEvent &  evt)
private

Definition at line 2349 of file AdornedRulerPanel.cpp.

2350{
2352}
void ClearPlayRegion(AudacityProject &project)

References SelectUtilities::ClearPlayRegion(), and mProject.

Here is the call graph for this function:

◆ OnIdle()

void AdornedRulerPanel::OnIdle ( wxIdleEvent &  evt)
private

Definition at line 1494 of file AdornedRulerPanel.cpp.

1495{
1496 evt.Skip();
1497 DoIdle();
1498}

References DoIdle().

Here is the call graph for this function:

◆ OnLeave()

void AdornedRulerPanel::OnLeave ( wxMouseEvent &  evt)
private

Definition at line 1614 of file AdornedRulerPanel.cpp.

1615{
1616 evt.Skip();
1617 CallAfter([this]{
1619 });
1620}

References BasicUI::CallAfter(), and DrawBothOverlays().

Here is the call graph for this function:

◆ OnPaint()

void AdornedRulerPanel::OnPaint ( wxPaintEvent &  evt)
private

Definition at line 1549 of file AdornedRulerPanel.cpp.

1550{
1551 const auto &viewInfo = ViewInfo::Get( *GetProject() );
1552 const auto &playRegion = viewInfo.playRegion;
1553 const auto playRegionBounds = std::pair{
1554 playRegion.GetLastActiveStart(), playRegion.GetLastActiveEnd() };
1555 mLastDrawnH = viewInfo.hpos;
1556 mLastDrawnZoom = viewInfo.GetZoom();
1557 mLastDrawnPlayRegion = playRegionBounds;
1558 mLastDrawnSelectedRegion = viewInfo.selectedRegion;
1559 // To do, note other fisheye state when we have that
1560
1561 wxPaintDC dc(this);
1562
1563 auto &backDC = GetBackingDCForRepaint();
1564
1565 DoDrawBackground(&backDC);
1566
1567 // Find play region rectangle, selected rectangle, and their overlap
1568 const auto rectP = PlayRegionRectangle(),
1569 rectS = SelectedRegionRectangle(),
1570 rectO = rectP.Intersect(rectS);
1571
1572 // What's left and right of the overlap? Assume same tops and bottoms
1573 const auto top = rectP.GetTop(),
1574 bottom = rectP.GetBottom();
1575 wxRect rectL = mInner;
1576 wxRect rectR = {};
1577 if (!rectO.IsEmpty()) {
1578 rectR = { wxPoint{ rectO.GetRight() + 1, top }, rectL.GetBottomRight() };
1579 rectL = { rectL.GetTopLeft(), wxPoint{ rectO.GetLeft() - 1, bottom } };
1580 }
1581
1582 DoDrawPlayRegion(&backDC, rectP, rectL, rectR);
1583 DoDrawOverlap(&backDC, rectO);
1584 DoDrawSelection(&backDC, rectS, rectL, rectR);
1585
1586 DoDrawPlayRegionLimits(&backDC, rectP);
1587
1588 DoDrawMarks(&backDC, true);
1589
1590 DoDrawEdge(&backDC);
1591
1592 DisplayBitmap(dc);
1593
1594 // Stroke extras direct to the client area,
1595 // maybe outside of the damaged area
1596 // As with TrackPanel, do not make a NEW wxClientDC or else Mac flashes badly!
1597 dc.DestroyClippingRegion();
1598 DrawOverlays(true, &dc);
1599}
wxRect PlayRegionRectangle() const
void DoDrawOverlap(wxDC *dc, const wxRect &rect)
wxRect SelectedRegionRectangle() const
void DoDrawMarks(wxDC *dc, bool)
void DoDrawPlayRegion(wxDC *dc, const wxRect &rectP, const wxRect &rectL, const wxRect &rectR)
void DoDrawSelection(wxDC *dc, const wxRect &rectS, const wxRect &rectL, const wxRect &rectR)
void DoDrawBackground(wxDC *dc)
void DoDrawPlayRegionLimits(wxDC *dc, const wxRect &rect)
void DoDrawEdge(wxDC *dc)
wxDC & GetBackingDCForRepaint()
Definition: BackedPanel.cpp:35
void DisplayBitmap(wxDC &dc)
Definition: BackedPanel.cpp:65

References BackedPanel::DisplayBitmap(), DoDrawBackground(), DoDrawEdge(), DoDrawMarks(), DoDrawOverlap(), DoDrawPlayRegion(), DoDrawPlayRegionLimits(), DoDrawSelection(), OverlayPanel::DrawOverlays(), ViewInfo::Get(), BackedPanel::GetBackingDCForRepaint(), GetProject(), mInner, mLastDrawnH, mLastDrawnPlayRegion, mLastDrawnSelectedRegion, mLastDrawnZoom, PlayRegionRectangle(), and SelectedRegionRectangle().

Here is the call graph for this function:

◆ OnPinnedButton()

void AdornedRulerPanel::OnPinnedButton ( wxCommandEvent &  event)
private

Definition at line 2183 of file AdornedRulerPanel.cpp.

2184{
2186}
void ShowContextMenu(MenuChoice choice, const wxPoint *pPosition)

References QuickPlay, and ShowContextMenu().

Here is the call graph for this function:

◆ OnSelectionChange()

void AdornedRulerPanel::OnSelectionChange ( Observer::Message  )
private

Definition at line 1629 of file AdornedRulerPanel.cpp.

1630{
1631 auto &selectedRegion = mViewInfo->selectedRegion;
1632 DoSelectionChange( selectedRegion );
1633}

References DoSelectionChange(), CellularPanel::mViewInfo, and ViewInfo::selectedRegion.

Referenced by AdornedRulerPanel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnSetPlayRegionToSelection()

void AdornedRulerPanel::OnSetPlayRegionToSelection ( wxCommandEvent &  evt)
private

Definition at line 2354 of file AdornedRulerPanel.cpp.

2355{
2357}
void SetPlayRegionToSelection(AudacityProject &project)

References mProject, and SelectUtilities::SetPlayRegionToSelection().

Here is the call graph for this function:

◆ OnSize()

void AdornedRulerPanel::OnSize ( wxSizeEvent &  evt)
private

Definition at line 1601 of file AdornedRulerPanel.cpp.

1602{
1603 mOuter = GetClientRect();
1604 if (mOuter.GetWidth() == 0 || mOuter.GetHeight() == 0)
1605 {
1606 return;
1607 }
1608
1609 UpdateRects();
1610
1612}
void OnSize(wxSizeEvent &event)
Definition: BackedPanel.cpp:71

References mOuter, BackedPanel::OnSize(), and UpdateRects().

Here is the call graph for this function:

◆ OnSyncSelToQuickPlay()

void AdornedRulerPanel::OnSyncSelToQuickPlay ( wxCommandEvent &  evt)
private

Definition at line 2324 of file AdornedRulerPanel.cpp.

2325{
2327 gPrefs->Write(wxT("/QuickPlay/DragSelection"), mPlayRegionDragsSelection);
2328 gPrefs->Flush();
2329}

References audacity::BasicSettings::Flush(), gPrefs, mPlayRegionDragsSelection, audacity::BasicSettings::Write(), and wxT().

Here is the call graph for this function:

◆ OnThemeChange()

void AdornedRulerPanel::OnThemeChange ( struct ThemeChangeMessage  message)
private

Definition at line 1622 of file AdornedRulerPanel.cpp.

1623{
1624 if (message.appearance)
1625 return;
1627}
std::optional< PreferredSystemAppearance > appearance
Definition: Theme.h:111

References ThemeChangeMessage::appearance, and ReCreateButtons().

Referenced by AdornedRulerPanel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnTimelineFormatChange()

void AdornedRulerPanel::OnTimelineFormatChange ( wxCommandEvent &  evt)
private

Definition at line 2310 of file AdornedRulerPanel.cpp.

2311{
2312 int id = event.GetId();
2313 TimeDisplayMode changeFlag = mTimeDisplayMode;
2314 wxASSERT(id == OnMinutesAndSecondsID || id == OnBeatsAndMeasuresID);
2317
2319
2320 if (changeFlag != mTimeDisplayMode)
2321 Refresh();
2322}
@ OnBeatsAndMeasuresID
@ OnMinutesAndSecondsID
TimeDisplayMode
bool WriteEnum(TimeDisplayMode value)

References BeatsAndMeasures, MinutesAndSeconds, mTimeDisplayMode, OnBeatsAndMeasuresID, OnMinutesAndSecondsID, Refresh(), TimeDisplayModePreference, and TimeDisplayModeSetting::WriteEnum().

Here is the call graph for this function:

◆ OnTogglePinnedState()

void AdornedRulerPanel::OnTogglePinnedState ( wxCommandEvent &  event)
private

Definition at line 2188 of file AdornedRulerPanel.cpp.

2189{
2192}

References TogglePinnedHead(), and UpdateButtonStates().

Here is the call graph for this function:

◆ OnTogglePlayRegion()

void AdornedRulerPanel::OnTogglePlayRegion ( wxCommandEvent &  evt)
private

Definition at line 2344 of file AdornedRulerPanel.cpp.

2345{
2347}
void TogglePlayRegion(AudacityProject &project)

References mProject, and SelectUtilities::TogglePlayRegion().

Here is the call graph for this function:

◆ PlayRegionRectangle()

wxRect AdornedRulerPanel::PlayRegionRectangle ( ) const
private

Definition at line 2480 of file AdornedRulerPanel.cpp.

2481{
2482 const auto &viewInfo = ViewInfo::Get(*mProject);
2483 const auto &playRegion = viewInfo.playRegion;
2484 const auto t0 = playRegion.GetLastActiveStart(),
2485 t1 = playRegion.GetLastActiveEnd();
2486 return RegionRectangle(t0, t1);
2487}
wxRect RegionRectangle(double t0, double t1) const

References ViewInfo::Get(), mProject, and RegionRectangle().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Pos2Time()

double AdornedRulerPanel::Pos2Time ( int  p,
bool  ignoreFisheye = false 
) const
private

Definition at line 1699 of file AdornedRulerPanel.cpp.

1700{
1702 , ignoreFisheye
1703 );
1704}
double PositionToTime(int64 position, int64 origin=0, bool ignoreFisheye=false) const
Definition: ZoomInfo.cpp:34

References mLeftOffset, CellularPanel::mViewInfo, and ZoomInfo::PositionToTime().

Referenced by DoDrawMarks(), and UpdateQuickPlayPos().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ProcessUIHandleResult()

void AdornedRulerPanel::ProcessUIHandleResult ( TrackPanelCell pClickedTrack,
TrackPanelCell pLatestCell,
unsigned  refreshResult 
)
overrideprivatevirtual

Implements CellularPanel.

Definition at line 2784 of file AdornedRulerPanel.cpp.

2786{
2787 if (refreshResult & RefreshCode::RefreshAll)
2788 Refresh(); // Overlays will be repainted too
2789 else if (refreshResult & RefreshCode::DrawOverlays)
2790 DrawBothOverlays(); // cheaper redrawing of guidelines only
2791}

References DrawBothOverlays(), RefreshCode::DrawOverlays, Refresh(), and RefreshCode::RefreshAll.

Here is the call graph for this function:

◆ ReCreateButtons()

void AdornedRulerPanel::ReCreateButtons ( )

Definition at line 1381 of file AdornedRulerPanel.cpp.

1382{
1383 // TODO: Should we do this to destroy the grabber??
1384 // Get rid of any children we may have
1385 // DestroyChildren();
1386
1388 SetBackgroundColour(GetBackgroundColour());
1389
1390 for (auto & button : mButtons) {
1391 if (button)
1392 button->Destroy();
1393 button = nullptr;
1394 }
1395
1396 size_t iButton = 0;
1397 // Make the short row of time ruler push buttons.
1398 // Don't bother with sizers. Their sizes and positions are fixed.
1399 // Add a grabber converted to a spacer.
1400 // This makes it visually clearer that the button is a button.
1401
1402 wxPoint position( 12, 0 );
1403
1404 position.x = 12;
1405
1406 auto size = theTheme.ImageSize( bmpRecoloredUpSmall );
1407 size.y = std::min(size.y, GetRulerHeight(false));
1408
1409 const auto button = ToolBar::MakeButton(
1410 this,
1411 bmpRecoloredUpSmall, bmpRecoloredDownSmall,
1412 bmpRecoloredUpHiliteSmall, bmpRecoloredHiliteSmall,
1413 bmpCogwheel, bmpCogwheel, bmpCogwheel,
1414 OnTogglePinnedStateID, position, true, size
1415 );
1416
1417 position.x += size.GetWidth();
1418 mButtons[iButton++] = button;
1419
1421}
@ OnTogglePinnedStateID
wxSize ImageSize(int iIndex)
static AButton * MakeButton(wxWindow *parent, teBmps eUp, teBmps eDown, teBmps eHilite, teBmps eDownHi, teBmps eStandardUp, teBmps eStandardDown, teBmps eDisabled, wxWindowID id, wxPoint placement, bool processdownevents, wxSize size)
Definition: ToolBar.cpp:839
static void MakeButtonBackgroundsSmall()
Definition: ToolBar.cpp:819

References GetRulerHeight(), ThemeBase::ImageSize(), ToolBar::MakeButton(), ToolBar::MakeButtonBackgroundsSmall(), mButtons, min(), OnTogglePinnedStateID, size, theTheme, and UpdateButtonStates().

Referenced by OnThemeChange(), and UpdatePrefs().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Refresh()

void AdornedRulerPanel::Refresh ( bool  eraseBackground = true,
const wxRect *  rect = (const wxRect *) NULL 
)
override

Definition at line 1357 of file AdornedRulerPanel.cpp.

1358{
1359 CellularPanel::Refresh( eraseBackground, rect );
1361}
void HandleCursorForPresentMouseState(bool doHit=true)

References BasicUI::CallAfter(), and CellularPanel::HandleCursorForPresentMouseState().

Referenced by AdornedRulerPanel(), ClearPlayRegion(), DoIdle(), DrawSelection(), OnTimelineFormatChange(), ProcessUIHandleResult(), SetPlayRegion(), SetTimeDisplayMode(), UpdatePrefs(), and TrackPanel::UpdateVRulerSize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RegionRectangle()

wxRect AdornedRulerPanel::RegionRectangle ( double  t0,
double  t1 
) const
private

Definition at line 2497 of file AdornedRulerPanel.cpp.

2498{
2499 int p0 = -PLAY_REGION_TRIANGLE_SIZE;
2500 int p1 = -PLAY_REGION_TRIANGLE_SIZE;
2501 if (t0 == t1)
2502 // Make the rectangle off-screen horizontally, but set the height
2503 ;
2504 else {
2505 p0 = max(mInner.x, Time2Pos(t0));
2506 p1 = min(mInner.x + mInner.width, Time2Pos(t1));
2507 }
2508
2509 const int left = p0, top = mInner.y, right = p1, bottom = mInner.GetBottom();
2510 return { wxPoint{left, top}, wxPoint{right, bottom} };
2511}
#define PLAY_REGION_TRIANGLE_SIZE

References min(), mInner, PLAY_REGION_TRIANGLE_SIZE, and Time2Pos().

Referenced by PlayRegionRectangle(), and SelectedRegionRectangle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Root()

std::shared_ptr< TrackPanelNode > AdornedRulerPanel::Root ( )
overrideprivatevirtual

Implements CellularPanel.

Definition at line 2763 of file AdornedRulerPanel.cpp.

2764{
2765 // Root is a throwaway object
2766 return std::make_shared< MainGroup >( *this );
2767}

◆ SelectedRegionRectangle()

wxRect AdornedRulerPanel::SelectedRegionRectangle ( ) const
private

Definition at line 2489 of file AdornedRulerPanel.cpp.

2490{
2491 const auto &viewInfo = ViewInfo::Get(*mProject);
2492 const auto &selectedRegion = viewInfo.selectedRegion;
2493 const auto t0 = selectedRegion.t0(), t1 = selectedRegion.t1();
2494 return RegionRectangle(t0, t1);
2495}

References ViewInfo::Get(), mProject, and RegionRectangle().

Referenced by OnPaint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetFocusedCell()

void AdornedRulerPanel::SetFocusedCell ( )
overrideprivatevirtual

Implements CellularPanel.

Definition at line 2780 of file AdornedRulerPanel.cpp.

2781{
2782}

◆ SetFocusFromKbd()

void AdornedRulerPanel::SetFocusFromKbd ( )
override

Definition at line 2717 of file AdornedRulerPanel.cpp.

2718{
2719 auto temp = TemporarilyAllowFocus();
2720 SetFocus();
2721}
static TempAllowFocus TemporarilyAllowFocus()
void SetFocus(const WindowPlacement &focus)
Set the window that accepts keyboard input.
Definition: BasicUI.h:392

References BasicUI::SetFocus(), and TemporarilyAllowFocus().

Here is the call graph for this function:

◆ SetLeftOffset()

void AdornedRulerPanel::SetLeftOffset ( int  offset)

Definition at line 2596 of file AdornedRulerPanel.cpp.

2597{
2598 if (mLeftOffset != offset) {
2599 mLeftOffset = offset;
2600 mUpdater.SetData(mViewInfo, offset);
2602 }
2603}

References Ruler::Invalidate(), mLeftOffset, mRuler, mUpdater, CellularPanel::mViewInfo, and LinearUpdater::SetData().

Referenced by TrackPanel::UpdateVRulerSize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetNumGuides()

void AdornedRulerPanel::SetNumGuides ( size_t  nn)

Definition at line 2704 of file AdornedRulerPanel.cpp.

2705{
2706 nn = std::min(nn, MAX_GUIDES);
2707 // If increasing the number of guides, reinitialize newer ones
2708 for (size_t ii = mNumGuides; ii < nn; ++ii) {
2709 mQuickPlayOffset[ii] = 0;
2710 mQuickPlayPosUnsnapped[ii] = 0;
2711 mQuickPlayPos[ii] = 0;
2712 mIsSnapped[ii] = false;
2713 }
2714 mNumGuides = nn;
2715}
double mQuickPlayOffset[MAX_GUIDES]
static constexpr size_t MAX_GUIDES
double mQuickPlayPosUnsnapped[MAX_GUIDES]

References MAX_GUIDES, min(), mIsSnapped, mNumGuides, mQuickPlayOffset, mQuickPlayPos, and mQuickPlayPosUnsnapped.

Here is the call graph for this function:

◆ SetPanelSize()

bool AdornedRulerPanel::SetPanelSize ( )

Definition at line 2136 of file AdornedRulerPanel.cpp.

2137{
2138 const auto oldSize = GetSize();
2139 wxSize size { oldSize.GetWidth(), GetRulerHeight(ShowingScrubRuler()) };
2140 if ( size != oldSize ) {
2141 SetSize(size);
2142 SetMinSize(size);
2143 PostSizeEventToParent();
2144 return true;
2145 }
2146 else
2147 return false;
2148}

References GetRulerHeight(), ShowingScrubRuler(), and size.

Referenced by DoIdle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetPlayRegion()

void AdornedRulerPanel::SetPlayRegion ( double  playRegionStart,
double  playRegionEnd 
)

Definition at line 2665 of file AdornedRulerPanel.cpp.

2667{
2668 // This is called by AudacityProject to make the play region follow
2669 // the current selection. But while the user is selecting a play region
2670 // with the mouse directly in the ruler, changes from outside are blocked.
2672 return;
2673
2674 auto &viewInfo = ViewInfo::Get( *GetProject() );
2675 auto &playRegion = viewInfo.playRegion;
2676 playRegion.SetTimes( playRegionStart, playRegionEnd );
2677
2678 Refresh();
2679}

References ViewInfo::Get(), GetProject(), mesNone, mMouseEventState, and Refresh().

Referenced by DoSelectionChange().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetTimeDisplayMode()

void AdornedRulerPanel::SetTimeDisplayMode ( TimeDisplayMode  rulerType)

Definition at line 2834 of file AdornedRulerPanel.cpp.

2835{
2836 if (mTimeDisplayMode == type)
2837 return;
2838
2839 mTimeDisplayMode = type;
2841 Refresh();
2842}

References mTimeDisplayMode, Refresh(), TimeDisplayModePreference, and TimeDisplayModeSetting::WriteEnum().

Referenced by AudacityMirProject::ReconfigureMusicGrid().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowContextMenu()

void AdornedRulerPanel::ShowContextMenu ( MenuChoice  choice,
const wxPoint *  pPosition 
)
private

Definition at line 2360 of file AdornedRulerPanel.cpp.

2362{
2363 wxPoint position;
2364 if(pPosition)
2365 position = *pPosition;
2366 else
2367 {
2368 auto rect = GetRect();
2369 //Old code put menu too low down. y position applied twice.
2370 //position = { rect.GetLeft() + 1, rect.GetBottom() + 1 };
2371
2372 // The cell does not pass in the mouse or button position.
2373 // We happen to know this is the pin/unpin button
2374 // so these magic values 'fix a bug' - but really the cell should
2375 // pass more information to work with in.
2376 position = { rect.GetLeft() + 38, rect.GetHeight()/2 + 1 };
2377 }
2378
2379 switch (choice) {
2381 ShowMenu(position);
2383 break;
2384 case MenuChoice::Scrub:
2385 ShowScrubMenu(position); break;
2386 default:
2387 return;
2388 }
2389}
void ShowScrubMenu(const wxPoint &pos)
void ShowMenu(const wxPoint &pos)

References QuickPlay, Scrub, ShowMenu(), ShowScrubMenu(), and UpdateButtonStates().

Referenced by OnPinnedButton().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowingScrubRuler()

bool AdornedRulerPanel::ShowingScrubRuler ( ) const

Definition at line 2756 of file AdornedRulerPanel.cpp.

2757{
2758 auto &scrubber = Scrubber::Get( *GetProject() );
2759 return scrubber.ShowsBar();
2760}
static Scrubber & Get(AudacityProject &project)
Definition: Scrubbing.cpp:186

References Scrubber::Get(), and GetProject().

Referenced by AdornedRulerPanel::Subgroup::Children(), DoDrawBackground(), DoDrawScrubIndicator(), SetPanelSize(), and UpdateRects().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowMenu()

void AdornedRulerPanel::ShowMenu ( const wxPoint &  pos)
private

Definition at line 2216 of file AdornedRulerPanel.cpp.

2217{
2218 const auto &viewInfo = ViewInfo::Get( *GetProject() );
2219 const auto &playRegion = viewInfo.playRegion;
2220 wxMenu rulerMenu;
2221
2222 {
2223 auto item = rulerMenu.AppendRadioItem(OnMinutesAndSecondsID,
2224 _("Minutes and Seconds"));
2226 }
2227
2228 {
2229 auto item = rulerMenu.AppendRadioItem(OnBeatsAndMeasuresID,
2230 _("Beats and Measures"));
2232 }
2233
2234 rulerMenu.AppendSeparator();
2235
2236 auto pDrag = rulerMenu.AppendCheckItem(OnSyncQuickPlaySelID, _("Setting a loop region also makes an audio selection"));
2237 pDrag->Check(mPlayRegionDragsSelection && playRegion.Active());
2238 pDrag->Enable(playRegion.Active());
2239
2240 {
2241 auto item = rulerMenu.AppendCheckItem(OnTogglePlayRegionID,
2243 item->Check(playRegion.Active());
2244 }
2245
2246 {
2247 auto item = rulerMenu.Append(OnClearPlayRegionID,
2248 /* i18n-hint Clear is a verb */
2249 _("Clear Loop"));
2250 }
2251
2252 {
2253 auto item = rulerMenu.Append(OnSetPlayRegionToSelectionID,
2254 _("Set Loop To Selection"));
2255 }
2256
2257 rulerMenu.AppendSeparator();
2258
2259 rulerMenu.AppendCheckItem(OnAutoScrollID, _("Scroll view to playhead"))->
2261
2262 rulerMenu.AppendCheckItem(OnTogglePinnedStateID, _("Continuous scrolling"))->
2264
2265 BasicMenu::Handle{ &rulerMenu }.Popup(
2267 { pos.x, pos.y }
2268 );
2269}
@ OnSetPlayRegionToSelectionID
@ OnClearPlayRegionID
@ OnAutoScrollID
@ OnTogglePlayRegionID
@ OnSyncQuickPlaySelID
#define _(s)
Definition: Internat.h:73
const TranslatableString LoopToggleText
Definition: ViewInfo.cpp:227
void Popup(const BasicUI::WindowPlacement &window, const Point &pos={})
Display the menu at pos, invoke at most one action, then hide it.
Definition: BasicMenu.cpp:209
static bool GetPinnedHeadPreference()
wxString Translation() const
TranslatableString Stripped(unsigned options=MenuCodes) const
non-mutating, constructs another TranslatableString object
Window placement information for wxWidgetsBasicUI can be constructed from a wxWindow pointer.

References _, BeatsAndMeasures, ViewInfo::bUpdateTrackIndicator, ViewInfo::Get(), TracksPrefs::GetPinnedHeadPreference(), GetProject(), LoopToggleText, MinutesAndSeconds, mPlayRegionDragsSelection, mTimeDisplayMode, CellularPanel::mViewInfo, OnAutoScrollID, OnBeatsAndMeasuresID, OnClearPlayRegionID, OnMinutesAndSecondsID, OnSetPlayRegionToSelectionID, OnSyncQuickPlaySelID, OnTogglePinnedStateID, OnTogglePlayRegionID, BasicMenu::Handle::Popup(), TranslatableString::Stripped(), and TranslatableString::Translation().

Referenced by ShowContextMenu().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowScrubMenu()

void AdornedRulerPanel::ShowScrubMenu ( const wxPoint &  pos)
private

Definition at line 2271 of file AdornedRulerPanel.cpp.

2272{
2273 auto &scrubber = Scrubber::Get( *mProject );
2274 PushEventHandler(&scrubber);
2275 auto cleanup = finally([this]{ PopEventHandler(); });
2276
2277 wxMenu rulerMenu;
2278 scrubber.PopulatePopupMenu(rulerMenu);
2279 BasicMenu::Handle{ &rulerMenu }.Popup(
2281 { pos.x, pos.y }
2282 );
2283}

References Scrubber::Get(), mProject, and BasicMenu::Handle::Popup().

Referenced by ShowContextMenu().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StartQPPlay()

void AdornedRulerPanel::StartQPPlay ( bool  newDefault,
bool  cutPreview,
const double *  pStartTime = nullptr 
)
private

Definition at line 2054 of file AdornedRulerPanel.cpp.

2056{
2057 const double t0 = mTracks->GetStartTime();
2058 const double t1 = mTracks->GetEndTime();
2059 auto &viewInfo = ViewInfo::Get( *mProject );
2060 const auto &playRegion = viewInfo.playRegion;
2061 const auto &selectedRegion = viewInfo.selectedRegion;
2062 const double sel0 = selectedRegion.t0();
2063 const double sel1 = selectedRegion.t1();
2064
2065 // Start / Restart playback on left click.
2066 bool startPlaying = true; // = (playRegion.GetStart() >= 0);
2067
2068 if (startPlaying) {
2069 bool loopEnabled = true;
2070 auto oldStart = std::max(0.0, playRegion.GetStart());
2071 double start = oldStart, end = 0;
2072
2073 if (playRegion.Empty()) {
2074 // Play either a selection or the project.
2075 if (oldStart > sel0 && oldStart < sel1) {
2076 // we are in a selection, so use the selection
2077 start = sel0;
2078 end = sel1;
2079 } // not in a selection, so use the project
2080 else {
2081 start = t0;
2082 end = t1;
2083 }
2084 }
2085 else
2086 end = std::max(start, playRegion.GetEnd());
2087
2088 // Looping a tiny selection may freeze, so just play it once.
2089 loopEnabled = ((end - start) > 0.001)? true : false;
2090
2091 newDefault = (loopEnabled && newDefault);
2092 if (newDefault)
2093 cutPreview = false;
2094 auto options = ProjectAudioIO::GetDefaultOptions(*mProject, newDefault);
2095
2096 if (!cutPreview) {
2097 if (pStartTime)
2098 options.pStartTime.emplace(*pStartTime);
2099 }
2100 else
2101 options.envelope = nullptr;
2102
2103 auto mode =
2104 cutPreview ? PlayMode::cutPreviewPlay
2105 : newDefault ? PlayMode::loopedPlay
2107
2108 // Stop only after deciding where to start again, because an event
2109 // callback may change the play region back to the selection
2110 auto &projectAudioManager = ProjectAudioManager::Get( *mProject );
2111 projectAudioManager.Stop();
2112
2113 // Don't change play region, assume caller set it as needed
2114 // playRegion.SetTimes( start, end );
2115 // Refresh();
2116
2117 projectAudioManager.PlayPlayRegion((SelectedRegion(start, end)),
2118 options, mode,
2119 false);
2120
2121 }
2122}
@ cutPreviewPlay
static AudioIOStartStreamOptions GetDefaultOptions(AudacityProject &project, bool newDefaults=false)
Invoke the global hook, supplying a default argument.
Defines a selected portion of a project.
double GetEndTime() const
Return the greatest end time of the tracks, or 0 when no tracks.
Definition: Track.cpp:784
double GetStartTime() const
Return the least start time of the tracks, or 0 when no tracks.
Definition: Track.cpp:778
const char * end(const char *str) noexcept
Definition: StringUtils.h:106

References cutPreviewPlay, details::end(), ViewInfo::Get(), ProjectAudioManager::Get(), ProjectAudioIO::GetDefaultOptions(), TrackList::GetEndTime(), TrackList::GetStartTime(), loopedPlay, mProject, mTracks, and normalPlay.

Here is the call graph for this function:

◆ TemporarilyAllowFocus()

auto AdornedRulerPanel::TemporarilyAllowFocus ( )
static

Definition at line 2699 of file AdornedRulerPanel.cpp.

2699 {
2700 s_AcceptsFocus = true;
2701 return TempAllowFocus{ &s_AcceptsFocus };
2702}
std::unique_ptr< bool, Resetter > TempAllowFocus

Referenced by SetFocusFromKbd().

Here is the caller graph for this function:

◆ Time2Pos()

int AdornedRulerPanel::Time2Pos ( double  t,
bool  ignoreFisheye = false 
) const
private

Definition at line 1706 of file AdornedRulerPanel.cpp.

1707{
1709 , ignoreFisheye
1710 );
1711}
int64 TimeToPosition(double time, int64 origin=0, bool ignoreFisheye=false) const
STM: Converts a project time to screen x position.
Definition: ZoomInfo.cpp:44

References mLeftOffset, CellularPanel::mViewInfo, and ZoomInfo::TimeToPosition().

Referenced by IsWithinMarker(), and RegionRectangle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TogglePinnedHead()

void AdornedRulerPanel::TogglePinnedHead ( )

Definition at line 2814 of file AdornedRulerPanel.cpp.

2815{
2819
2820 auto &project = *mProject;
2821 // Update button image
2823
2824 auto &scrubber = Scrubber::Get( project );
2825 if (scrubber.HasMark())
2826 scrubber.SetScrollScrubbing(value);
2827}
static void ModifyAllProjectToolbarMenus()
static void SetPinnedHeadPreference(bool value, bool flush=false)

References Scrubber::Get(), TracksPrefs::GetPinnedHeadPreference(), ToolManager::ModifyAllProjectToolbarMenus(), mProject, project, TracksPrefs::SetPinnedHeadPreference(), and UpdateButtonStates().

Referenced by anonymous_namespace{AdornedRulerPanel.cpp}::OnTogglePinnedHead(), and OnTogglePinnedState().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UpdateButtonStates()

void AdornedRulerPanel::UpdateButtonStates ( )

Definition at line 2162 of file AdornedRulerPanel.cpp.

2163{
2164 auto common = [this](
2165 AButton &button, const CommandID &commandName, const TranslatableString &label) {
2166 ComponentInterfaceSymbol command{ commandName, label };
2167 ToolBar::SetButtonToolTip( *mProject, button, &command, 1u );
2168 button.SetLabel( Verbatim( button.GetToolTipText() ) );
2169
2170 button.UpdateStatus();
2171 };
2172
2173 {
2174 auto timelineOptionsButton = static_cast<AButton*>(FindWindow(OnTogglePinnedStateID));
2175 timelineOptionsButton->PopUp();
2176 // Bug 1584: Tooltip now shows what clicking will do.
2177 // Bug 2357: Action of button (and hence tooltip wording) updated.
2178 const auto label = XO("Timeline Options");
2179 common(*timelineOptionsButton, wxT("PinnedHead"), label);
2180 }
2181}
TranslatableString label
Definition: TagsEditor.cpp:165
TranslatableString Verbatim(wxString str)
Require calls to the one-argument constructor to go through this distinct global function name.
A wxButton with mouse-over behaviour.
Definition: AButton.h:104
void UpdateStatus()
Definition: AButton.cpp:542
void PopUp()
Definition: AButton.cpp:672
void SetLabel(const TranslatableString &label)
Definition: AButton.cpp:205
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
static void SetButtonToolTip(AudacityProject &project, AButton &button, const ComponentInterfaceSymbol commands[], size_t nCommands)
Definition: ToolBar.cpp:934
Holds a msgid for the translation catalog; may also bind format arguments.

References label, mProject, OnTogglePinnedStateID, AButton::PopUp(), ToolBar::SetButtonToolTip(), AButton::SetLabel(), AButton::UpdateStatus(), Verbatim(), wxT(), and XO().

Referenced by OnAudioStartStop(), OnTogglePinnedState(), ReCreateButtons(), ShowContextMenu(), TogglePinnedHead(), and UpdatePrefs().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UpdatePrefs()

void AdornedRulerPanel::UpdatePrefs ( )
overridevirtual

Implements PrefsListener.

Definition at line 1363 of file AdornedRulerPanel.cpp.

1364{
1365 if (mNeedButtonUpdate) {
1366 // Visit this block once only in the lifetime of this panel
1367 mNeedButtonUpdate = false;
1368 // Do this first time setting of button status texts
1369 // when we are sure the CommandManager is initialized.
1371 }
1372
1373 // Update button texts for language change
1375
1377 Refresh();
1378 // Update();
1379}

References mNeedButtonUpdate, mTimeDisplayMode, EnumSetting< Enum >::ReadEnum(), ReCreateButtons(), Refresh(), TimeDisplayModePreference, and UpdateButtonStates().

Referenced by AdornedRulerPanel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UpdateQuickPlayPos()

void AdornedRulerPanel::UpdateQuickPlayPos ( wxCoord &  mousePosX)

Definition at line 2194 of file AdornedRulerPanel.cpp.

2195{
2196 // Invoked for mouse-over preview events, or dragging, or scrub position
2197 // polling updates. Remember x coordinates, converted to times, for
2198 // drawing of guides.
2199
2200 // Keep Quick-Play within usable track area. (Dependent on zoom)
2201 const auto &viewInfo = ViewInfo::Get( *mProject );
2202 auto width = viewInfo.GetTracksUsableWidth();
2203 mousePosX = std::max(mousePosX, viewInfo.GetLeftOffset());
2204 mousePosX = std::min(mousePosX, viewInfo.GetLeftOffset() + width - 1);
2205 const auto time = Pos2Time(mousePosX);
2206
2207 for (size_t ii = 0; ii < mNumGuides; ++ii) {
2209 time + mQuickPlayOffset[ii];
2210 HandleSnapping(ii);
2211 }
2212}
void HandleSnapping(size_t index)

References ViewInfo::Get(), HandleSnapping(), min(), mNumGuides, mProject, mQuickPlayOffset, mQuickPlayPos, mQuickPlayPosUnsnapped, and Pos2Time().

Here is the call graph for this function:

◆ UpdateRects()

bool AdornedRulerPanel::UpdateRects ( )
private

Definition at line 1646 of file AdornedRulerPanel.cpp.

1647{
1648 auto inner = mOuter;
1649 wxRect scrubZone;
1650 inner.x += LeftMargin + mLeftOffset;
1651 inner.width -= (LeftMargin + RightMargin + mLeftOffset);
1652
1653 auto top = &inner;
1654 auto bottom = &inner;
1655
1656 if (ShowingScrubRuler()) {
1657 scrubZone = inner;
1658 auto scrubHeight = std::min(scrubZone.height, (int)(ScrubHeight));
1659
1660 int topHeight;
1661#ifdef SCRUB_ABOVE
1662 top = &scrubZone, topHeight = scrubHeight;
1663#else
1664 auto qpHeight = scrubZone.height - scrubHeight;
1665 bottom = &scrubZone, topHeight = qpHeight;
1666 // Increase scrub zone height so that hit testing finds it and
1667 // not QP region, when on bottom 'edge'.
1668 scrubZone.height+=BottomMargin;
1669#endif
1670
1671 top->height = topHeight;
1672 bottom->height -= topHeight;
1673 bottom->y += topHeight;
1674 }
1675
1676 top->y += TopMargin;
1677 top->height -= TopMargin;
1678
1679 bottom->height -= BottomMargin;
1680
1681 if (!ShowingScrubRuler())
1682 scrubZone = inner;
1683
1684 if ( inner == mInner && scrubZone == mScrubZone )
1685 // no changes
1686 return false;
1687
1688 mInner = inner;
1689 mScrubZone = scrubZone;
1690
1691 mRuler.SetBounds(mInner.GetLeft(),
1692 mInner.GetTop(),
1693 mInner.GetRight(),
1694 mInner.GetBottom());
1695
1696 return true;
1697}
@ LeftMargin
@ RightMargin
@ TopMargin
@ BottomMargin
void SetBounds(int left, int top, int right, int bottom)
Definition: Ruler.cpp:304

References BottomMargin, LeftMargin, min(), mInner, mLeftOffset, mOuter, mRuler, mScrubZone, RightMargin, ScrubHeight, Ruler::SetBounds(), ShowingScrubRuler(), and TopMargin.

Referenced by DoIdle(), and OnSize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UpdateStatusMessage()

void AdornedRulerPanel::UpdateStatusMessage ( const TranslatableString message)
overrideprivatevirtual

Implements CellularPanel.

Definition at line 2793 of file AdornedRulerPanel.cpp.

2794{
2795 ProjectStatus::Get( *GetProject() ).Set(message);
2796}
static ProjectStatus & Get(AudacityProject &project)
void Set(const TranslatableString &msg, StatusBarField field=MainStatusBarField())

References ProjectStatus::Get(), GetProject(), and ProjectStatus::Set().

Here is the call graph for this function:

Member Data Documentation

◆ mAudioIOSubscription

Observer::Subscription AdornedRulerPanel::mAudioIOSubscription
private

Definition at line 245 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel().

◆ MAX_GUIDES

constexpr size_t AdornedRulerPanel::MAX_GUIDES = 2
staticconstexprprivate

Definition at line 154 of file AdornedRulerPanel.h.

Referenced by SetNumGuides().

◆ mButtons

wxWindow* AdornedRulerPanel::mButtons[3]
private

Definition at line 199 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel(), and ReCreateButtons().

◆ mIndTime

double AdornedRulerPanel::mIndTime
private

Definition at line 152 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel().

◆ mInner

wxRect AdornedRulerPanel::mInner
private

◆ mIsDragging

bool AdornedRulerPanel::mIsDragging
private

Definition at line 195 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel().

◆ mIsRecording

bool AdornedRulerPanel::mIsRecording
private

Definition at line 163 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel(), and OnAudioStartStop().

◆ mIsSnapped

bool AdornedRulerPanel::mIsSnapped[MAX_GUIDES] {}
private

Definition at line 158 of file AdornedRulerPanel.h.

Referenced by HandleSnapping(), and SetNumGuides().

◆ mLastDrawnH

double AdornedRulerPanel::mLastDrawnH {}
private

Definition at line 257 of file AdornedRulerPanel.h.

Referenced by DoIdle(), and OnPaint().

◆ mLastDrawnPlayRegion

std::pair<double, double> AdornedRulerPanel::mLastDrawnPlayRegion {}
private

Definition at line 255 of file AdornedRulerPanel.h.

Referenced by DoIdle(), and OnPaint().

◆ mLastDrawnSelectedRegion

SelectedRegion AdornedRulerPanel::mLastDrawnSelectedRegion
private

Definition at line 254 of file AdornedRulerPanel.h.

Referenced by DoIdle(), and OnPaint().

◆ mLastDrawnZoom

double AdornedRulerPanel::mLastDrawnZoom {}
private

Definition at line 258 of file AdornedRulerPanel.h.

Referenced by DoIdle(), and OnPaint().

◆ mLastPlayRegionActive

bool AdornedRulerPanel::mLastPlayRegionActive = false
private

Definition at line 256 of file AdornedRulerPanel.h.

Referenced by DoDrawOverlap(), DoDrawPlayRegion(), and DoIdle().

◆ mLeftDownClick

double AdornedRulerPanel::mLeftDownClick
private

Definition at line 194 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel().

◆ mLeftDownClickUnsnapped

double AdornedRulerPanel::mLeftDownClickUnsnapped
private

Definition at line 193 of file AdornedRulerPanel.h.

◆ mLeftOffset

int AdornedRulerPanel::mLeftOffset
private

◆ mMouseEventState

MouseEventState AdornedRulerPanel::mMouseEventState
private

Definition at line 192 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel(), and SetPlayRegion().

◆ mNeedButtonUpdate

bool AdornedRulerPanel::mNeedButtonUpdate { true }
private

Definition at line 200 of file AdornedRulerPanel.h.

Referenced by UpdatePrefs().

◆ mNumGuides

size_t AdornedRulerPanel::mNumGuides { 1 }
private

Definition at line 159 of file AdornedRulerPanel.h.

Referenced by SetNumGuides(), and UpdateQuickPlayPos().

◆ mOldPlayRegion

PlayRegion AdornedRulerPanel::mOldPlayRegion
private

Definition at line 161 of file AdornedRulerPanel.h.

◆ mOuter

wxRect AdornedRulerPanel::mOuter
private

◆ mOverlay

std::shared_ptr<TrackPanelGuidelineOverlay> AdornedRulerPanel::mOverlay
private

Definition at line 224 of file AdornedRulerPanel.h.

Referenced by CreateOverlays().

◆ mPlayRegionDragsSelection

bool AdornedRulerPanel::mPlayRegionDragsSelection
private

◆ mPlayRegionSubscription

Observer::Subscription AdornedRulerPanel::mPlayRegionSubscription
private

Definition at line 246 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel().

◆ mProject

AudacityProject* const AdornedRulerPanel::mProject
private

◆ mQPCell

std::shared_ptr<QPCell> AdornedRulerPanel::mQPCell
private

◆ mQuickPlayOffset

double AdornedRulerPanel::mQuickPlayOffset[MAX_GUIDES] {}
private

Definition at line 155 of file AdornedRulerPanel.h.

Referenced by SetNumGuides(), and UpdateQuickPlayPos().

◆ mQuickPlayPos

double AdornedRulerPanel::mQuickPlayPos[MAX_GUIDES] {}
private

Definition at line 157 of file AdornedRulerPanel.h.

Referenced by HandleSnapping(), SetNumGuides(), and UpdateQuickPlayPos().

◆ mQuickPlayPosUnsnapped

double AdornedRulerPanel::mQuickPlayPosUnsnapped[MAX_GUIDES] {}
private

Definition at line 156 of file AdornedRulerPanel.h.

Referenced by SetNumGuides(), and UpdateQuickPlayPos().

◆ mRuler

Ruler& AdornedRulerPanel::mRuler
private

◆ mRulerInvalidatedSubscription

Observer::Subscription AdornedRulerPanel::mRulerInvalidatedSubscription
private

Definition at line 248 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel().

◆ mScrubbingCell

std::shared_ptr<ScrubbingCell> AdornedRulerPanel::mScrubbingCell
private

◆ mScrubZone

wxRect AdornedRulerPanel::mScrubZone
private

◆ mThemeChangeSubscription

Observer::Subscription AdornedRulerPanel::mThemeChangeSubscription
private

Definition at line 247 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel().

◆ mTimeDisplayMode

TimeDisplayMode AdornedRulerPanel::mTimeDisplayMode
private

◆ mTracks

TrackList* AdornedRulerPanel::mTracks
private

Definition at line 143 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel(), HandleSnapping(), and StartQPPlay().

◆ mUpdater

LinearUpdater& AdornedRulerPanel::mUpdater
private

Definition at line 140 of file AdornedRulerPanel.h.

Referenced by AdornedRulerPanel(), and SetLeftOffset().

◆ s_AcceptsFocus

bool AdornedRulerPanel::s_AcceptsFocus { false }
staticprivate

Definition at line 119 of file AdornedRulerPanel.h.


The documentation for this class was generated from the following files: