Audacity 3.2.0
Public Member Functions | Public Attributes | Friends | List of all members
NumericConverter::FormatStrings Struct Reference

#include <NumericConverter.h>

Collaboration diagram for NumericConverter::FormatStrings:
[legend]

Public Member Functions

 FormatStrings (const TranslatableString &format={}, const TranslatableString &fraction={})
 

Public Attributes

TranslatableString formatStr
 
TranslatableString fraction
 

Friends

bool operator== (const FormatStrings &x, const FormatStrings &y)
 
bool operator!= (const FormatStrings &x, const FormatStrings &y)
 

Detailed Description

Definition at line 81 of file NumericConverter.h.

Constructor & Destructor Documentation

◆ FormatStrings()

NumericConverter::FormatStrings::FormatStrings ( const TranslatableString format = {},
const TranslatableString fraction = {} 
)
inline

Definition at line 87 of file NumericConverter.h.

88 {},
89 const TranslatableString &fraction = {})
91 {}
int format
Definition: ExportPCM.cpp:53
Holds a msgid for the translation catalog; may also bind format arguments.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const FormatStrings x,
const FormatStrings y 
)
friend

Definition at line 95 of file NumericConverter.h.

96 { return !(x == y); }

◆ operator==

bool operator== ( const FormatStrings x,
const FormatStrings y 
)
friend

Definition at line 93 of file NumericConverter.h.

94 { return x.formatStr == y.formatStr && x.fraction == y.fraction; }

Member Data Documentation

◆ formatStr

TranslatableString NumericConverter::FormatStrings::formatStr

◆ fraction

TranslatableString NumericConverter::FormatStrings::fraction

Definition at line 85 of file NumericConverter.h.


The documentation for this struct was generated from the following file: