Audacity 3.2.0
Variables
GetTrackInfoCommand.cpp File Reference

Definitions for GetTrackInfoCommand and GetTrackInfoCommandType classes. More...

#include "GetTrackInfoCommand.h"
#include "LoadCommands.h"
#include "SettingsVisitor.h"
#include "ShuttleGui.h"
#include "CommandContext.h"
Include dependency graph for GetTrackInfoCommand.cpp:

Go to the source code of this file.

Variables

const int nTypes =3
 
static const EnumValueSymbol kTypes [nTypes]
 

Detailed Description

Definitions for GetTrackInfoCommand and GetTrackInfoCommandType classes.

Definition in file GetTrackInfoCommand.cpp.

Variable Documentation

◆ kTypes

const EnumValueSymbol kTypes[nTypes]
static
Initial value:
=
{
{ XO("Tracks") },
{ XO("Clips") },
{ XO("Labels") },
}
XO("Cut/Copy/Paste")

Definition at line 34 of file GetTrackInfoCommand.cpp.

Referenced by GetTrackInfoCommand::PopulateOrExchange(), and GetTrackInfoCommand::VisitSettings().

◆ nTypes

const int nTypes =3