Audacity 3.2.0
|
Go to the source code of this file.
Functions | |
bool | operator== (ProjectFormatVersion lhs, ProjectFormatVersion rhs) noexcept |
bool | operator!= (ProjectFormatVersion lhs, ProjectFormatVersion rhs) noexcept |
bool | operator< (ProjectFormatVersion lhs, ProjectFormatVersion rhs) noexcept |
Variables | |
const ProjectFormatVersion | SupportedProjectFormatVersion |
This constant represents the current version of Audacity. More... | |
const ProjectFormatVersion | BaseProjectFormatVersion = { AUDACITY_VERSION, AUDACITY_RELEASE, 0, 0 } |
This is a helper constant for the "most compatible" project version which is the current MAJ.MIN.0.0. More... | |
|
noexcept |
Definition at line 21 of file ProjectFormatVersion.cpp.
|
noexcept |
Definition at line 26 of file ProjectFormatVersion.cpp.
|
noexcept |
const ProjectFormatVersion BaseProjectFormatVersion = { AUDACITY_VERSION, AUDACITY_RELEASE, 0, 0 } |
This is a helper constant for the "most compatible" project version which is the current MAJ.MIN.0.0.
Definition at line 56 of file ProjectFormatVersion.cpp.
Referenced by ProjectFileIO::InstallSchema(), and ProjectFileIO::WriteDoc().
const ProjectFormatVersion SupportedProjectFormatVersion |
This constant represents the current version of Audacity.
Definition at line 52 of file ProjectFormatVersion.cpp.
Referenced by ProjectFileIO::CheckVersion().