Go to the source code of this file.
◆ entries
Initial value:{
{ "selectionformat", [](auto &formats, auto value){
} },
{ "frequencyformat", [](auto &formats, auto value){
formats.SetFrequencySelectionFormatName(value.ToWString());
} },
{ "bandwidthformat", [](auto &formats, auto value){
formats.SetBandwidthSelectionFormatName(value.ToWString());
} },
} }
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition at line 148 of file ProjectNumericFormats.cpp.
◆ entry
Initial value:{
xmlFile.WriteAttr(
wxT(
"selectionformat"),
formats.GetSelectionFormat().GET());
xmlFile.WriteAttr(
wxT(
"frequencyformat"),
formats.GetFrequencySelectionFormatName().GET());
xmlFile.WriteAttr(
wxT(
"bandwidthformat"),
formats.GetBandwidthSelectionFormatName().GET());
}
}
Base class for XMLFileWriter and XMLStringWriter that provides the general functionality for creating...
Definition at line 136 of file ProjectNumericFormats.cpp.
◆ key