Audacity 3.2.0
BeatsNumericConverterFormatter.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/**********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 @file BeatsNumericConverterFormatter.h
7
8 Dmitry Vedenko
9
10 **********************************************************************/
11#pragma once
12
13#include <memory>
15
17
18NUMERIC_FORMATS_API std::unique_ptr<NumericConverterFormatter>
20 const FormatterContext& context, int fracPart = 0, bool timeFormat = true);
21
22
NUMERIC_FORMATS_API std::unique_ptr< NumericConverterFormatter > CreateBeatsNumericConverterFormatter(const FormatterContext &context, int fracPart=0, bool timeFormat=true)
A context in which formatter operates.