Audacity 3.2.0
|
#include <DynamicRangeProcessorEditor.h>
Public Attributes | |
double & | value |
const DynamicRangeProcessorParameterAttributes & | attributes |
const std::shared_ptr< DynamicRangeProcessorParameter > | param |
const ControllerCategory | category |
wxTextCtrl * | text = nullptr |
wxSlider * | slider = nullptr |
Definition at line 76 of file DynamicRangeProcessorEditor.h.
const DynamicRangeProcessorParameterAttributes& ExtendedCompressorParameter::attributes |
const ControllerCategory ExtendedCompressorParameter::category |
Definition at line 81 of file DynamicRangeProcessorEditor.h.
const std::shared_ptr<DynamicRangeProcessorParameter> ExtendedCompressorParameter::param |
wxSlider* ExtendedCompressorParameter::slider = nullptr |
Definition at line 83 of file DynamicRangeProcessorEditor.h.
Referenced by DynamicRangeProcessorEditor::AddTextboxAndSlider().
wxTextCtrl* ExtendedCompressorParameter::text = nullptr |
Definition at line 82 of file DynamicRangeProcessorEditor.h.
Referenced by DynamicRangeProcessorEditor::AddTextboxAndSlider().
double& ExtendedCompressorParameter::value |
Definition at line 78 of file DynamicRangeProcessorEditor.h.
Referenced by DynamicRangeProcessorEditor::AddTextboxAndSlider(), and anonymous_namespace{DynamicRangeProcessorEditor.cpp}::TextToSliderValue().