Audacity 3.2.0
Namespaces | Variables
SelectCommand.cpp File Reference

Definitions for SelectCommand classes. More...

#include "SelectCommand.h"
#include <float.h>
#include "CommandDispatch.h"
#include "MenuRegistry.h"
#include "../CommonCommandFlags.h"
#include "EffectOutputTracks.h"
#include "LoadCommands.h"
#include "ProjectSelectionManager.h"
#include "../TrackPanel.h"
#include "SettingsVisitor.h"
#include "ShuttleGui.h"
#include "Track.h"
#include "Effect.h"
#include "ViewInfo.h"
#include "CommandContext.h"
#include "WaveTrack.h"
Include dependency graph for SelectCommand.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{SelectCommand.cpp}
 

Variables

BuiltinCommandsModule::Registration< SelectTimeCommandanonymous_namespace{SelectCommand.cpp}::reg
 
const int nRelativeTos =6
 
static const EnumValueSymbol kRelativeTo [nRelativeTos]
 
BuiltinCommandsModule::Registration< SelectFrequenciesCommandanonymous_namespace{SelectCommand.cpp}::reg2
 
BuiltinCommandsModule::Registration< SelectTracksCommandanonymous_namespace{SelectCommand.cpp}::reg3
 
const int nModes =3
 
static const EnumValueSymbol kModes [nModes]
 
BuiltinCommandsModule::Registration< SelectCommandanonymous_namespace{SelectCommand.cpp}::reg4
 
AttachedItem anonymous_namespace{SelectCommand.cpp}::sAttachment1
 
AttachedItem anonymous_namespace{SelectCommand.cpp}::sAttachment2
 

Detailed Description

Definitions for SelectCommand classes.

Definition in file SelectCommand.cpp.

Variable Documentation

◆ kModes

const EnumValueSymbol kModes[nModes]
static
Initial value:
=
{
{ XO("Set") },
{ XO("Add") },
{ XO("Remove") },
}
XO("Cut/Copy/Paste")

Definition at line 210 of file SelectCommand.cpp.

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

◆ kRelativeTo

const EnumValueSymbol kRelativeTo[nRelativeTos]
static
Initial value:
=
{
{ wxT("ProjectStart"), XO("Project Start") },
{ XO("Project") },
{ wxT("ProjectEnd"), XO("Project End") },
{ wxT("SelectionStart"), XO("Selection Start") },
{ XO("Selection") },
{ wxT("SelectionEnd"), XO("Selection End") }
}
wxT("CloseDown"))

Definition at line 61 of file SelectCommand.cpp.

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

◆ nModes

const int nModes =3

◆ nRelativeTos

const int nRelativeTos =6