Audacity 3.2.0
Public Attributes | Friends | List of all members
BuiltinFormatString Class Reference

struct to hold a formatting control string and its user facing name Used in an array to hold the built-in time formats that are always available to the user More...

Collaboration diagram for BuiltinFormatString:
[legend]

Public Attributes

NumericFormatSymbol name
 
NumericConverter::FormatStrings formatStrings
 

Friends

bool operator== (const BuiltinFormatString &a, const BuiltinFormatString &b)
 

Detailed Description

struct to hold a formatting control string and its user facing name Used in an array to hold the built-in time formats that are always available to the user

BuiltinFormatString is a structure used in the NumericTextCtrl and holds both a descriptive name for the string format and a wxPrintf inspired style format string, optimised for displaying time in different formats.

Definition at line 169 of file NumericConverter.cpp.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const BuiltinFormatString a,
const BuiltinFormatString b 
)
friend

Definition at line 174 of file NumericConverter.cpp.

176 { return a.name == b.name; }
NumericFormatSymbol name

Member Data Documentation

◆ formatStrings

NumericConverter::FormatStrings BuiltinFormatString::formatStrings

Definition at line 172 of file NumericConverter.cpp.

◆ name

NumericFormatSymbol BuiltinFormatString::name

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