MCPcopy Create free account
hub / github.com/audacity/audacity / DrawBothOverlays

Method DrawBothOverlays

src/AdornedRulerPanel.cpp:2150–2160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148}
2149
2150void AdornedRulerPanel::DrawBothOverlays()
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}
2161
2162void AdornedRulerPanel::UpdateButtonStates()
2163{

Callers 1

OnTimerMethod · 0.80

Calls 1

DrawOverlaysMethod · 0.80

Tested by

no test coverage detected