Audacity 3.2.0
Namespaces | Functions | Variables
DynamicRangeProcessorHistoryPanel.cpp File Reference
#include "DynamicRangeProcessorHistoryPanel.h"
#include "AColor.h"
#include "AllThemeResources.h"
#include "AudioIO.h"
#include "CompressorInstance.h"
#include "DynamicRangeProcessorHistory.h"
#include "DynamicRangeProcessorPanelCommon.h"
#include "Theme.h"
#include "widgets/LinearDBFormat.h"
#include "widgets/LinearUpdater.h"
#include "widgets/Ruler.h"
#include <cassert>
#include <cmath>
#include <numeric>
#include <wx/dcclient.h>
#include <wx/graphics.h>
#include <wx/platinfo.h>
Include dependency graph for DynamicRangeProcessorHistoryPanel.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}
 

Functions

bool anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::MayUsePenGradients ()
 
int anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::GetActualCompressionLineWidth ()
 
double anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::GetDisplayPixel (float elapsedSincePacket, int panelWidth)
 
void anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::InsertCrossings (std::vector< wxPoint2DDouble > &A, std::vector< wxPoint2DDouble > &B)
 
void anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::FillUpTo (std::vector< wxPoint2DDouble > lines, const wxColor &color, wxGraphicsContext &gc, const wxRect &rect)
 
void anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::DrawLegend (size_t height, wxPaintDC &dc, wxGraphicsContext &gc)
 

Variables

constexpr auto anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::timerId = 7000
 
constexpr auto anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::timerPeriodMs = 1000 / 200