Audacity 3.2.0
Public Attributes | List of all members
Track::TypeNames Struct Reference

Names of a track type for various purposes. More...

#include <Track.h>

Collaboration diagram for Track::TypeNames:
[legend]

Public Attributes

wxString info
 short, like "wave", in macro output, not internationalized More...
 
wxString property
 short, like "wave", as a Lisp symbol property, not internationalized More...
 
TranslatableString name
 long, like "Wave Track" More...
 

Detailed Description

Names of a track type for various purposes.

Some of the distinctions exist only for historical reasons.

Definition at line 175 of file Track.h.

Member Data Documentation

◆ info

wxString Track::TypeNames::info

short, like "wave", in macro output, not internationalized

Definition at line 176 of file Track.h.

◆ name

TranslatableString Track::TypeNames::name

long, like "Wave Track"

Definition at line 178 of file Track.h.

◆ property

wxString Track::TypeNames::property

short, like "wave", as a Lisp symbol property, not internationalized

Definition at line 177 of file Track.h.


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