Audacity 3.2.0
|
A structure that describes patch fields. More...
#include <VersionPatch.h>
Public Types | |
using | UpdateDataFormat = std::string |
Public Member Functions | |
VersionPatch ()=default | |
Public Attributes | |
VersionId | version |
wxArrayString | changelog |
wxString | download |
A structure that describes patch fields.
Definition at line 14 of file VersionPatch.h.
using VersionPatch::UpdateDataFormat = std::string |
Definition at line 16 of file VersionPatch.h.
|
default |
wxArrayString VersionPatch::changelog |
Definition at line 21 of file VersionPatch.h.
Referenced by UpdatePopupDialog::AddHtmlContent(), and UpdateDataParser::HandleXMLContent().
wxString VersionPatch::download |
Definition at line 22 of file VersionPatch.h.
Referenced by UpdateManager::GetUpdates(), and UpdateDataParser::HandleXMLContent().
VersionId VersionPatch::version |
Definition at line 20 of file VersionPatch.h.
Referenced by UpdatePopupDialog::AddHtmlContent(), UpdateManager::GetUpdates(), and UpdateDataParser::HandleXMLContent().