Audacity 3.2.0
Public Types | Public Member Functions | Public Attributes | List of all members
VersionPatch Struct Referencefinal

A structure that describes patch fields. More...

#include <VersionPatch.h>

Collaboration diagram for VersionPatch:
[legend]

Public Types

using UpdateDataFormat = std::string
 

Public Member Functions

 VersionPatch ()=default
 

Public Attributes

VersionId version
 
wxArrayString changelog
 
wxString download
 

Detailed Description

A structure that describes patch fields.

Definition at line 14 of file VersionPatch.h.

Member Typedef Documentation

◆ UpdateDataFormat

using VersionPatch::UpdateDataFormat = std::string

Definition at line 16 of file VersionPatch.h.

Constructor & Destructor Documentation

◆ VersionPatch()

VersionPatch::VersionPatch ( )
default

Member Data Documentation

◆ changelog

wxArrayString VersionPatch::changelog

◆ download

wxString VersionPatch::download

Definition at line 22 of file VersionPatch.h.

Referenced by UpdateManager::GetUpdates(), and UpdateDataParser::HandleXMLContent().

◆ version

VersionId VersionPatch::version

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