Audacity 3.2.0
Command.cpp File Reference

Contains definitions for Command, DecoratedCommand, ApplyAndSendResponse, and CommandImplementation classes. These are remnants of Dan Horgans external scripting commands. We now use AudacityCommand and a shuttle system. This allows commands to be used from within macros too, to have settings dialogs, using ShuttleGui and without need for validators. More...

#include "Command.h"
#include <map>
#include <wx/log.h>
#include <wx/variant.h>
#include <wx/arrstr.h>
#include "CommandTargets.h"
#include "CommandDirectory.h"
#include "CommandContext.h"
#include "AudacityException.h"
Include dependency graph for Command.cpp:

Go to the source code of this file.

Detailed Description

Contains definitions for Command, DecoratedCommand, ApplyAndSendResponse, and CommandImplementation classes. These are remnants of Dan Horgans external scripting commands. We now use AudacityCommand and a shuttle system. This allows commands to be used from within macros too, to have settings dialogs, using ShuttleGui and without need for validators.

Here's the doxygen for the still-remaining going-away classes.

Definition in file Command.cpp.