Audacity 3.2.0
|
#include "Contrast.h"
#include "../CommonCommandFlags.h"
#include "WaveTrack.h"
#include "ProjectFileIO.h"
#include "ProjectRate.h"
#include "../ProjectWindowBase.h"
#include "SelectFile.h"
#include "ShuttleGui.h"
#include "FileNames.h"
#include "ViewInfo.h"
#include "HelpSystem.h"
#include "../widgets/NumericTextCtrl.h"
#include "AudacityMessageBox.h"
#include <cmath>
#include <limits>
#include <float.h>
#include <wx/button.h>
#include <wx/valtext.h>
#include <wx/log.h>
#include <wx/wfstream.h>
#include <wx/txtstrm.h>
#include <wx/textctrl.h>
#include "PlatformCompatibility.h"
#include "NumericConverterFormats.h"
#include "CommandContext.h"
#include "CommandManager.h"
#include "ProjectWindows.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{Contrast.cpp} |
namespace | anonymous_namespace{Contrast.cpp}::anonymous_namespace{Contrast.cpp} |
Macros | |
#define | finite(x) _finite(x) |
#define | DB_MAX_LIMIT 0.0 |
#define | WCAG2_PASS 20.0 |
Enumerations | |
enum | { ID_BUTTON_USECURRENTF = 10001 , ID_BUTTON_USECURRENTB , ID_BUTTON_EXPORT , ID_BUTTON_RESET , ID_FOREGROUNDSTART_T , ID_FOREGROUNDEND_T , ID_BACKGROUNDSTART_T , ID_BACKGROUNDEND_T , ID_FOREGROUNDDB_TEXT , ID_BACKGROUNDDB_TEXT , ID_RESULTS_TEXT , ID_RESULTSDB_TEXT } |
Functions | |
TranslatableString | anonymous_namespace{Contrast.cpp}::FormatRMSMessage (float *pValue) |
TranslatableString | anonymous_namespace{Contrast.cpp}::FormatDifference (float diffdB) |
TranslatableString | anonymous_namespace{Contrast.cpp}::FormatDifferenceForExport (float diffdB) |
void | anonymous_namespace{Contrast.cpp}::anonymous_namespace{Contrast.cpp}::OnContrast (const CommandContext &context) |
Variables | |
AttachedWindows::RegisteredFactory | anonymous_namespace{Contrast.cpp}::sContrastDialogKey |
AttachedItem | anonymous_namespace{Contrast.cpp}::sAttachment |
#define DB_MAX_LIMIT 0.0 |
Definition at line 47 of file Contrast.cpp.
#define finite | ( | x | ) | _finite(x) |
Definition at line 33 of file Contrast.cpp.
#define WCAG2_PASS 20.0 |
Definition at line 48 of file Contrast.cpp.
anonymous enum |
Definition at line 58 of file Contrast.cpp.