Audacity 3.2.0
Classes | Typedefs
CommandType.h File Reference

Contains declarations for CommandType class. More...

#include "CommandSignature.h"
#include "../commands/AudacityCommand.h"
#include <optional>
Include dependency graph for CommandType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OldStyleCommandType
 Base class for containing data common to all commands of a given type. Also acts as a factory. More...
 

Typedefs

using OldStyleCommandPointer = std::shared_ptr< OldStyleCommand >
 

Detailed Description

Contains declarations for CommandType class.

Definition in file CommandType.h.

Typedef Documentation

◆ OldStyleCommandPointer

using OldStyleCommandPointer = std::shared_ptr<OldStyleCommand>

Definition at line 37 of file CommandType.h.