Audacity 3.2.0
Classes | Typedefs
CommandBuilder.h File Reference

Contains declaration of CommandBuilder class. More...

#include <memory>
#include <wx/string.h>
Include dependency graph for CommandBuilder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandBuilder
 A type of factory for Commands of various sorts. More...
 

Typedefs

using ResponseTargetPointer = std::shared_ptr< ResponseTarget >
 
using OldStyleCommandPointer = std::shared_ptr< OldStyleCommand >
 

Detailed Description

Contains declaration of CommandBuilder class.

Definition in file CommandBuilder.h.

Typedef Documentation

◆ OldStyleCommandPointer

using OldStyleCommandPointer = std::shared_ptr<OldStyleCommand>

Definition at line 26 of file CommandBuilder.h.

◆ ResponseTargetPointer

using ResponseTargetPointer = std::shared_ptr<ResponseTarget>

Definition at line 24 of file CommandBuilder.h.