Audacity 3.2.0
ParsedNumericConverterFormatter.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 ParsedNumericConverterFormatter.h
7
8 Dmitry Vedenko
9
10 **********************************************************************/
11#pragma once
12
13#include <memory>
14
17#include "TranslatableString.h"
18
20
21NUMERIC_FORMATS_API std::unique_ptr<NumericConverterFormatter>
23 const FormatterContext& context, NumericConverterType type,
NUMERIC_FORMATS_API std::unique_ptr< NumericConverterFormatter > CreateParsedNumericConverterFormatter(const FormatterContext &context, NumericConverterType type, const TranslatableString &format)
A context in which formatter operates.
An explicitly nonlocalized string, not meant for the user to see.
Definition: Identifier.h:22
Holds a msgid for the translation catalog; may also bind format arguments.