Audacity 3.2.0
|
Contains declaration of CommandBuilder class. More...
#include <memory>
#include <wx/string.h>
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 > |
Contains declaration of CommandBuilder class.
Definition in file CommandBuilder.h.
using OldStyleCommandPointer = std::shared_ptr<OldStyleCommand> |
Definition at line 26 of file CommandBuilder.h.
using ResponseTargetPointer = std::shared_ptr<ResponseTarget> |
Definition at line 24 of file CommandBuilder.h.